You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/posts/26.1.mdx
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "26.1"
3
-
date: "2026-03-04T20:00:00Z"
3
+
date: "2026-04-26T20:00:00Z"
4
4
author: "Paper Team"
5
5
---
6
6
@@ -16,6 +16,9 @@ We would like to thank everyone that worked on this update:
16
16
{ username: "Lulu13022002" },
17
17
{ username: "lynxplay" },
18
18
{ username: "spottedleaf" },
19
+
{ username: "Warriorrrr" },
20
+
{ username: "Doc94" },
21
+
{ username: "Owen1212055" },
19
22
{ username: "kennytv" },
20
23
]}
21
24
/>
@@ -107,20 +110,33 @@ _This section only affects plugin devs using server internals, whether directly
107
110
108
111
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.
109
112
110
-
### Other changes and additions
113
+
---
114
+
115
+
## Other changes and additions
111
116
112
117
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
-`PositionedRayTraceConfigurationBuilder#blockCollisionMode` for looking for block collisions
131
+
-`GameRule#getDefaultValue`
132
+
-`Damageable#kill`
133
+
134
+
### Configuration
135
+
121
136
-`add-plugin-dir` startup argument to load an additional plugin directory
122
137
- Made the arrow despawn rate override configurable via `entities.spawning.max-arrow-despawn-invulnerability`
123
138
- 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.)
0 commit comments