Advertisement
WoagWoagan

Untitled

Aug 15th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. command /gm <text>:
  2. if arg-1 is "creative" or "c":
  3. set player's gamemode to creative
  4. if arg-1 is "survival" or "s":
  5. set player's gamemode to survival
  6. if arg-1 is "spectator" or "sp":
  7. set player's gamemode to spectator
  8. if arg-1 is "adventure" or "a":
  9. set player's gamemode to adventure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement