Changes
#1802 (Jan 3, 2024, 2:33:52 AM)
- Match Spigot behavior in `modifyblock` (#2583) (commit: f5e04db) — noreply / detail
#1801 (Dec 30, 2023, 1:27:13 AM)
- mark version 1.3.0 (commit: 0c806f9) — git_commits / detail
- Several minor cleanups/fixes (#2580) (commit: fba327b) — noreply / detail
- global ScriptEvent isEnabled instance of doing it in every event separately (commit: ac2ab6f) — git_commits / detail
#1800 (Dec 5, 2023, 9:41:32 PM)
- Fix bed spawn location tags/mechs (#2567) (commit: 5ad5e20) — noreply / detail
- Fix custom payload and client brand handling (#2572) (commit: 7ce5daa) — noreply / detail
#1799 (Nov 14, 2023, 7:35:51 PM)
- Add support for Horse inventories (#2558) (commit: 74f28ba) — noreply / detail
#1798 (Oct 13, 2023, 9:03:38 AM)
- 1.20.2 part 2: version number bumps (commit: c381dc8) — git_commits / detail
#1796 (Sep 2, 2023, 8:53:36 PM)
- Update smithing recipe registration (#2520) (commit: 95e7d5b) — noreply / detail
#1794 (Jul 26, 2023, 6:25:43 AM)
- Denizen v1.2.8 (commit: d3f7325) — git_commits / detail
- Update for 1.19 biome changes (#2492) (commit: 5af07fe) — noreply / detail
- Packet helper cleanup (#2502) (commit: 70a3e5d) — noreply / detail
- Block helper cleanup (#2500) (commit: c6102db) — noreply / detail
- Entity helper cleanup (#2505) (commit: 207edc3) — noreply / detail
#1793 (Jun 4, 2023, 8:21:46 PM)
- `BiomeNMS(1.18)`: Fix `getClimate` (commit: 2f22d09) — 31237389+tal5 / detail
- New tag/mech pair `foliage_color` (#2458) (commit: f223574) — noreply / detail
- minor cleanups (commit: f5e99b6) — git_commits / detail
- partial lib bump and pom correction (commit: 1521501) — git_commits / detail
- Poms: remove unneeded parent-tracking to make things easier for downstream consumers (commit: 899af09) — git_commits / detail
#1792 (May 9, 2023, 3:52:07 AM)
- Port `walkTo` doubling entity speed fix to 1.18 (commit: a0d9d33) — 31237389+tal5 / detail
- `Glow` command rewrite (#2466) (commit: 8976f3f) — noreply / detail
#1789 (Apr 3, 2023, 9:30:48 AM)
- MC 1.19.4, Denizen 1.2.7 - Part 1, version numbers (commit: 22091bd) — git_commits / detail
- ColorTag to core (commit: 8e73e7d) — git_commits / detail
- fix 'receives message' event for 1.19 (Paper broke it) (commit: 3a74f61) — git_commits / detail
#1788 (Mar 14, 2023, 5:24:01 PM)
- Cleanup custom brewing recipe handling (#2440) (commit: 1ca616e) — noreply / detail
- Update and cleanup `server` tag base (#2439) (commit: 2f5aaa7) — noreply / detail
#1784 (Feb 23, 2023, 1:58:45 AM)
- optimize ImprovedOfflinePlayer (commit: 7832934) — git_commits / detail
- remove redundant "cancelled = false" lines (commit: 6eabf01) — git_commits / detail
- Citizens no longer uses v2 uuids so strip away our code for that (commit: 062ef86) — git_commits / detail
- Fix `tablist` command on 1.19.3 (#2434) (commit: 2608bcc) — noreply / detail
#1783 (Jan 11, 2023, 2:48:48 AM)
- Support brewing recipes in tags (#2423) (commit: 1349bf6) — noreply / detail
- hurt command: reset blockDamage too (commit: db91231) — git_commits / detail
#1782 (Dec 30, 2022, 9:23:19 PM)
- Version bump - Denizen v1.2.6 targeting MC 1.19.3 (commit: c28a61a) — git_commits / detail
- 1.19.3: initial player packet update, initial compilability (commit: eb0121b) — git_commits / detail
- item script recipes: cooking and shapeless have a category key now (commit: a839a9a) — git_commits / detail
- patch null attacker in custom enchantments getDamageProtection (commit: 515bee6) — git_commits / detail
- patch projectile bug with missing attacker (commit: 4a3e230) — git_commits / detail
#1781 (Dec 8, 2022, 7:02:02 AM)
- Attack target method: use new(ish) Spigot API method for setTarget (commit: 6885cf0) — git_commits / detail
- Hurt command: allow source:location - also meta fixes for Area (commit: 2d373e5) — git_commits / detail
- Packet helper cleanup (#2404) (commit: b83f2a0) — noreply / detail
#1779 (Oct 19, 2022, 1:16:59 AM)
- FormattedText - remove unneeded old color arg (commit: 021f194) — git_commits / detail
- clean imports (commit: 398f238) — git_commits / detail
- Add `EntityTag.aggresive`, deprecate copies (#2386) (commit: f17aae3) — noreply / detail
#1778 (Oct 10, 2022, 11:47:30 PM)
- AdvancedTextImpl -> PaperAPITools (commit: fa7d53b) — git_commits / detail
#1777 (Sep 17, 2022, 11:49:45 AM)
- reduce json conversion thrashing in receives message event (commit: b60a00e) — git_commits / detail
- places block event: Against switch/context (commit: 7f3c9ce) — git_commits / detail
- mixed backport/revert of receives message rework (commit: a2256dd) — git_commits / detail
- more explicit submodule deploy removal (commit: 8681d0b) — git_commits / detail
- Try to better replicate how Citizens does the deploy (commit: 39f3074) — git_commits / detail
- Sound helper cleanup (#2374) (commit: f1910c2) — noreply / detail
#1776 (Sep 4, 2022, 11:29:31 AM)
- add null handling for player profile packets (commit: 481f43e) — git_commits / detail
- Invisible command `for:` argument (#2356) (commit: 1d377d0) — noreply / detail
- Brewing Recipes (#2358) (commit: afd99b9) — noreply / detail
- Block Helper Cleanup (#2361) (commit: 23d52cc) — noreply / detail
- Item Helper Cleanup (#2362) (commit: e71e672) — noreply / detail
- Add some sleep-related WorldTag tags and mechanisms (#2363) (commit: cd1c0d3) — noreply / detail
- Player Helper Cleanup (#2366) (commit: 14b7c31) — noreply / detail
- favor Core debug classes (commit: 2aed6b0) — git_commits / detail
- move Debug to core (commit: 58cc6e1) — git_commits / detail
- fix hover item stringify for Paper(?) bug with hover item handling (commit: da68bcf) — git_commits / detail
- Entity Helper Cleanup (#2369) (commit: 5f5fd36) — noreply / detail
#1773 (Jul 15, 2022, 7:24:02 PM)
- (Experimental) rename command multiworld stability fix (commit: e3880f8) — git_commits / detail
- rework profileeditor updatePlayer to do a proper tracker respawn (commit: 936e036) — git_commits / detail
- fix playeffect in 1.16 (commit: 71a9d36) — git_commits / detail
- `MaterialTag.vanilla_tags` mechanism (#2346) (commit: d6b1387) — noreply / detail
#1772 (Jun 26, 2022, 1:03:39 AM)
- EntityTag.fake_move (commit: 54f3a1e) — git_commits / detail
- Look internals: packet (commit: a853c23) — git_commits / detail
- EntityTag.reset_client_location (commit: 3e407d8) — git_commits / detail
- EntityTag.fake_teleport (commit: 309258f) — git_commits / detail
- EntityTag.send_update_packets (commit: c55597f) — git_commits / detail
- 1.19 step 2: poms and versions and all (Denizen 1.2.5) (commit: bb3f608) — git_commits / detail
- anvil/workbench title (commit: 6d1dfe8) — git_commits / detail
- 1.19 message receive fix (commit: ca35a9c) — git_commits / detail
- ColorTag alpha values (commit: 341aa22) — git_commits / detail
- EntityTag.trace_framed_map (commit: ef0c37b) — git_commits / detail
- Add `PlayerTag.send_climbable_materials` mechanism (#2342) (commit: 8db188f) — noreply / detail
#1769 (May 6, 2022, 1:22:33 PM)
- `LocationTag.map_color` (#2332) (commit: 0ceaad0) — noreply / detail
#1768 (May 4, 2022, 3:34:05 AM)
- update for core fix re hash_md5 (commit: 33bd2c3) — git_commits / detail
#1767 (May 2, 2022, 5:57:31 AM)
- rewrite player profile lookup to be properly read-only (commit: 4e3545f) — git_commits / detail
- remove outright errors from light command in 1.18 (commit: b6c40ff) — git_commits / detail
- new stats server (commit: a6758e9) — git_commits / detail
- get rid of all remaining String tag return references (commit: 9f4ced1) — git_commits / detail
#1766 (Apr 23, 2022, 7:46:30 AM)
- fix borks related to fake_player entity type (commit: 05bd616) — git_commits / detail
- fake_player skin_blob (commit: c0729e4) — git_commits / detail
- NMSHandler reference simplification (commit: 2e0c481) — git_commits / detail
- 'attach' tracking accuracy: reset visible track after remove (commit: c28aaf7) — git_commits / detail
- fake_pickup mech (commit: f28f2f2) — git_commits / detail
#1764 (Apr 7, 2022, 1:22:04 AM)
- update for new CoreConfiguration (commit: 8824f4a) — git_commits / detail
- tablist command (restrictedActions) (commit: 83ea30d) — git_commits / detail
- event player receives tablist update (commit: 59f3c35) — git_commits / detail
- null check and meta tweak (commit: 8577808) — git_commits / detail
#1763 (Apr 1, 2022, 2:27:29 AM)
- fix enchantment registration in 1.18.2 (commit: 0a3e1fc) — git_commits / detail
#1762 (Mar 20, 2022, 6:37:35 AM)
- Add player receives actionbar event (#2326) (commit: 11ce7ef) — noreply / detail
- Initial 1.18.2 build (commit: 5eb5241) — git_commits / detail
- ItemTag.default_attribute_modifiers (commit: f511a16) — git_commits / detail
- Update changed conn mapping for 1.18.2 (#2328) (commit: b200a74) — noreply / detail
- patch for Spigot API update (commit: dab0650) — git_commits / detail
- ItemTag.placed_material (commit: 48b97a7) — git_commits / detail
- reflection type validation (commit: 9fc2f16) — git_commits / detail
#1761 (Feb 27, 2022, 11:22:32 AM)
- removal of 1.14 and 1.15 part 2: pom/readme update (commit: f8e13e9) — git_commits / detail
- Entity Properties Update - Part 1 (#2319) (commit: 5295572) — noreply / detail
- assorted minor code cleanups (commit: 9590789) — git_commits / detail
- correction for showfake with paper anti-xray enabled (commit: 8c25381) — git_commits / detail
- Entity Properties Update - Part 2 (#2321) (commit: 18f569a) — noreply / detail
- Update potion effect properties to modern format (#2325) (commit: 1fd18ae) — noreply / detail
- EntityTag.tracking_range (commit: 4e54a58) — git_commits / detail
#1760 (Feb 4, 2022, 3:15:38 AM)
- Set dimension based on environment instead of world name (#2305) (commit: 73b8623) — noreply / detail
- various cleanups (firework_data, etc) (commit: 52d5322) — git_commits / detail
- revert "Set dimension based on environment instead of world name" (commit: 3181c6b) — git_commits / detail
- more cleanups and tweaks (commit: 4e0a653) — git_commits / detail
#1759 (Jan 25, 2022, 10:15:52 AM)
- NetworkManager: enhanced stability for late-init (1.18 only) (commit: 56d3707) — git_commits / detail
- NMS block material management fix (commit: 0570d2b) — git_commits / detail
- fix fonts in inventory titles (commit: 8b7f1bd) — git_commits / detail
- spawner_type: mech support (commit: 12fb4ff) — git_commits / detail
- spawner_custom_rules (commit: e16ebad) — git_commits / detail
- minor fixes (commit: 6414972) — git_commits / detail
- debug pfilter (commit: 54a9c21) — git_commits / detail
- 'disguise' command debugging (commit: 07655c8) — git_commits / detail
- npc mirrorequip (commit: 9f9602d) — git_commits / detail
- bulk cleanup (commit: 089cfb3) — git_commits / detail
- cleanups (commit: e6e8fc6) — git_commits / detail
#1758 (Dec 29, 2021, 7:37:28 PM)
- showfake chunk packet rebuild for Spigot 1.18, and upgrade showfake logic (commit: 35fdea7) — git_commits / detail
- ChunkTag.plugin_tickets, mech force_loaded, mech clear_plugin_tickets (commit: b010a2c) — git_commits / detail
- correction to getConstructor reflection call for 1.18.x (commit: 3115637) — git_commits / detail
- LocationTag.xp_drop (commit: 04195d5) — git_commits / detail
- npc sleep: use Denizen NMS for 1.17+ (commit: d0e8ce6) — git_commits / detail
#1757 (Dec 20, 2021, 6:19:58 AM)
- Target 1.18.1 (commit: 31dd511) — git_commits / detail
- in_water_duration and drowned_conversion_duration (commit: fb10bd7) — git_commits / detail
- fake_mount_health and fake_entity_health (commit: bdfbcd0) — git_commits / detail
- 'player hears sound' event (commit: 7d2f90a) — git_commits / detail
#1756 (Dec 10, 2021, 10:17:28 PM)
- 1.18 part 1: duplicate the 1.17 folder (commit: 66b5f40) — git_commits / detail
- 1.18 part 2: basic version labels n wotnot (commit: 8491bea) — git_commits / detail
- 1.18 part 3: Denizen 1.2.3 (commit: 18911de) — git_commits / detail
- 1.18 part 4: all basic compile-required changes (commit: a0b30b3) — git_commits / detail
- 1.18 part 5: disable showfake chunk packet remap for now (commit: adec0d8) — git_commits / detail
- 1.18 part 6: reflection mappings and testing (commit: 02fbd09) — git_commits / detail
- additional little improvements (remove some legacy code) (commit: c099a78) — git_commits / detail
- alternative chunk-reload patch for showfake (commit: 1a78d2e) — git_commits / detail
- ChunkTag.set_all_biomes (commit: 840db0b) — git_commits / detail
- WorldTag.biomes (commit: d60a7b6) — git_commits / detail
- fix item script recipe clearing in 1.18 (commit: 7836359) — git_commits / detail
- LocationTag.ring_bell (commit: f2bf73f) — git_commits / detail