Oxalist

Creative

Apr 4th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. command /creative:
  2. trigger:
  3. if player is in world "Plots":
  4. send "&e(Gamemode) &7Gamemode set to &fCreative"
  5. set gamemode of player to Creative
  6. stop
  7. if player is not in world "Plots":
  8. send "&fUnknown command. Type ""/help"" for help."
  9. stop
  10.  
  11. command /survival:
  12. trigger:
  13. if player is in world "Plots":
  14. send "&e(Gamemode) &7Gamemode set to &fSurvival"
  15. set gamemode of player to Survival
  16. stop
  17. if player is not in world "Plots":
  18. send "&fUnknown command. Type ""/help"" for help."
  19. stop
Advertisement
Add Comment
Please, Sign In to add comment