CREAMPAN0408

Untitled

Dec 29th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. command /gmi:
  2. usage: /gmi
  3. permission: command.gmi
  4. trigger:
  5. if player has permission "command.gmi":
  6. give player diamond named "&aゲームモード変更"
  7.  
  8. on rightclick holding a diamond:
  9. if player has permission "creative.sk":
  10. if player's tool is diamond named "&aゲームモード変更":
  11. if player's gamemode is survival:
  12. set the player's gamemode to creative
  13. stop
  14. if player's gamemode is creative:
  15. set the player's gamemode to survival
  16. stop
  17. else:
  18. stop
Add Comment
Please, Sign In to add comment