Advertisement
Guest User

Executable

a guest
Aug 30th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. command /commandname <arguments>: #Arguments are explained below
  2. description: A description of what this command does
  3. usage: How to use the command, e.g. /commandname <arguments> #If omitted this defaults to something similar to how the command was defined above.
  4. permission: required.permission.to.use.this.command #If omitted this command can be used by everyone regardless of permissions.
  5. permission message: Message to send if the player doesn't have the required permission to use this command #If omitted this defaults to "You don't have the required permission to use this command"
  6. executable by: players/console/players and console #If omitted this command can be executed by players and the console.
  7. aliases: /c, /comname. #A list of aliases of the command which are usually abbreviations of the command
  8. trigger:
  9. put conditions and effects here that will be checked/executed when the command is used.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement