Summary
- Denizen 1.1.0 (commit: 266ebb1) (details)
- update for core package change (commit: 5a17843) (details)
- long overdue package rename: com.denizenscript (commit: 9c27e2f) (details)
- update for core class name changes (commit: 5495f56) (details)
- improve class names (and clean up dNPCRegistry) (commit: 11e0e45) (details)
- update for core 'ObjectTag' rename (commit: dee78cd) (details)
- update for core queuetag+object package change (commit: 750369a) (details)
- rename objects to 'ObjectTag' form (commit: 72577a3) (details)
- dedocument old 'parse:' tag (commit: 39ddd9b) (details)
- remove old bad ternary tag (commit: 661d194) (details)
- add an internal paper support module (commit: b086851) (details)
- replace the broken equip event with a paper based one (commit: fc5cd8d) (details)
- fix chat trigger bork (commit: 10461da) (details)
- improve some meta (commit: 8413afc) (details)
- (in-progress) rewrite light command internals for 1.14 (commit: b47756f) (details)
- (in-progress) fix for nearby chunks not showing light (commit: 3278be5) (details)
- (related to in-prog) add "/denizen debug -p" to log packets (commit: 1208012) (details)
- (in-prog) make lights fix themselves if screwed up by block changes (commit: 760386f) (details)
- (Completed) 1.14.x rewrite of light command, fixes #1822 (commit: 29f79ef) (details)
- fix npc death action (commit: 3fbbd8f) (details)
- backport 1.14 chunkload logic to 1.13, and fix old event-cancel logic (commit: 1d28bcb) (details)
- add an error message for LocationTag.getBlock without world (commit: dc62f17) (details)
- match core 'TagBase' commit (commit: b83d68e) (details)
- add cake support to Level property, fixes #1921 (commit: f2003ee) (details)
- add entity attributes property, fixes #1065 (commit: 472cec7) (details)
- add anvil inventory tags/mechs, fixes #1030 (commit: 820990a) (details)
- fix projectile hits/shoots event misfiring (commit: 0ac0a22) (details)
- add a cauldron level change event, fixes #1922 (commit: be55b4e) (details)
- update for core getObjectTag update (commit: 45bd609) (details)
- fix server.scoreboard tags probably (commit: c83ddda) (details)
- Update for compatibility with Spigot 1.14.4 (commit: 98f0247) (details)
- "dCommand" is silly (commit: 58eee04) (details)
- and an message for old "/denizen reload scripts" to instead use "/ex (commit: 11e8229) (details)
- modernize pause command (commit: d3c12f5) (details)
- match core command class format commit (commit: 1e1a38c) (details)
- event cleanup step 1: block events (commit: 86682fc) (details)
- improve the chunk load script event (commit: bb49264) (details)
- event cleanup step 2: world pt 1 (commit: cf42628) (details)
- event cleanup step 3: world pt 2 (commit: 1d550aa) (details)
- add material lightable property, for #1940 (commit: 5119b7b) (details)
- fix meta copypasta (commit: 08971db) (details)
- add an error message for skull_skin bork potential (commit: 07bc46f) (details)
- fix object form for death action (commit: b5af956) (details)
- fix nms mappings version, fixes #1993 (commit: 8b4b1c7) (details)
- give more context to error messages (commit: d9d09b8) (details)
- throw line numbers in errors (commit: cb5a053) (details)
- autogenerate usage of new applyDetermination setup (commit: 11273e2) (details)
- clean event code (commit: e1ff04e) (details)
- remove old mcstats tracker (commit: 09030f3) (details)
- minor cleaning of code nobody uses (commit: c9756f7) (details)
- match debug clarity commit (commit: dc2e8ff) (details)
- use actual errors for NPEs in NPCTag, not logs (commit: e581eef) (details)
- event clean up step 4: player pt 1 (commit: ccb913f) (details)
- fix build (commit: 8652624) (details)
- put paper repo only in the paper module (commit: d95761f) (details)
- fix chat event determinations (commit: 1825e7b) (details)
- clean some old tags in the docs (commit: 3d96fed) (details)
- remove reference to old tag from meta (commit: a4fb6c8) (details)
- show a warning at config load time if you have debug globally disabled (commit: ba8d6cb) (details)
- add tags/mechs piston_reaction and block_strength (commit: 51e9ea5) (details)
- add couldMatchItem helper, use in ItemMerges (commit: fd2ae3f) (details)
- Fix TradeTag, fixes #1995 (commit: 2b48291) (details)