Skip to content

Commit 77090c6

Browse files
authored
Rename 26.1 post file, add missing config entry
1 parent ffc228b commit 77090c6

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ Mojang is no longer providing obfuscated server jars and instead have them conta
116116

117117
Here is a selection of other notable additions since the last major update post:
118118

119+
### Configuration
120+
121+
- `add-plugin-dir` startup argument to load an additional plugin directory
122+
- Along with a fix to a memory leak, we added `misc.max-tracking-combat-entries` to increase or reduce the number of combat tracker entries before they are discarded
123+
- Made the arrow despawn rate override configurable via `entities.spawning.max-arrow-despawn-invulnerability`
124+
- Allow `spam-limiter.incoming-packet-treshold` to be properly disabled by setting it to `-1`
125+
- 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.)
126+
119127
### API
120128

121129
- `World#locateNearestPoi` and `locateAllPoiInRange` to find nearby points of interest
@@ -131,13 +139,6 @@ Here is a selection of other notable additions since the last major update post:
131139
- `GameRule#getDefaultValue`
132140
- `Damageable#kill`
133141

134-
### Configuration
135-
136-
- `add-plugin-dir` startup argument to load an additional plugin directory
137-
- Made the arrow despawn rate override configurable via `entities.spawning.max-arrow-despawn-invulnerability`
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.)
140-
141142
---
142143

143144
<DownloadButton project="Paper" />

0 commit comments

Comments
 (0)