- Thread starter
- #1
Hi everyone, a plugin and server update just went live. These are the items that have been updated:
Server configuration
- Updated to 1.21.11
Timers
- Timers in challenges and maps are now rounded (up) to ticks.
- The server processes all events once every 50 milliseconds (a tick). This means that any timing resolution lower than a tick is primarily server processing time. If you were lucky, you would therefore get a faster time without changing anything input or gameplay wise. Certain (primarily short) maps times were primarily dependent on the processing speed of the server. Rounding to ticks should alleviate this issue.
Pronouns
- Added He/they and She/they pronouns.
Scripts
- Player#getClickedBlockFace and Player#getTargetBlockFace now return null instead of throwing a NullPointerException when the player is not targeting a block.
Server configuration
- Updated to 1.21.11
Timers
- Timers in challenges and maps are now rounded (up) to ticks.
- The server processes all events once every 50 milliseconds (a tick). This means that any timing resolution lower than a tick is primarily server processing time. If you were lucky, you would therefore get a faster time without changing anything input or gameplay wise. Certain (primarily short) maps times were primarily dependent on the processing speed of the server. Rounding to ticks should alleviate this issue.
Pronouns
- Added He/they and She/they pronouns.
Scripts
- Player#getClickedBlockFace and Player#getTargetBlockFace now return null instead of throwing a NullPointerException when the player is not targeting a block.