tiredvekster / LightAntiCheat

A lightweight and customizable anticheat, designed to detect common hacks.
GNU Affero General Public License v3.0
25 stars 7 forks source link

spigot-1.8 light ac command isnt working #38

Open star7270305 opened 3 months ago

star7270305 commented 3 months ago

im using light ac on spigot-1.8 it didn't working and show [02:25:55 INFO]: me issued server command: /light

org.bukkit.command.CommandException: Unhandled exception executing command 'light' in plugin LightAntiCheat v1.2.6 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?] at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] at java.base/java.lang.Thread.run(Thread.java:1570) [?:?] Caused by: java.lang.NoSuchMethodError: 'net.md_5.bungee.api.ChatColor org.bukkit.ChatColor.asBungee()' at me.vekster.lightanticheat.util.logger.text.ColorUtil.getBukkitColor(ColorUtil.java:97) ~[?:?] at me.vekster.lightanticheat.util.logger.text.ColorUtil.chatColorOf(ColorUtil.java:60) ~[?:?] at me.vekster.lightanticheat.util.logger.text.ColorUtil.colorize(ColorUtil.java:49) ~[?:?] at me.vekster.lightanticheat.util.config.placeholder.PlaceholderConvertor.colorize(PlaceholderConvertor.java:32) ~[?:?] at me.vekster.lightanticheat.command.LACCommand.onCommand(LACCommand.java:251) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.jar:git-Spigot-550ebace-7019900e2] ... 14 more