Paste #16146: Edit of P#16145 - Edit of P#16144 - Untitled Paste

Date: 2015/06/01 21:09:00 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 l@<region@city,world.cuboid.list_chunks>
        on time changes:
            - foreach <def[cityChunks]> {
                - if <%value%.is_loaded> {
                    - announce <%value%.entities.formatted> to_console
                    - announce "Time changed to: <blue><server.time>"
                }
            }