Migrate to SLF4J Logging API instead of JDK Logger
games647 opened this issue ยท 0 comments
Same as games647/FastLogin#177 , but without Minecraft 1.7 support
- Call the JDK14Adapter(java.util.logging.Logger) constructor using Reflection (it's not public)
- Check if the plugin tag will still show up
- Does it work for the newer Paper versions with the added changes from above
- Create the logger only once (save it into a field variable)