Advertisement
1c7

whjyme

1c7
Sep 10th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. command /help:
  2. trigger:
  3. send "&b&lSOIL &fCommands"
  4. send "&7> &c/spawn &7- Go to spawn."
  5. send "&7> &c/evote &7- Vote for rewards."
  6. send "&7> &c/ah &7- Auction house."
  7. send "&7> &c/shop &7- Enter the shop."
  8. send "&7> &c/discord &7- Join the discord."
  9. command /wand:
  10. permission: test
  11. trigger:
  12. set {_test} to stick with name "&a&lSellWand"
  13. give {_test} to player
  14. on right click:
  15. if event-item is stick with name "&a&lSellWand":
  16. loop all items in inventory of clicked block:
  17. add loop-value to {items::*}
  18. send "%{items::*}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement