Blockhead7360

CommandAlias - Blockhead7360's Plugin Shop

Jul 16th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.98 KB | None | 0 0
  1. # CommandAlias by Blockhead7360 (http://blockhead7360.com)
  2. #  Use <qm> to replace as a quotation mark, and use <ap> to replace as an apostrophe. Color codes: http://bit.ly/1nLEInU
  3. # You must add the command alias to "command-aliases-list" before adding it to the "command-aliases"
  4.  
  5. commands-blocked:
  6.  - "/addcommandstothislist"
  7.   - "/tell"
  8. # Add commands that you want to block over here.
  9.  
  10.  
  11. # Keeping the correct alignment, add commands and command aliases exactly as shown below.
  12. command-aliases:
  13.   originalcommand:
  14.    - "/command-alias"
  15.     - "/command-alias2"
  16.   help:
  17.    - "/whatisthat"
  18.     - "/hmm"
  19. # In this example, the command "/help" has the aliases: "/whatisthat" and "/hmm"
  20.    
  21. # You must add the original commands (like "/help" above) into this list.
  22. command-aliases-list:
  23.  - /originalcommand
  24.   - /help
  25.    
  26.  
  27. # You can use color codes to set the message that players see when the command is blocked.
  28. block-message: "&fUnknown command. Type <qm>/help<qm> for help."
Add Comment
Please, Sign In to add comment