Skip to content

1.22.0 - Custom Chunk Ban Blocks & Fixes

Compare
Choose a tag to compare
@moom0o moom0o released this 23 Jan 05:50
· 1496 commits to master since this release
  • Added CustomMaxPerChunk for chunk ban prevention, This will allow you to add any block you wish to be limited per chunk.
CustomMaxPerChunk: # CUSTOM block chunk limit configuration - SPIGOT ITEM NAMES!! FIND ON https://papermc.io/javadocs/paper/1.12/org/bukkit/Material.html
  BARRIER: 5
  • Fixed some errors with "temporary players" from protocollib.
  • Fixed some performance problems with Physics event, not fully fixed, but I now cache TPS checks, so most lag should be gone.