Paste #68178: Untitled Paste

Date: 2020/04/27 12:59:06 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
16
17
18
19


seasons:
  type: world
  events:
    on time changes:
    - random:
      - define temp <util.random.decimal[0.0001].to[0.2]>
      - define temp <util.random.decimal[-0.0001].to[-0.2]>
    - foreach <server.list_biome_types>:
      - adjust <[value]> temperature:<[temp]>
    on snow forms:
    - determine passively cancelled
    - showfake <context.material> <context.location> players:<server.list_online_players> duration:3h
    on ice forms:
    - determine passively cancelled
    - showfake <context.material> <context.location> players:<server.list_online_players> duration:3h
    on player breaks air:
    - showfake <context.location> cancel
    on player breaks water:
    - showfake <context.location> cancel