Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /gmc [<player>]:
- permission: user.gmc
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- aliases: /crea, /creative
- trigger:
- if arg 1 isn't set:
- send "&6You've changed your gamemode to creative." to player
- set player's gamemode to creative
- else:
- send "&6You've changed %arg 1%&6's gamemode to creative." to player
- send "&6Your gamemode was changed to creative." to arg 1
- set arg 1's gamemode to creative
- command /gms [<player>]:
- permission: user.gms
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- aliases: /surv, /survival
- trigger:
- if arg 1 isn't set:
- send "&6You've changed your gamemode to survival." to player
- set player's gamemode to survival
- else:
- send "&6You've changed %arg 1%&6's gamemode to survival." to player
- send "&6Your gamemode was changed to survival." to arg 1
- set arg 1's gamemode to survival
- command /gma [<player>]:
- permission: user.gma
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- aliases: /adven, /adventure
- trigger:
- if arg 1 isn't set:
- send "&6You've changed your gamemode to adventure." to player
- set player's gamemode to adventure
- else:
- send "&6You've changed %arg 1%&6's gamemode to adventure." to player
- send "&6Your gamemode was changed to adventure." to arg 1
- set arg 1's gamemode to adventure
- command /gmsp [<player>]:
- permission: user.gmsp
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- aliases: /spec, /spectator
- trigger:
- if arg 1 isn't set:
- send "&6You've changed your gamemode to spectator." to player
- set player's gamemode to spectator
- else:
- send "&6You've changed %arg 1%&6's gamemode to spectator." to player
- send "&6Your gamemode was changed to spectator." to arg 1
- set arg 1's gamemode to spectator
- command /tp [<player>]:
- permission: user.tp
- permission message: &fUnknown command. Type ""/help"" for help.
- aliases: /tpo
- trigger:
- if arg 1 isn't set:
- send "&cMissing arg! Try /tp <player>." to player
- else:
- send "&6You have been teleported to %arg 1%&6." to player
- teleport player to arg 1's location
- command /tphere [<player>]:
- permission: user.tphere
- permission message: &fUnknown command. Type ""/help"" for help.
- aliases: /tpohere
- trigger:
- if arg 1 isn't set:
- send "&cMissing arg! Try /tphere <player>." to player
- else:
- send "&6Teleporting %arg 1%&6 to your location." to player
- teleport arg 1 to player's location
- command /tpall:
- permission: user.tpall
- permission message: &fUnknown command. Type ""/help"" for help.
- aliases: /tpoall
- trigger:
- teleport all players to player
- command /day:
- permission: user.time.day
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- trigger:
- send "&6Changing the time to day." to player
- set the time to day
- command /night:
- permission: user.time.night
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- trigger:
- send "&6Changing the time to night." to player
- set the time to night
- command /sun:
- permission: user.time.sun
- permission message: &fUnknown command. Type ""/help"" for help.
- cooldown: 2 seconds
- cooldown message: &cYou must wait 2 seconds before using this command again.
- trigger:
- send "&6Clearing the wether." to player
- clear the weather
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement