- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@edda0db1 Fix server crash when no enchantments are present (#12149) ( 196c1768 )
Purpur
Downloads
Latest build
Previous builds
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@fd69140d Fix `disable-tripwire-updates` option not cancelling tripwire hook updates (#12129) PaperMC/Paper@3b9106c7 Readd dead redirect recovery (#12136) PaperMC/Paper@d26a9e90 Fix plugin commands (#12144) PaperMC/Paper@142695eb Default minecraft alias to redirect (#12146) PaperMC/Paper@e494f289 Correctly call BlockFadeEvents (#12141) PaperMC/Paper@b386a8f5 Add simpler JavaPlugin command registration (#12142) PaperMC/Paper@f0700818 Remove Experimental from TypedKey (#12134) PaperMC/Paper@09f1f88f Fix getForwards/SidewaysMovement for players (#12140) ( a9862d7e )
- set DamageCause to `SUICIDE` for scissor's DamageSource ( 97dcff40 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@9b9de827 Update Alternate Current patch to v1.9.1 (#12115) PaperMC/Paper@c62252e1 Add lore content guard (#12116) PaperMC/Paper@40416784 [ci/skip] Mention missing World#regenerateChunk implementation in jd (#12109) PaperMC/Paper@a6e82d90 [ci/skip] Clarify getChunkAtAsyncUrgently javadocs (#12125) PaperMC/Paper@cb25c0cf [ci/skip] Fix annotation fields used in NMS getBukkitEntity (#12120) PaperMC/Paper@00701267 [ci/skip] improvement example in javadoc for DatapackRegistrar (#12122) PaperMC/Paper@608f004a add method on ItemStack to edit pdc (#12022) PaperMC/Paper@7bee9971 Cleanup damage source a bit (#12106) PaperMC/Paper@b9023b5d Add EntityAttemptSmashAttackEvent (#12113) PaperMC/Paper@a3781ff3 Separate tick count to ensure vanilla parity (#12077) PaperMC/Paper@2a4a1154 Add EntityEquipmentChangedEvent (#12011) PaperMC/Paper@06f96dd6 Improvement in /plugins command (#12121) PaperMC/Paper@28d07dc5 use correct spigot plugin count PaperMC/Paper@60394c5b Fix PlayerReadyArrowEvent cancellation desync (#12111) PaperMC/Paper@b27e11cc Fix bad world to chunk coordinate example in javadocs (#12131) PaperMC/Paper@88cdd220 Fixup luck and random implementation in CB loot-tables (#11926) PaperMC/Paper@84609dc0 Don't auto-create any brig redirects (#11954) PaperMC/Paper@8eb8e44a Allow For Default Titles in InventoryView Builders (#12013) ( b0d36cae )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@6cfa2f7f [ci/skip] Add missing nullability annotation to sendEquipmentChange method (#12112) ( 22bd4186 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@cafef9ce [ci/skip] Move EntityUtil to correct directory (#12092) PaperMC/Paper@fa5824e4 Add skipTripwireHookPlacementValidation (#12091) PaperMC/Paper@3bd69f2e [ci/skip] Enhance javadoc for World#setAutoSave method (#12088) PaperMC/Paper@13c80a5e [ci/skip] Fix PlayerShearBlockEvent javadoc typos (#12101) PaperMC/Paper@db2aa180 [ci/skip] Fix incomplete example in javadocs for PreFlattenTagRegistrar (#12102) PaperMC/Paper@cf7c6c74 [ci/skip] Fix incomplete example in javadocs for PostFlattenTagRegistrar (#12103) PaperMC/Paper@072a8317 Add proper attached blocks API to AbstractArrow (#12099) PaperMC/Paper@1be2e5f3 Fix vanilla map decorations sending when not dirty (#12098) PaperMC/Paper@a06179a0 Update entity effect (#12104) PaperMC/Paper@e616498e Add Vault block API (#12068) PaperMC/Paper@0a04c3fe Fix some NPEs (#12105) PaperMC/Paper@06804850 Expand TrialSpawner API (#12025) PaperMC/Paper@46f4fdaa Add support for rotation argument handling (#12090) ( 9b046f36 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@edacfdf4 Do not queue player info packets (#12080) ( e6a1ebd3 )
- fix: properly apply breeding-delay-ticks option for turtles ( 708a2fd9 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@597dcfff Add support for lz4 (#12053) PaperMC/Paper@53ae5c95 Make Sittable interface extend Entity (#12016) PaperMC/Paper@786ddf53 Default piston block entity direction to DOWN (#12039) PaperMC/Paper@cb6c57e0 Fix Squid and Dolphin spawn height (#12045) PaperMC/Paper@51acc802 Prevent duplicate raider in RaidSpawnWaveEvent list (#12040) PaperMC/Paper@61312fdb Switch to jspecify annotations for Player (#12042) PaperMC/Paper@1a04e96a Fix EntityBreedEvent cancellation (#12046) PaperMC/Paper@eff617b8 [ci/skip] Deprecate Server#setSpawnRadius (#12024) ( c038d785 )
- fix(mobs/ravager): add missing blocks to griefable list ( 36a18d54 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@8927091a Do not record movement for vehicles/players unaffected by blocks PaperMC/Paper@5395ae37 Fix composter block setting bukkit owner twice (#12058) PaperMC/Paper@742968e0 [ci/skip] Increase outdated build delay to two weeks (#12063) ( fdc28eed )
- fix: correctly call force when sending particles ( 4f481858 )
- [ci skip] fix indentation ( 2fe4cf18 )
- fix(mobs/bee): Set `takes-damage-from-water` back to false by default, closes #1639 Also migrates the value to false for old configs. Users who previously set this to true will need to re-enable it. ( 65637fa6 )
- feat(mobs/bee): Add `can-instantly-start-drowning` option, defaults to `true` If enabled, this will stop bees from instantly taking damage the moment they begin touching water. Bees can still "drown" with this option disabled when they run out of air. Relevant: #1639 ( 16cfd04b )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@d4a95784 Experimental annotation changes (#12028) PaperMC/Paper@5bcfb12a Fix activation range config and water animal status (#12047) PaperMC/Paper@e0711af5 Deprecate UnsafeValues#getSpawnEggLayerColor (#12041) ( c7bb955e )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@1004374a Add further information to thread check errors PaperMC/Paper@e2f0efd1 Remove nms.Entity#isChunkLoaded PaperMC/Paper@54b2e9d9 Add buffer to CraftWorld#warnUnsafeChunk ( 88ed7442 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@3af5e771 Add Player#give (#11995) PaperMC/Paper@7e21cb81 fix PlayerChangedMainHandEvent javadoc (#12020) PaperMC/Paper@5a34bf04 Correctly retrun true for empty input shapes in EntityGetter#isUnobstructed PaperMC/Paper@a392d475 Make Watchdog thread extend TickThread ( 9b575764 )
- [ci skip] modify ci skip references in paper upstream commits ( 5e5857dc )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@336ea9df Check for empty when sending equipment changes (#12008) PaperMC/Paper@939bb782 Add RayTraceConfigurationBuilder (#11907) PaperMC/Paper@81bb82f5 Fix wrong piston world border check (#12007) PaperMC/Paper@ce95b5d6 Use proper default for setting null display background color (#12010) PaperMC/Paper@2477f1f6 [ci/skip] fix and improvements for docs in ConsumeEffect component (#11998) PaperMC/Paper@fb5b173c Add PlayerClientLoadedWorldEvent (#11940) ( 5583a3f1 )
- [ci skip] enable caching (#1634) ( 4b74604c )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@30fdfb1 [ci skip] Fix docs for DamageResistant (#11992) PaperMC/Paper@6b7650d Only add goat horn once (#12001) PaperMC/Paper@30046e0 Fix a rare crash with a concurrent modification of scaled health attributes (#12002) PaperMC/Paper@88bbead Flush regionfiles on save configuration option ( 4a0a86b9 )
- Fix hover in /plugins ( 7399988c )
- [ci skip] inline import ( 9d1d9fda )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@938a84f Add missing TagSerializable to GsonDataComponentValue converter (Fixes #11768) PaperMC/Paper@e150ffd Add missing final PaperMC/Paper@a35cfe9 Correct version of some network related dependencies PaperMC/Paper@73f7736 Drop patch for MC-273635 fixed in MC 1.21.4 (#11987) ( 1b5ab0c9 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@c44f891 Fix PlayerUseUnknownEntityEvent jd (#11969) PaperMC/Paper@85d0040 [ci skip] Fix getTemperature javadocs (#11967) PaperMC/Paper@e82f7e6 [ci skip] Fix Inventory#setMaxStackSize jd (#11968) PaperMC/Paper@9f74858 [ci skip] Cleanup test plugin PaperMC/Paper@eeec611 Fix zombie villager infection chance hunk (#11974) PaperMC/Paper@209e5f8 Readd dropped hunk for ender dragon fight data (#11975) PaperMC/Paper@8e80d4e Correctly construct StructureManager ( f2b35933 )
- [ci skip] Update CONTRIBUTING.md ( dd414398 )
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@b6be7cd [ci skip] Move generated API sources to src/generated/java (#11977) PaperMC/Paper@cd9d6d6 Allow duplicate relative flags in entity teleport PaperMC/Paper@b1b88cd [ci skip] Update paperweight to 2.0.0-beta.14 ( b7f79d49 ) And 3 more commits
- prepare hardfork build system ( 769ec38b )
- update path to nms files ( 274b78b1 )
- port rebrand patch ( e35e614e ) And 309 more commits
No changes
- [ci skip] small patch comment cleanup ( 8d7fab13 )
- [ci skip] add a good chunk of patch identifying comments ( 998a4e69 )
- fix(ridables): can't fly up using spacebar with certain flying mobs ( 4a204f1b )
No changes
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@8dc76e7 [ci skip] Move back more PaperMC/Paper@4803421 Fix Player.setPlayerListOrder to send update to clients (#11729) PaperMC/Paper@b746d9d Add missing UPDATE_HAT and UPDATE_LIST_ORDER to some paper-added functions in ClientboundPlayerInfoUpdatePacket (#11731) ( 9f0aa881 )
No changes
- fix(axe/strippables): add missing strippable options for pale oak ( ba378a71 )
No changes
- Updated Upstream (Paper) Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@5403894 Add ItemMeta customName methods (#11685) PaperMC/Paper@71a367e Update getKey impls for inlineable types PaperMC/Paper@dae475b Switch Impl types to Holderable (#11662) PaperMC/Paper@bdfa1f6 Brigadier: fix simpleUnwrap not keeping redirect modifier and forks properties from original node (#11654) PaperMC/Paper@fabd859 Add command block material tags (#11720) PaperMC/Paper@07ef2bb Fix incorrect command serialization by creating new Command (#11671) PaperMC/Paper@15b2aa1 Readd shear methods from bukkit Shearable (#11715) PaperMC/Paper@c17ef64 Fix/scoreboard delegate (#11453) ( 80b6d340 )
- ignore `item_model` component for don't run with scissors feature alongside `custom_model_data` component by default, the "don't run with scissors" feature will not activate for shears that have an `item_model` component or `custom_model_data` component. adds a new world config option at `gameplay-mechanics.item.shears.damage-if-sprinting-item-model` that allows specifying a custom item model ResourceLocation (`purpurmc:scissors` by default) for use with this feature. ( ffeb49da )
No changes
No changes
No changes
No changes