Summary
- clean some old command outputs (commit: 066072f) (details)
- initial update to 1.14.3-pre4 (commit: aeb20f4) (details)
- initial 1.14.3 compat (commit: 2d9a307) (details)
- add item repair cost property, for #1984 (commit: 0baa1c6) (details)
- add item custom model data property for 1.14+, fixes #1984 (commit: b62f0fc) (details)
- move properties and events into registry classes (commit: 4cdd761) (details)
- move the core implementation to a separate class (commit: 819270d) (details)
- move tags bases to a common registry (commit: f7b44cd) (details)
- finally remove some very tag bases (commit: e999872) (details)
- make a container registry (commit: f8929e9) (details)
- move objects to theh common registry (commit: 26392e6) (details)
- move traits to a trait registry (commit: 0243eb6) (details)
- semi-automated cleanup (commit: 216c7ba) (details)
- rename get_owner -> owner (commit: c93f563) (details)
- rename all old 'get_' tags (commit: 7f1b685) (details)
- remove some probably unneeded checks (commit: 0a8ebdd) (details)
- support new less-dumb determinations (commit: 590afbb) (details)
- (in-progress) move command meta to command classes (commit: 55a95c1) (details)
- remove historical placeholders for fail/finish commands (commit: ea21b31) (details)
- move remaining command meta docs to command classes (commit: 7cb71cd) (details)
- move event command to core (commit: 05a6389) (details)
- move sql command to core (commit: 6abf11b) (details)
- move wait command to core (commit: dd2166f) (details)
- move while command to the core (commit: 0dabf61) (details)
- move queue command to the core (commit: 11766ec) (details)
- move log command to the core (commit: c47ba9e) (details)
- fix build (commit: f15359f) (details)
- move filecopy command to the core (commit: dd68504) (details)
- move random command to the core (commit: 660fc6f) (details)
- move repeat command to the core (commit: fc0e19e) (details)
- move run command to the core (commit: b0ed89d) (details)
- move inject command to the core (commit: f331d92) (details)
- move yaml command to the core (commit: 942b828) (details)
- compat with new core build (commit: 0fa7b94) (details)
- add tags inventory.quantity.scriptname/material, fixes #1579 (commit: 416d0da) (details)
- add tag inventory.can_fit[...].count, fixes #1767 (commit: 59828e6) (details)
- add air level change event, fixes #1512 (commit: 1b23608) (details)
- add dragon phase change event, fixes #1923 (commit: 2eb13ab) (details)
- add entity potion effect modified event, fixes #1924 (commit: 96a1658) (details)
- Rebuild other_block logic for 1.13/1.14, fixes #1987 (commit: 1fc8d99) (details)
- give a default title to inventories when the real title can't be found (commit: cc94caa) (details)
- more properly deprecate old context.cuboids (commit: faecd30) (details)
- remove 'right clicks at entity', add new context and firer to 'right (commit: 0c8e668) (details)
- improve animatechest command meta (commit: ad54f0d) (details)
- add helpful debug to the animatechest command (commit: 9858eb6) (details)
- cleaner simpler queue debug format (commit: a22262c) (details)
- fix sign command, fixes #1989 (commit: b445702) (details)
- fix debugging of error messages in NMSHandler init (commit: e12724b) (details)
- add material.half property (commit: ab006f0) (details)
- improve give command meta (commit: 4a79747) (details)
- fix previous commit (commit: f520bd5) (details)
- remove some weird old tags (commit: 5281741) (details)
- adding missing .type tags (commit: 2d9c175) (details)
- (experimental) java 12 compat (commit: cc9d692) (details)
- add explicit 'on npc spawns' script event (commit: 7ffd679) (details)
- add debug warning when using old 'math:' tags (commit: 7697993) (details)
- add a better multikeyword setup for chat triggers (commit: 9af1f78) (details)
- add 'cause' switch to teleport event (commit: e11a696) (details)
- fix/improve scoreboard command, 'scores' parameter (commit: 95d2fe7) (details)
- add some new cleaner debugs (commit: 3df4f76) (details)
- fix dMaterial exceptions and improve blocks grows event matcher (commit: b004f96) (details)
- fix dB.log output class name (commit: 3361fde) (details)
- fix 1.12 script events (commit: 7084d9a) (details)
- add material directional property, for #1940 (commit: 1061325) (details)
- add material switch face property, for #1940 (commit: 8836c45) (details)
- fix location.attached_to for 1.13+, fixes #1990 (commit: d8981c9) (details)
- add tags item.bukkit_serial, server.parse_bukkit_item, fixes #1976 (commit: 70cf843) (details)
- listen to npc teleporting for teleport script event (commit: d5e369c) (details)
- modifyblock: quietly ignore empty list inputs (commit: df6c695) (details)
- improve cuboid material list matcher (commit: 7e6692c) (details)
- new utilities to simplify entry data code (commit: 1206430) (details)
- fix a few health trait related issues (commit: 462e449) (details)
- fix entity.scriptname tag and meta (commit: 72a75f4) (details)
- fix location notable precision borking (commit: 4d0a332) (details)
- escape notable names to prevent weirdborks, relates to #1991 (commit: e783d6a) (details)
- add warnings to not disable debug in the config (commit: 5cd9f91) (details)
- remove some old saves file updaters (commit: 2b951df) (details)
- allow cuboids to load with invalid world names (commit: aed1803) (details)