ItsMyStudio

Commands

Learn how to use the commands available in the bot.

Support

Commands

You can use the commands to interact with the bot and perform various actions. You can find here all the default commands available in the bot. You can also create your own commands using the custom commands system.

  • /addons list
    Show the list of addons.
  • /addons enable <addon>
    Enable the specified addon. Require a restart to take effect.
  • /addons disable <addon>
    Disable the specified addon. Require a restart to take effect.
  • /commands enable <command>
    Enable the specified command. Require a restart to take effect.
  • /commands disable <command>
    Disable the specified command. Require a restart to take effect.
  • /commands permission set <command> <permission>
    Set the permission of the specified command.
  • /commands permission remove <command>
    Remove the permission of the specified command. The command will be available to everyone.
  • /leaderboard messages
    Show the leaderboard messages.
  • /meta add <key> <value> [scope]
    Add a value to the specified key in the meta data. The scope is optional and can be used to specify a specific user or channel. Only work with number type.
  • /meta remove <key> [scope]
    Remove a value from the specified key in the meta data. The scope is optional and can be used to specify a specific user or channel.
  • /meta set <key> <value> [scope]
    Set a value to the specified key in the meta data. The scope is optional and can be used to specify a specific user or channel.
  • /meta subtract <key> <value> [scope]
    Subtract a value from the specified key in the meta data. The scope is optional and can be used to specify a specific user or channel.
  • /meta switch <key> <value> [scope]
    Switch a value in the specified key in the meta data. The scope is optional and can be used to specify a specific user or channel.
  • /parse <text>
    Parse a text and replace all the placeholders with their values. Useful to test the placeholders.
  • /reload
    Reload the bot configuration. This will reload all the addons and the configuration files.

On this page