-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on startup when using slimeworldmanager-classmodifier as the java agent #180
Comments
Are you running Paper spigot or regular spigot, Could you provide your full startup parameters, Pictures of your root and plugin folders would also be ideal |
i also have this problem. |
Please use these versions from the Discord announcements channel |
the same problem
|
Everything seems to have loaded now but I cant seem to create a world or anything.
|
Describe the issue
When I got to start the server with Slime World Manager's class modifier jar it crashes on startup but as soon as I remove the class modifier jar from the startup it starts up fine.
Spigot version
1.12.2
Plugin version
2.2.1
How to reproduce
Add -javaagent: slimeworldmanager-classmodifier.jar to the command line with Slime world managers plugin also in the plugins folder.
Crash reports (if available)
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: amv
at net.minecraft.server.management.PlayerList.(PlayerList.java:133)
at net.minecraft.server.dedicated.DedicatedPlayerList.(SourceFile:14)
at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:228)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: