-
Notifications
You must be signed in to change notification settings - Fork 41
commands file
goflishMC edited this page Oct 21, 2024
·
1 revision
The /fabled/commands.yml
file allows you to modify things like adding alias commands, changing command descriptions, etc.
- Name Defines the command’s identifier. Typically begins with
/class
, but is customizable. Description Offers a concise overview of the command, often visible with/class help
. - Args Acts as a space for command parameters. Cannot be altered.
- Sender Determines who has permission to execute the command (restricted to players, open to anyone, or limited to the console.) Cannot be altered.
- Enabled Functions as a switch to activate or deactivate the command.
- Cooldown Establishes a waiting period (in seconds) before the same player can use the command again.
- Messages Allows for the customization of messages displayed in the chat, if relevant.