Sponge Build: 5.1.0
Forge Build: 1.10.2 forge-12.18.3.2254 Sky Factory Challenge Mode Modpack
Java Version: 1.8.0_121
So I am trying to create a plugin to help run a Sky Factory Challenge Mode on a server. My java knowledge is good enough to code what I want to code but for some reason I am getting an InvalidPluginException error. I have followed tutorials and Sponge documentation very closely to check everything and it is not working! Knowing me it is probably some stupid mistake I am making somewhere but for the life of me I cannot see where! I had coded a lot more in another Plugin but got this error so started a new one to test so it is at the very bare bones this code. I do apologise if it is something stupid!
Also I believe I have posted all the necessary information but if you require more and I didn’t realise I needed to include it let me know!
GitHub Repo: https://github.com/theDyingday/SFCMPlugin/blob/master/SFChallengeModePlugin
EDIT: So I may have realised my stupidity… I forgot to set the groupID properly when making the plugin… derp…