Skip to content

Commit 4cfd7af

Browse files
committed
update
1 parent fd3d171 commit 4cfd7af

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

src/content/posts/26.1.mdx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "26.1"
3-
date: "2026-03-04T20:00:00Z"
3+
date: "2026-04-26T20:00:00Z"
44
author: "Paper Team"
55
---
66

@@ -16,6 +16,9 @@ We would like to thank everyone that worked on this update:
1616
{ username: "Lulu13022002" },
1717
{ username: "lynxplay" },
1818
{ username: "spottedleaf" },
19+
{ username: "Warriorrrr" },
20+
{ username: "Doc94" },
21+
{ username: "Owen1212055" },
1922
{ username: "kennytv" },
2023
]}
2124
/>
@@ -107,20 +110,33 @@ _This section only affects plugin devs using server internals, whether directly
107110

108111
Mojang is no longer providing obfuscated server jars and instead have them contain all class, method, field names, etc. Due to this, we have fully dropped the internal remapper - obfuscated names no longer exist in the server jar.
109112

110-
### Other changes and additions
113+
---
114+
115+
## Other changes and additions
111116

112117
Here is a selection of other notable additions since the last major update post:
118+
119+
### API
120+
121+
- `World#locateNearestPoi` and `locateAllPoiInRange` to find nearby points of interest
122+
- `WorldCreator#forcedSpawnPosition` to skip spawn location search on world creation
123+
- `PositionedRayTraceConfigurationBuilder#blockCollisionMode` for looking for block collisions
113124
- `EntityLungeEvent`, `PlayerToggleEntityAgeLockEvent`, `PlayerSwapWithEquipmentSlotEvent`, `ItemCraftedEvent`
114125
- `PlayerPurchaseEvent#getMerchant`
115126
- `FurnaceExtractEvent#getItemStack`
116-
- `GameRule#getDefaultValue`
127+
- `VehicleDamage/DestroyEvent#getDamageSource`
117128
- `RecipeChoice.ItemTypeChoice`
118129
- `Mannequin.validPoses`
119130
- `Raid#setTotalWaves`
120-
- `PositionedRayTraceConfigurationBuilder#blockCollisionMode` for looking for block collisions
131+
- `GameRule#getDefaultValue`
132+
- `Damageable#kill`
133+
134+
### Configuration
135+
121136
- `add-plugin-dir` startup argument to load an additional plugin directory
122137
- Made the arrow despawn rate override configurable via `entities.spawning.max-arrow-despawn-invulnerability`
123138
- Allow `spam-limiter.incoming-packet-treshold` to be properly disabled by setting it to `-1`
139+
- Added `unsupported-settings.ticking.chunks` and `blockEntities` to allow disabling chunk and block entity ticking. This is useful for lobby servers that don't need chunk ticking (mob spawning, random block ticking, thunder, ice and snow) or block entity ticking (functionality of hoppers, furnaces, etc.)
124140

125141
---
126142

0 commit comments

Comments
 (0)