Advertisement
1c7

autowelcome

1c7
Sep 10th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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. give executor stick named "&a&lSellWand"
  13. on right click:
  14. if event-item is stick with name "&a&lSellWand":
  15. loop all items in inventory of clicked block:
  16. send "%loop-value%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement