Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /gamemode 1 <player>:
- permission: skript.admin
- aliases: /gamemode creative
- trigger:
- if arg-1 is not set:
- set player's gamemode to creative
- send "&fset own game mode to CREATIVE mode" to player
- send "&7&o[%player%: Set own game mode to CREATIVE mode" to op
- if arg-1 is set:
- set arg-1's gamemode to creative
- send "&fset own game mode to CREATIVE mode" to arg-1
- send "&7&o[%arg-1%: Set own game mode to CREATIVE mode" to op
- command /gamemode 0 <player>:
- permission: skript.admin
- aliases: /gamemode survival
- trigger:
- if arg-1 is not set:
- set player's gamemode to survival
- send "&fset own game mode to SURVIVAL mode" to player
- send "&7&o[%player%: Set own game mode to SURVIVAL mode" to op
- if arg-1 is set:
- set arg-1's gamemode to survival
- send "&fset own game mode to SURVIVAL mode" to arg-1
- send "&7&o[%arg-1%: Set own game mode to SURVIVAL mode" to op
- command /gamemode 2 <player>:
- permission: skript.admin
- aliases: /gamemode adventure
- trigger:
- if arg-1 is not set:
- set player's gamemode to adventure
- send "&fset own game mode to ADVENTURE mode" to player
- send "&7&o[%player%: Set own game mode to ADVENTURE mode" to op
- if arg-1 is set:
- set arg-1's gamemode to adventure
- send "&fset own game mode to ADVENTURE mode" to arg-1
- send "&7&o[%arg-1%: Set own game mode to ADVENTURE mode" to op
- command /gamemode 3 <player>:
- permission: skript.admin
- aliases: /gamemode spectator
- trigger:
- if arg-1 is not set:
- set player's gamemode to spectator
- send "&fset own game mode to SPECTATOR mode" to player
- send "&7&o[%player%: Set own game mode to SPECTATOR mode" to op
- if arg-1 is set:
- set arg-1's gamemode to SPECTATOR
- send "&fset own game mode to SPECTATOR mode" to arg-1
- send "&7&o[%arg-1%: Set own game mode to SPECTATOR mode" to op
Advertisement
Add Comment
Please, Sign In to add comment