Add cursor cmd
This commit is contained in:
@@ -193,6 +193,7 @@ function loadCommandData() {
|
|||||||
commandData("bug", submitBugReportCommand, "<message>", getStaffFlagValue("none"), true, true),
|
commandData("bug", submitBugReportCommand, "<message>", getStaffFlagValue("none"), true, true),
|
||||||
commandData("enter", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, true),
|
commandData("enter", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, true),
|
||||||
commandData("exit", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, false),
|
commandData("exit", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, false),
|
||||||
|
commandData("cursor", toggleMouseCursorCommand, "", getStaffFlagValue("none"), true, false),
|
||||||
],
|
],
|
||||||
moderation: [
|
moderation: [
|
||||||
commandData("kick", kickClientCommand, "<player name/id> [reason]", getStaffFlagValue("basicModeration"), true, true),
|
commandData("kick", kickClientCommand, "<player name/id> [reason]", getStaffFlagValue("basicModeration"), true, true),
|
||||||
|
|||||||
Reference in New Issue
Block a user