kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

API #274

Closed EgehanKilicarslan closed 4 months ago

EgehanKilicarslan commented 4 months ago

I think you should stick with either paperapi or spigotapi because when you change it, things we do can break or get deprecated

kangarko commented 4 months ago

The plan was to switch to paper but for 1.20.5 there are larger changes so we had to rollback to spigot

kangarko commented 4 months ago

your plugin wont break anything because you can just place paper above foundation in pom.xml and maven will prioritze that