PlayPro / CoreProtect

CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Artistic License 2.0
660 stars 335 forks source link

无法在Paper1.16.5上加载 #500

Closed XZH2024 closed 9 months ago

XZH2024 commented 9 months ago

当我使用java17启动Paper1.16.5时产生了以下报错 image 但是,但我使用java8启动后任然报错 image [16:18:12 ERROR]: Could not load 'plugins\CoreProtect-22.2.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/coreprotect/CoreProtect has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 所以我该怎么办才能让这两个都能兼容?

XZH2024 commented 9 months ago

使用java16后问题解决了