FAWE not loading on 1.16.5 with java 16
MaxxQc opened this issue ยท 1 comments
Server Implementation
Spigot
Server Version
1.16.5
Describe the bug
I'm trying to load FAWE on 1.16.5 with java 16 because I can't use java 17 with 1.16.5 but it simply won't load.
Caused by: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 60.0
To Reproduce
- Use java 16 and spigot
- put fawe jar inside plugins folder
- start server
- /plugins show the plugin in red / not loaded
Expected behaviour
the plugin should load in a way
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
cant run the command
Fawe Version
2.4.4-SNAPSHOT-263
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
You have to use Java 17 in order for FAWE to work.
This should solve your problem:
- Install and boot the server with Java 17
(For help, see https://docs.papermc.io/java-install-update) - Add
-Paper.IgnoreJavaVersion=true
to
your JVM flags (before -jar)