Advertisement
CMDProGamer

Village CMDS (W.I.P.)

Apr 6th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Village-Create:
  2. command: /village create
  3. alias: /village new
  4. type: RUN_CONSOLE
  5. runcmd:
  6. - /scoreboard teams add $arg1
  7. - /scoreboard teams join $arg1 $player
  8. - /scoreboard players set $arg1 0
  9. permission-required: true
  10. permission-node: village.create
  11. Village-Color:
  12. command: /village color
  13. type: RUN_CONSOLE
  14. permission-required: true
  15. permission-node: village.color
  16. runcmd:
  17. - /scoreboard teams option $arg1 $arg2
  18. Village-Invite:
  19. command: /village invite
  20. type: RUN_CONSOLE
  21. runcmd:
  22. -
  23. permission-node: village.invite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement