Despical / CommandFramework

A lightweight annotation based command system
https://spigotmc.org/resources/89933
GNU General Public License v3.0
23 stars 5 forks source link

Updated paper-api to 1.20.1 and added MockBukkit test suites #6

Closed gamerover98 closed 1 year ago

gamerover98 commented 1 year ago

Description

Hi, in this pull request, you can find the updated paper-api (1.20.1) and a new test suite made with MockBukkit as mentioned in #5.

Deprecation warning

As of the latest paper-api versions, the org.bukkit.plugin.SimplePluginManager has been marked as @Deprecated(forRemoval = true) and your IDE (I'm using IntelliJ IDEA) can be annoying. image For the time being, just ignore it because it is not an error.

Java version

1.20.1 required at least JDK 17 to be run. Don't worry, maven will compile it for JDK 8 as mentioned in the pom.xml 😄


Looking forward to your feedback and collaboration on this enhancement. Thank you