Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /creative:
- trigger:
- if player is in world "Plots":
- send "&e(Gamemode) &7Gamemode set to &fCreative"
- set gamemode of player to Creative
- stop
- if player is not in world "Plots":
- send "&fUnknown command. Type ""/help"" for help."
- stop
- command /survival:
- trigger:
- if player is in world "Plots":
- send "&e(Gamemode) &7Gamemode set to &fSurvival"
- set gamemode of player to Survival
- stop
- if player is not in world "Plots":
- send "&fUnknown command. Type ""/help"" for help."
- stop
Advertisement
Add Comment
Please, Sign In to add comment