Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /gmc [<player>]:
- permission: {@node}gamemode.creative
- trigger:
- if arg-1 is not set:
- console command "/gamemode 1 %player%"
- send "&7[&4%player%&7: set their gamemode to &ccreative&7]"
- else:
- console command "/gamemode 1 %player%"
- send "&7[&4%player%&7: set &e%player%&7's gamemode to &ccreative&7]"
- command /gms [<player>]:
- permission: {@node}gamemode.survival
- trigger:
- if arg-1 is not set:
- console command "/gamemode 0 %player%"
- send "&7[&4%player%&7: set their gamemode to &csurvival&7]"
- else:
- console command "/gamemode 0 %player%"
- send "&7[&4%player%&7: set &e%player%&7's gamemode to &csurvival&7]"
- command /gm:
- permission: {@node}gamemode
- trigger:
- send "{@pr}&7 use &c/gmc&7 or &c/gms!"
Advertisement
Add Comment
Please, Sign In to add comment