PhilPvP

Untitled

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