Commands
Overview
Command | Description | Available Arguments | Example usages |
| Subscribe/Unsubscribe yourself to be notified when certain events happen in Staff++. Currently following events are supported: XRAY, MENTION, NAME_CHANGE |
| |
| Add remove players from the alt account detection whitelist |
| |
| List all whitelisted items from alt account detection whitelist. |
| |
| Permanently ban a player |
| |
| Temporary ban a player the given duration. See banning for more info |
| |
| Unban a player from the server |
| |
| Send a message to all players on all servers. Display's the message using a "broadcast" prefix. |
| |
| Manage in game chat. Disable/Enable chat completely. Clear the chat history. Enable slow chat |
| |
| Clear the given player's inventory |
|
|
| Run a clicks per second test on a player |
| |
| Opens the examine GUI. The GUI can be used to check a players IP address, check his game mode, etc. |
| |
| Start following a player. This will attach you to the player and follow him where he goes |
| |
| Freezes/unfreezes a player. Either you specify enabled/disabled or you just freeze and freeze mode will be toggled |
|
|
| Show the history of all the infractions a players has |
| |
| Add/clear/list notes on different players. |
| |
| Lists online staff members |
| |
| Create or deletes a protected area. More info on the protection documentation page |
| |
| Toggles damage protection on/off for the player |
| |
| Command to report something. Used when the player wants to report something but doesn't know who was the culprit or there was no culprit |
| |
| Command for players to report another player |
| |
| Kick a player and provide a reason for kicking |
| |
| The command for opening the my reports GUI |
| |
| Command used by staff to manage reports: list current reports or remove all player reports |
| |
| Command used by staff to open the manage reports GUI |
| |
| Mute a player permanently |
| |
| Temporarily mute a player. |
| |
| Unmute a player |
| |
| Revive let's you restore a player's inventory after a players has died. |
|
|
| Enables/disables staffchat. All messages send in staff chat mode will only be readable by other staff members |
| |
| Mutes/unmutes staffchat |
| |
| Turns on/off Staff mode for the current user. Only available if the user has the correct permissions. |
| |
| Toggles on/off fly when in staff mode |
| |
| Takes off the player's armor and places it in his inventory. If there are no free spaces left in the player's inventory the armor is not taken off. |
| |
| Teleports a player to your location |
|
|
| Teleports a player to a given location. Location should be configured inside the configuration file |
|
|
| Teleport yourself to the given player's location |
| |
| Teleport the given player back to his original location. This only works if that players has been teleported before. |
|
|
| Toggle vanish on/off |
| |
| All warning commands listed here |
Arguments
Staff++ supports an argument system which can be used to enhance the default commands. We list below the arguments we currently support. In the commands table you can see which commands can use which arguments
-T Teleport
Teleport let's us enhance a command by teleporting the target to a predefined location. You can setup locations in the configuration file. See Locations
Example: /freeze player1 -Tspawn
Description: Teleports player1 to the predefined location "spawn" and immediately freezes him.
-S Strip
-S does the same as the strip command: Takes off the player's armor and places it in his inventory. If there are no free spaces left in the player's inventory the armor is not taken off.
Example: /freeze player1 -S
Description: Freezes the player and strips his armor.
-H Health
Sets the player's health to the given percentage.
Example: /freeze player1 -H100
Description: Freezes the player and gives the player full health.
-D Delay a command
When provided with a base command. The command will be delayed until the player joins the server. This is useful when we want to for example clear the inventory of a player, but he's offline. With the -D argument we can still run the 'clear' command. It will not be executed immediately, but it will be executed the next time the player joins the server.
Example: /clear player1 -D
Description: Clear the players inventory the next time he joins the server
Last updated