Describe the bug
Currently the plugin does not seem to support 1.20.2 due to an enum error. I assume that the plugin just needs to be updated to 1.20.2, and be rebuilt.
org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: No enum constant me.prism3.logger.utils.enums.NmsVersions.v1_20_R2
Caused by: java.lang.IllegalArgumentException: No enum constant me.prism3.logger.utils.enums.NmsVersions.v1_20_R2
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.2.jar:git-Paper-203]
To Reproduce
Steps to reproduce the behavior:
Install the latest version (1.8.0.9) onto a server with spigot.
Run the server.
The error will appear as the plugin attempts to load.
Expected behavior
The plugin loads like normal.
Screenshots
N/A
Server & Version:
MC Version: 1.20.2
Server Type: Bukkit/Spigot/Paper
Paper Version: git-Paper-203Implementing API version 1.20.2-R0.1-SNAPSHOTGit: fe54a13
Host Information: Java 17 OpenJDK 64-Bit Server VM 17.0.8.1+1
Describe the bug Currently the plugin does not seem to support 1.20.2 due to an enum error. I assume that the plugin just needs to be updated to 1.20.2, and be rebuilt.
org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: No enum constant me.prism3.logger.utils.enums.NmsVersions.v1_20_R2
Caused by: java.lang.IllegalArgumentException: No enum constant me.prism3.logger.utils.enums.NmsVersions.v1_20_R2
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.2.jar:git-Paper-203]
To Reproduce Steps to reproduce the behavior:
Expected behavior The plugin loads like normal.
Screenshots N/A
Server & Version:
git-Paper-203
Implementing API version 1.20.2-R0.1-SNAPSHOT
Git: fe54a13
OpenJDK 64-Bit Server VM 17.0.8.1+1
Linux 5.10.0-25-amd64 (amd64)