Paste #63029: Not firing.

Date: 2019/12/21 21:09:55 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


PhantomControl:
  type: world
  debug: true
  events:
    on system time secondly every:30:
    - foreach <server.list_online_players> as:player:
      - if <[player].has_permission[phantomcontrol.disable]>:
        - statistic time_since_rest set 0
        - narrate "Your time_since_rest stat has been reset." targets:<[player]>