Paste #51320: qwe

Date: 2019/01/05 15:08:44 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


CreativeCommandChecker:
    type: world
    events:
#If player is not [Creative], give warning message
      on /pos1|/pos2|/hpos1|/hpos2|set|replace command:
        - if <player.gamemode> != Creative:
          - narrate "<&c>This command is permitted only in Creative Mode."
          - determine fulfilled