ExceptedPrism3 / Logger

Log all Activities from Players or Server Side!
https://www.spigotmc.org/resources/logger.94236/
GNU Affero General Public License v3.0
41 stars 19 forks source link

Support for MC Version 1.20.2 #44

Closed Redforce04 closed 1 year ago

Redforce04 commented 1 year ago

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:

  1. Install the latest version (1.8.0.9) onto a server with spigot.
  2. Run the server.
  3. The error will appear as the plugin attempts to load.

Expected behavior The plugin loads like normal.

Screenshots N/A

Server & Version:

httphypixelnet commented 1 year ago

Fixed in #45, wait for it to get merged in!

Redforce04 commented 1 year ago

Fixed in #45, wait for it to get merged in! Appreciate it. I don't really work with java otherwise I would build it myself. I'm just a C# goober.