MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
166 stars 61 forks source link

Build Fails Due to Private Access in ContentState and Missing Classes #179

Open FoxPodZ opened 3 weeks ago

FoxPodZ commented 3 weeks ago

So I tried Building the Plugin and it won't Build. The build fails with the following error:

'com.magmaguy.magmacore.menus.ContentPackage.ContentState' has private access in 'com.magmaguy.magmacore.menus.ContentPackage'

Additionally, the AdvancedMenuItem and FirstTimeSetupMenu classes cannot be found at all for some reason.

image

I'm unsure if this is related to a configuration issue in my end or something specific to MagmaCore? Any ideas on what could be wrong?

I tried:

MagmaGuy commented 3 weeks ago

I am aware of this and similar issues. I have already been modifying the backend and am hoping to roll out some updates today that will fix this and several other similar problems.