Commit Graph

  • 103187750e [ci skip] Update mache for codebook 1.0.15 (#12887) main Bjarne Koll 2025-07-24 01:24:41 +02:00
  • a5f2f6140d Fix offhand item desync on cancelling interact events (#12828) Nassim Jahnke 2025-07-22 10:42:22 +02:00
  • b13b6ef6f5 Adds option to disable EAR feat/disable-ear Owen1212055 2025-07-21 18:16:13 -04:00
  • c8a8c0ef89 feat(plugin): make Plugin extend Namespaced (#12867) Emil 2025-07-21 00:01:22 +02:00
  • 602ea9f0e1 Restore previous PlayerToggleSneakEvent behaviour (#12815) ookiegajwa 2025-07-20 15:54:27 -06:00
  • 617e5a46a1 Update to configurate 4.2.0 (#12869) Jake Potrebic 2025-07-20 14:05:42 -07:00
  • a2d37f12fb Remove invalid team colors nicely (#12874) Jake Potrebic 2025-07-20 13:42:24 -07:00
  • bfe7c906ca Checkstyle for API chore/checkstyle Jake Potrebic 2024-12-27 23:45:56 -08:00
  • 782ce950b8 Allow forcing break effects when using breakNaturally (#12734) Fisher 2025-07-18 16:17:38 -04:00
  • 0dad7f150b Add Bee#set/getTimeSinceSting() methods (#12792) Umbre11as 2025-07-18 23:17:06 +03:00
  • f7c59f914c Fix broken resource pack API when configured in configuration stage (#12866) metabrix 2025-07-18 23:22:28 +05:00
  • aa4ef06748 Update DataConverter constants for 1.21.8 Spottedleaf 2025-07-17 16:23:33 -07:00
  • 6fb36e34b6 Replace compileOnly with implementation for test visibility (#12841) Junhyung Park 2025-07-18 01:01:04 +09:00
  • 1f93f56670 [ci-skip] Improve getPotentialBedLocation deprecation (#12857) Tamion 2025-07-17 17:59:36 +02:00
  • d8cb3f5852 Update DataConverter to 1.21.8-RC1 Spottedleaf 2025-07-17 07:03:10 -07:00
  • 6db4bc01a6 1.21.8 generators Bjarne Koll 2025-07-15 17:02:26 +02:00
  • a4feb28898 Update to 1.21.8 Bjarne Koll 2025-07-15 16:58:52 +02:00
  • e792779dd8 Allow AreaEffectCloud#setColor to reset color for null (#12760) 1.21.7 David 2025-07-16 22:00:54 +02:00
  • a6e0c08fdf Add getRotation to Location (#12799) David 2025-07-16 21:52:05 +02:00
  • 22d80a3b3b [ci skip] Update Gradle wrapper and Fill plugin (#12846) Jason Penilla 2025-07-16 11:00:29 -07:00
  • 04f95191f1 Fix spawners converted from 1.21.4 not running finalisation logic Spottedleaf 2025-07-16 10:32:24 -07:00
  • 21fb54246e Do not write fall_distance tag unless it already existed before Spottedleaf 2025-07-15 17:09:06 -07:00
  • 94d60e15b3 Copy thrown pearls list for removal (#12840) Shane Freeder 2025-07-14 22:04:02 +01:00
  • bda84069b4 [ci skip] fix typo in AttributeInstance (#12843) Clexus 2025-07-14 23:57:12 +08:00
  • d9b5003fa1 Dried Ghast events and Happy Ghast spawn reason (#12788) Brokkonaut 2025-07-14 17:56:44 +02:00
  • 533d93c758 Don't consume anchor charge if loc changes (#12835) Jake Potrebic 2025-07-12 12:03:48 -07:00
  • ba7c982605 Add missing Range annotations to dialog types Jake Potrebic 2025-07-12 09:01:09 -07:00
  • 25d358cf01 [ci skip] javadoc: Fix grammatical error for getState (#12817) Lach 2025-07-12 17:44:23 +02:00
  • 4000fcc3d7 Fix typo in PluginBootstrap javadocs (#12821) David 2025-07-12 17:43:49 +02:00
  • fcfc6c3fe8 Expose HexColor argument type (#12833) caramel 2025-07-13 00:41:21 +09:00
  • 76fb5060c1 Add vanilla error message to precondition for DialogBaseImpl (#12831) partydev 2025-07-12 02:15:48 -07:00
  • 1bf6364b97 Update Mache for horse decompile fix Jason Penilla 2025-07-11 18:07:23 -07:00
  • 40764534a2 Specify the class loader when loading services (#12829) Bjarne Koll 2025-07-12 03:05:07 +02:00
  • cb47e01823 Remove more dead code, fix pre-existing desync when cancelling and closing container Nassim Jahnke 2025-07-11 22:24:20 +02:00
  • a939945148 Fixup sendAllDataToRemote calls Reduces unnecessary item copies by a lot Nassim Jahnke 2025-07-06 21:59:50 +02:00
  • 61d6ec4973 remove paper-api dependency fix/gen-circular-deps Lulu13022002 2025-03-31 22:41:01 +02:00
  • 6c29db47bb Add registry api for trim patterns and materials feature/registry-trims Jake Potrebic 2025-07-06 16:34:06 -07:00
  • b4466ec981 Dialog API (#12671) Jake Potrebic 2025-07-06 11:49:43 -07:00
  • f7d5a0a017 [ci skip] Add remote build cache configuration through Gradle properties (#12797) Jason Penilla 2025-07-04 13:12:45 -07:00
  • 6e598f8527 Fix incorrect createPath overload arguments, fixes #12043 (#12794) Jason Penilla 2025-07-03 12:40:19 -07:00
  • 0cadaefc09 Fix quitmessage nullability issues (#12783) Owen 2025-07-01 18:44:17 -04:00
  • 2141ca5273 Port plugins command to brigadier (#12632) David 2025-07-01 22:24:38 +02:00
  • 108255cbbb Reduce PlayerLoginEvent alt behavior nag for now (#12782) Shane Freeder 2025-07-01 20:47:37 +01:00
  • 3fec37a9c1 Move the double call into the dispatch method At some point later, Nassim Jahnke 2025-07-01 21:44:24 +02:00
  • c3be00f0ec Always call plugin message dispatch on PlayerConnection Nassim Jahnke 2025-07-01 21:09:44 +02:00
  • 6ea679eb07 Allow listening to plugin messages during configuration phase (#12775) Owen 2025-07-01 09:40:50 -04:00
  • 51d28af8fa [ci skip] Typo in CartographyInventory (#12777) Newwind 2025-07-01 03:17:27 +01:00
  • 5661fbbab9 Add registry builder for Instrument (#12682) Pedro 2025-06-30 15:33:02 -04:00
  • 6e021c8272 Fix CraftContainer#getNotchInventoryType detection of player inventory (#12751) masmc05 2025-06-30 20:33:40 +03:00
  • 00e79dfb22 Fix wrong size in InventoryType#PLAYER (#12758) masmc05 2025-06-30 20:32:05 +03:00
  • 4cdcf00dca Only namespaced reload (#12773) Jake Potrebic 2025-06-30 10:27:30 -07:00
  • 723510f9aa Make warning of PlayerLoginEvent use unique plugin names (#12772) Pedro 2025-06-30 13:27:20 -04:00
  • 9686f8b34d Enable obfuscation mappings for 1.21.7 (#12770) Noah van der Aa 2025-06-30 17:31:40 +02:00
  • 4c47c76ecf Update DataConverter constants for 1.21.7 Spottedleaf 2025-06-30 08:28:22 -07:00
  • ecdeaf25a3 update fix/air-item-drop Owen1212055 2025-06-30 10:39:13 -04:00
  • a712e4f606 rebase Owen1212055 2025-06-29 22:09:29 -04:00
  • 1bd489c01a Update Owen1212055 2025-06-29 22:02:31 -04:00
  • 4045339e4c 1.21.7 Nassim Jahnke 2025-06-30 16:16:56 +02:00
  • a9f74cbf6e Readd dropped diff during 1.21.6 Owen1212055 2025-06-29 22:05:09 -04:00
  • 371a422567 Remove a bunch more experimental annotations (#12712) Jake Potrebic 2025-06-28 07:32:44 -07:00
  • 7f60924390 Configuration API (#12301) Owen 2025-06-26 15:55:03 -04:00
  • dda39a0f05 1.21.7-rc2 Bjarne Koll 2025-06-25 17:41:26 +02:00
  • 4d854e66b8 Disable MC-163962 fix by default It changes restocking behavior pretty drastically compared to Vanilla, keep it as a config option for those that want it 1.21.6 Nassim Jahnke 2025-06-30 11:39:07 +02:00
  • 57c202e015 Allow adventure nbt codec to parse all tags Jake Potrebic 2025-06-28 13:05:31 -07:00
  • bd79e20c66 [ci skip] PluginManager#getPlugin and PluginManager#isPluginEnabled are case-insensitive (#12723) FlorianMichael 2025-06-26 21:17:20 +02:00
  • 35b2c6ece4 Use dropped item for stats info (#12747) Shane Freeder 2025-06-26 19:44:29 +01:00
  • e382e6872c Fix 0 yield on explosion events Fixes #12745 Nassim Jahnke 2025-06-26 16:58:05 +02:00
  • 4e1a2555be Update try catch for command handling Fixes #12729 Nassim Jahnke 2025-06-25 22:42:38 +02:00
  • 7ec3174a33 Jump out of experimental phase Nassim Jahnke 2025-06-25 22:14:20 +02:00
  • c9e89f49b0 Expose arrow velocity in EntityShootBowEvent for mobs (#12688) Lulu13022002 2025-06-25 22:11:18 +02:00
  • aa6cd74c03 Remove unnecesary item check for ServerboundPlayerActionPacket RELEASE_USE_ITEM (#12668) Pedro 2025-06-25 16:09:11 -04:00
  • ea10fa4a79 Don't mutate the position of Items for MC-4 Fix (#12702) Owen 2025-06-25 15:51:26 -04:00
  • 692e93a91f Fix MC-299110 Spottedleaf 2025-06-25 12:23:05 -07:00
  • bee287927c Adventure 4.23.0 (#12690) Kezz 2025-06-25 20:16:18 +01:00
  • 0caf75f839 Fix #12721 (#12725) Owen 2025-06-25 14:16:03 -04:00
  • d7510efc16 Fix #12722 (#12726) Owen 2025-06-24 15:26:37 -04:00
  • aa6ee44a7a Re-add global region scheduler tick erroneously removed in last commit Spottedleaf 2025-06-24 08:14:29 -07:00
  • 7c90c7c497 Optimise EntityScheduler ticking Spottedleaf 2025-06-24 07:19:33 -07:00
  • 2f083acbed Ensure player entity schedulers are ticked when they are dead Spottedleaf 2025-06-24 05:10:19 -07:00
  • 38c1ddb52a Add and use FeatureHooks.getAllEntities Spottedleaf 2025-06-24 04:55:58 -07:00
  • 46b4b0b8d5 Improve keepalive ping system Spottedleaf 2025-06-24 04:14:24 -07:00
  • d0e808f44c Move player to correct position in vehicle move packet handler Spottedleaf 2025-06-24 02:09:39 -07:00
  • 6abf5f0b74 Avoid and discourage use of Maven Central as a CDN (#12692) ver/1.21.4 Jason Penilla 2025-06-23 22:34:01 -07:00
  • e454fef40e Add support for private constructors in plugin main classes (#12652) wiicart 2025-06-23 22:50:59 -04:00
  • daa4fe5fb5 Use hasImpulse vs hurtMarked for setVelocity fix/entity-desync-issues Owen1212055 2025-06-23 22:39:41 -04:00
  • 068a1ccda1 Improve AbstractHurtingProjectile syncing Owen1212055 2025-06-23 22:36:49 -04:00
  • 10c7914592 Remove move this.update() usages Owen1212055 2025-06-23 22:28:24 -04:00
  • c2e1beaec8 Fix MC-297817 Owen1212055 2025-06-23 22:27:17 -04:00
  • 1814d8b47a build: publish to fill (#12717) Riley Park 2025-06-23 14:13:13 -07:00
  • 6e61cb3dfc Wrap translatable fix/clickevent-edge-case Owen1212055 2025-06-22 15:25:18 -04:00
  • 95e165156e Attempt to patch edge cases in component serialization roundtrip. Owen1212055 2025-06-22 15:24:16 -04:00
  • 803baf0ba6 Support hidden entities in Waypoints (#12715) Pedro 2025-06-22 13:42:06 -04:00
  • 5edcf6ddf6 Cleanup/command dispatching (#12713) Owen 2025-06-21 21:44:07 -04:00
  • 186e9e331b Relocate CommandMap#registerServerAliases() call to after lifecycle events have been run (#12601) Strokkur24 2025-06-21 20:44:07 +02:00
  • cceffe3d98 Release ItemType and BlockType (#12708) Jake Potrebic 2025-06-21 11:27:46 -07:00
  • 6d0821d2b5 [ci skip] Fix docs for Spawner class and cleanup (#12710) Pedro 2025-06-21 11:54:24 -04:00
  • e714de6365 Fix excess slot updates CraftBukkit/Spigot 2025-06-21 13:15:53 +02:00
  • c0dda0ea14 Add isForceDefaultGameMode method (#12673) David 2025-06-21 13:10:11 +02:00
  • 5652882134 Add isProxyEnabled method to ServerConfiguration (#12664) David 2025-06-21 13:09:44 +02:00
  • 4419afb9c9 fix: Safely handle nanosecond overflow in ClickCallback (#12686) Kezz 2025-06-21 11:58:46 +01:00