Summary
- Denizen 1.1.4, targeting core 1.80 (commit: 7f9353e) (details)
- part one of command format modernization (commit: d24778b) (details)
- part 2 (commit: 961e236) (details)
- part 3: all updated now (commit: 3f76a68) (details)
- add command 'sleep' (commit: d5a5041) (details)
- fix miscopypasta in title command format update (commit: 3ad316b) (details)
- Fix NPCTag.item_type mech (commit: d405f90) (details)
- add mech EntityTag.fallingblock_type instead of weird old comma system (commit: ec980a6) (details)
- add 'heal' argument to health command (commit: 4ad4e42) (details)
- ChunkLoad: allow list input (commit: 756cecc) (details)
- minor typo corrections (commit: f806505) (details)
- patch drop command save tags (commit: 31a5018) (details)
- allow multiple flags/perms with player event switches (commit: 4e19312) (details)
- fix clicks block event cancellation (commit: b853102) (details)
- patch receives message event determinations (commit: 0ea65f2) (details)
- add some info to the EntityTag lang doc (commit: a3cfb4b) (details)
- pass context around more (commit: a1ef2b0) (details)
- support villager NPCs sleeping (commit: a7f10d6) (details)
- allow player NPCs to sleep at beds (commit: 7775a0a) (details)
- NPC commands cleanup (commit: d24895a) (details)
- attach_to: allow multiple simultaneous attachments (commit: f50dea6) (details)
- improve location add/sub matchers (commit: 7d4713f) (details)
- fix player walks over notable event issues (commit: c5d7f8c) (details)
- track inventorytag valueof context better (commit: 49aa095) (details)
- possible borkprevention for odd edgecase in location compare logic (commit: 652d1b9) (details)
- add location.precise_target.type[...], fixes #2161 (commit: 306afe7) (details)
- fix LocationTag.Highest for 1.15 (commit: 26ec9fc) (details)
- fix weather changes event without world (commit: 78a98dc) (details)
- prevent all out-of-world (above/below) errors, fixes #2179 (commit: ae38976) (details)
- add beehive bee storage tags+mechs (commit: f3dc84d) (details)
- output the correct servername instead of hardcoding 'craftbukkit' (commit: e01a35e) (details)
- add note that list_flags tags are for debug/testing only (commit: 48a8318) (details)
- fix edge case of cuboidtag.list_chunks (commit: 2f3c80f) (details)
- apply the previous list_chunks fix again but for the other edge (commit: 6a41d3d) (details)
- fix inventory picks up item event bork (commit: d0647f6) (details)
- catch error from deleted in-use entity scripts, for #2182 (commit: bbda0c3) (details)