• The native version and libraries have been updated for better compatibility with 1.17. You are now able to use 1.17 items in GUIs.
• Improved compatibility with some chat-related plugins, including DiscordSRV.
• The Guava dependency will no longer be relocated, which fixes an issue with the dependency not being found.
• Added GSON as a dependency to fix an error on servers that did not have it.
• Removed a redundant dependency being compiled (Jetbrains annotations).
Java 16 Due to some changes in Java (9+), GrantX has issues with initializing its dependency loader, causing the plugin to be disabled. This can be fixed by adding
--add-opens java.base/java.net=ALL-UNNAMED in your startup command as an
environmental parameter (before the
-jar).