Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /wands <text> Wand1 <player>:
  2. usage: /wands help
  3. trigger:
  4. if arg 1 is "get":
  5. message "Enjoy your new wand!"
  6. give a stick named "<gold>Wand" to the player
  7. if arg 1 is not set:
  8. message "&6&lWands &8// &7Correct usage is /wands help"
  9. if arg 1 is "help":
  10. message "&6&lWands &8// &7Use /wands get Wand1"
  11. message "&6&lWands &8// &7Use /wands give Player Wand1"
  12. if arg 1 is "give"
  13. give a stick named "<gold>Wand" to arg 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement