Commands
Customizing Commands
You can easily change the commands used to interact with the Clothing Menu. To do this, edit the Config.commands
table in the configuration file. Each line in the table represents a clothing item, and the value in quotes is the command associated with it.
Example:
To change the command for toggling the mask from /mask
to /facemask
, modify the following line:
mask = '/facemask',
You can replace the command with any text you like, as long as it is unique and doesn't conflict with other commands on your server. Be sure to inform your players about the new commands.
Last updated