Advertisement
PhilPvP

Untitled

Oct 19th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. test:
  2. command: /test
  3. type: ICON_MENU
  4. iconmenu_title: 'Test'
  5. iconmenu_size: 9
  6. iconmenu_commands:
  7. - '4:Stone:0:%stayopen%/1buy:&cTest'
  8. cost: 0
  9. permission-required: false
  10. 1buy:
  11. command: /1buy
  12. type: RUN_CONSOLE
  13. runcmd:
  14. - '/give $player stone'
  15. cost: 50
  16. permission-required: false
  17. queue:
  18. command: /queue
  19. type: RUN_COMMAND
  20. runcmd:
  21. - '/1vs1 join Basic'
  22. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement