it will not work at all
Moxie15 opened this issue ยท 9 comments
First thing, I'm guessing your command should end with +GLOW
instead of GLOW
. Check the documentation for a detailed explanation.
And now, the usual questions:
- What server are you running? SpigotMC, Bukkit, PaperMC, etc.
- What Minecraft version are you on? 1.19.2, 1.19.3, etc.
- What version of ProtocolLib are you using? 4.8.0, 5.0.0-SNAPSHOT-b608, etc.
- What server logs are you getting when running the command? Make sure to enable "verbose" mode.
1.19.2 spigot MC and the newts protocoilib and ill try enable
What version of ProtocolLib are you using? Please give the version number, not just "the latest".
i don't know what verbose and or how my stuff logged i have not touch that
You can enable Yamipa's verbose mode by modifying the "plugins/YamipaPlugin/config.yml" file as explain in this link.
Without your server logs there's no way for me to debug the cause of the bug :/
You should be able to see those at your server's console or terminal.
@Moxie15, the crashes you report are unrelated to Yamipa.
Your server seems to be quite broken given log entries such as:
java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so
and
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.storage.SaveData.B()" because "this.m" is null
Closing this issue as I don't think there's anything I can do to debug it.