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
Pufferfish-1.19 #2
Enabling anti-xray causes an error.
paper-world-defaults.yml
anticheat:
anti-xray:
enabled: true
log
[22:27:15] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException: Cannot invoke "net.minecraft.util.RandomSource.a(int)" because the return value of "net.minecraft.server.level.WorldServer.getThreadUnsafeRandom()" is null
at net.minecraft.world.level.chunk.LevelChunk.<init>(LevelChunk.java:139) ~[?:?]
at net.minecraft.world.level.chunk.LevelChunk.<init>(LevelChunk.java:110) ~[?:?]
at net.minecraft.world.level.chunk.EmptyLevelChunk.<init>(EmptyLevelChunk.java:20) ~[?:?]
at com.destroystokyo.paper.antixray.ChunkPacketBlockControllerAntiXray.<init>(ChunkPacketBlockControllerAntiXray.java:127) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at net.minecraft.world.level.Level.<init>(Level.java:375) ~[?:?]
at net.minecraft.server.level.ServerLevel.<init>(ServerLevel.java:491) ~[?:?]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:585) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:421) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1123) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:304) ~[pufferfish-1.19.jar:git-Pufferfish-2]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
The text was updated successfully, but these errors were encountered:
Pufferfish-1.19 #2
Enabling anti-xray causes an error.
paper-world-defaults.yml
log
The text was updated successfully, but these errors were encountered: