Zedly / Zenchantments

More enchantments without mods or resource packs. CB/Spigot 1.14.4 / 1.12 / 1.11.x / 1.10.x
GNU General Public License v3.0
12 stars 23 forks source link

Building issue #44

Closed toomanybugs1 closed 4 years ago

toomanybugs1 commented 4 years ago

Hello! We've been using zenchantments for a while and just got a 1.16.1 server with papermc. I the release does load but it acts strangely so I want to try to see if I can get a custom build working for us. I have been able to edit the parent pom file but I can't find the PlayerInteractUtil mentioned in the readme. Where can I find this? Thanks!

Geolykt commented 4 years ago

The PlayerInteractUtil class does not exist anymore. The only thing you should do it maybe remove outdated NMS and update the dependencies. Everything should be straightforward if you are already building plugins via maven

toomanybugs1 commented 4 years ago

Okay, there's probably something I'm doing wrong on my side then. Just wanted to rule that out as a possibility. Thank you!