Advertisement
TheDramidius

NCP Error

Jan 30th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.12 KB | None | 0 0
  1. [18:14:56 ERROR]: [NoCheatPlus] (TickTask) TickListener generated an exception:
  2. [18:14:56 ERROR]: [NoCheatPlus] java.lang.NoClassDefFoundError: Could not initialize class fr.neatmonster.nocheatplus.compat.BridgeMaterial
  3.         fr.neatmonster.nocheatplus.utilities.map.BlockProperties.isAir(BlockProperties.java:2723)
  4.         fr.neatmonster.nocheatplus.utilities.map.BlockCache.getOrCreateNode(BlockCache.java:314)
  5.         fr.neatmonster.nocheatplus.utilities.map.BlockCache.getOrCreateBlockCacheNode(BlockCache.java:437)
  6.         fr.neatmonster.nocheatplus.utilities.location.RichBoundsLocation.getOrCreateBlockCacheNodeBelow(RichBoundsLocation.java:482)
  7.         fr.neatmonster.nocheatplus.utilities.location.RichBoundsLocation.isOnGround(RichBoundsLocation.java:810)
  8.         fr.neatmonster.nocheatplus.utilities.location.RichEntityLocation.isOnGround(RichEntityLocation.java:180)
  9.         fr.neatmonster.nocheatplus.utilities.location.RichBoundsLocation.isOnGroundOrResetCond(RichBoundsLocation.java:979)
  10.         fr.neatmonster.nocheatplus.checks.moving.MovingListener.checkHover(MovingListener.java:2689)
  11.         fr.neatmonster.nocheatplus.checks.moving.MovingListener.checkOnTickHover(MovingListener.java:2611)
  12.         fr.neatmonster.nocheatplus.checks.moving.MovingListener.onTick(MovingListener.java:2560)
  13.         fr.neatmonster.nocheatplus.utilities.TickTask.notifyListeners(TickTask.java:539)
  14.         fr.neatmonster.nocheatplus.utilities.TickTask.run(TickTask.java:558)
  15.         org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99)
  16.         org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
  17.         net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1294)
  18.         net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:377)
  19.         net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1209)
  20.         net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:997)
  21.         net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:174)
  22.         java.base/java.lang.Thread.run(Thread.java:834)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement