Title | Untitled Paste |
Type | Denizen Script |
Date | 2016/10/02 03:31:48 UTC-07:00 |
By | Guest |
Other | |
Paste |
GamemodeCommand:
type: world events: on gm command: - if <context.args.get[2]||null> == null && <context.args.get[1]> == 1 && <player.world> == w@survival { - determine passively cancelled - narrate "<&c>You cannot use that in survival." } else { - if <context.args.get[2]||null> == null && <context.args.get[1]> == creative && <player.world> == w@survival { - determine passively cancelled - narrate "<&c>You cannot use that in survival." } |
Raw | Raw |