Some commands need database access for them to be executed, so make sure to read about them!
Commands in this plugin are configured in a way that some parameters may be optional or needed. Any parameter that is between [parameter] is optional, and any value that is between (parameter) is needed.
This command generates a random name and a skin from the database for the user executing the command.
/disguise
This command requires a MySQL server for it to be executed.
permission.disguise
/d
This command is a player only command, may not be executed by the console.
Removes the current skin and name from the player and reverts their player properties. It can only be executed if a player is disguised.
/undisguise
This command requires a MySQL server for it to be executed.
permission.disguise
/und
This command is a player only command, may not be executed by the console.
This command is needed for the purpose of re-changing your skin. You can only do /disguise when your properties are default, otherwise use /redisguise.
/redisguise
This command requires a MySQL server for it to be executed.
permission.disguise
/rd
This command is a player only command, may not be executed by the console.
Changes the skin of the player to another player specified in the parameter or an image with the HTTP link.
permission.disguise
/setskin
This command is a player only command, may not be executed by the console.
/skin <name>
Parameters | Description | Example |
name | The name of the player to model a player for. | ITSPINGER |
Catching the skin from the url is expensive, and hence why it takes around 15 seconds to obtain it.
/skin url <url>
The command will fail if the url is not valid or it doesn't end in the appropriate format (png, gif, jpg).
Parameters | Description | Example |
url | The url of the skin to model a player for. |
Correct usage:
/skin url https://imgur.com/tvt3BvA.png
/skin ITSPINGER
Wrong usage:
/skin url https://imgur.com/tvt3BvA
Replaces the current skin of the player with their default. Different from /undisguise, which removes both skin and name.
/unskin
permission.disguise
/unsetskin
This command is a player only command, may not be executed by the console.
Changes the name of the player specified in the parameters.
permission.nick
permission.nick.player
[if changing the name of another player]
/n, /setnick
This command is a player only command, may not be executed by the console.
/nick <name> [playerName]
Parameters | Description | Example |
name | The name we want to change our name to. | xNestorio |
playerName | The player that we want to change the name for. | ITSPINGER |
Correct usage:
/nick Tylarzz
Removes the current nick from the player and sets the default one.
/unnick
permission.nick
/unsetnick, /un
This command is a player only command, may not be executed by the console.
Opens up a GUI containing all disguise history (information) about the player ever stored on the server.
/history <name>
permission.view.history
This command is a player only command, may not be executed by the console.
Opens up a GUI which contains all current disguised players and information about their disguise.
/users
permission.history.view
/dusers
This command is a player only command, may not be executed by the console.