Several updated & modernizing codebase #81
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to improve dependencies, enhance code quality, and modernize the codebase. The key changes include transitioning from Bukkit to Spigot dependencies, replacing deprecated libraries, refactoring the RSA key handling logic, and minor documentation updates.
Dependency Updates:
pom.xmlto replace the Bukkit repository and dependency with the Spigot repository and API (spigot-repowith version1.8.8-R0.1-SNAPSHOT). This modernizes the project and aligns it with newer Minecraft plugin development standards.Code Modernization:
RSAIO.javato usejava.util.Base64instead of the deprecatedjavax.xml.bind.DatatypeConverterfor encoding and decoding. Also, introduced try-with-resources for file handling to improve resource management.Documentation and Metadata:
plugin.ymlfile to addmzcy_as an author, reflecting contributions to the project.Votifier.javato improve clarity. [1] [2]Code Cleanup:
RSAIO.javato streamline the file and focus on the functional code.