Paste #16144: Untitled Paste

Date: 2015/06/01 21:07:56 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


RemoveMobs:
    type: world
    events:
        on server start:
                - define cityChunks <region@city,world.cuboid.list_chunks>
        on time changes:
            - foreach <def[cityChunks]> {
                - if <%value%.is_loaded> {
                    - accounce <%value%.entities.formatted> to_console
                    - accounce "Time changed to: <blue><server.time>"
                }
            }