Paste #108347: Unnamed Denizen Script Paste

Date: 2023/04/03 22:03:45 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


announcement_settings:
    type: data
    announcements:
    - <&5>This is a great announcement! Type:<n><gold>/checkpoints<n><&5>to see how many points you have.
    - <green>This is another great announcement! Type: <n> <blue>/store<n><green>to see how many points you have.


announcement_handler:
    type: world
    debug: true
    events:
        on delta time secondly:
            - if <server.has_flag[announcement_cooldown]>:
                - stop
            - announce <Script[announcement_settings].data_key[announcements].first>