Giter Site home page Giter Site logo

xray's People

Contributors

instantlymoist avatar xixi52 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

xray's Issues

ExceptionInInitializerError on command execution

Spigot 1.16.3
xRay 3.121

/xray
produces error in-game and

[13:37:41] [Server thread/INFO]: rambeau issued server command: /xray
[13:37:41] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'xray' in plugin xRay v3.121
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:758) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1697) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1540) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:941) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:934) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeAll(SourceFile:103) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:917) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:850) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ExceptionInInitializerError
        at me.kyllian.xRay.threads.ChunkThread.startTask(ChunkThread.java:46) ~[?:?]
        at me.kyllian.xRay.tasks.ChunkTask.lambda$send$0(ChunkTask.java:30) ~[?:?]
        at java.util.ArrayList.forEach(ArrayList.java:1541) ~[?:?]
        at me.kyllian.xRay.tasks.ChunkTask.send(ChunkTask.java:30) ~[?:?]
        at me.kyllian.xRay.handlers.XRayHandler.send(XRayHandler.java:21) ~[?:?]
        at me.kyllian.xRay.commands.CMD_xRay.onCommand(CMD_xRay.java:37) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        ... 18 more
Caused by: java.lang.RuntimeException: Unable to find MultiBlockChangeInfo (PacketPlayOutMultiBlockChange$MultiBlockChangeInfo)
        at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:2101) ~[?:?]
        at com.comphenix.protocol.utility.MinecraftReflection.getMultiBlockChangeInfoClass(MinecraftReflection.java:1848) ~[?:?]
        at com.comphenix.protocol.wrappers.MultiBlockChangeInfo.<clinit>(MultiBlockChangeInfo.java:38) ~[?:?]
        at me.kyllian.xRay.threads.ChunkThread.startTask(ChunkThread.java:46) ~[?:?]
        at me.kyllian.xRay.tasks.ChunkTask.lambda$send$0(ChunkTask.java:30) ~[?:?]
        at java.util.ArrayList.forEach(ArrayList.java:1541) ~[?:?]
        at me.kyllian.xRay.tasks.ChunkTask.send(ChunkTask.java:30) ~[?:?]
        at me.kyllian.xRay.handlers.XRayHandler.send(XRayHandler.java:21) ~[?:?]
        at me.kyllian.xRay.commands.CMD_xRay.onCommand(CMD_xRay.java:37) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.16.3.jar-2020-10-17-1639:git-Spigot-57bbdd8-b8dd5ec]
        ... 18 more

Missing dependency declaration

Spigot 1.15.2 (Jenkins 2596)
xRay 3.01

Description
Beginning with Spigot 1.15.2 (Jenkins 2596), missing dependency declarations are reported in the log on server start-up as WARN messages.

Reference: https://hub.spigotmc.org/jira/browse/SPIGOT-5546

The relevant log entry is:

[22:03:30] [Server thread/WARN]: [xRay] Loaded class com.comphenix.protocol.wrappers.WrappedBlockData from ProtocolLib v4.5.1-SNAPSHOT-b445 which is not a depend, softdepend or loadbefore of this plugin.

Steps to reproduce the behavior

  • Update Spigot to 1.15.2 latest
  • Start the server
  • Search the log for 'Loaded class'

Expected behavior
Dependencies should be declared in plugin.yml

Anti-xray layer

Hello, is it normal that the anti-xray does not work beyond a certain layer?
If so, would it be possible to be able to modify it as we wish?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.