Move it to Ore!
You can submit a support ticket at http://www.enjin.com/support/form
I donāt think Ore is even officially released yet as far as Iām aware. Itās still in an alpha stage, so I think weāre going to hold off until itās at least at 1.0.0-BETA.
Are those Iāve reported noted yet or should I still submit a ticket? XD waiting for a fix though, more importantly on the voting
Where is the command to reset a players vote count is the real question hereā¦? and yeah⦠the voting doesnt work Another thing i hate about the voting module is the fact that you can only cumulative up to 60 votes⦠why can you not define more then that? Its like a slap in the face for people that want to do even cumulatives like 25, 50, 100 (but nope youāre capped at 60) Fixā¦?
Guessing things like heads do not work because there isnt an implementation into sponge yet?
Iām currently playing on a server that uses Enjin and Iām thinking about using it for my own server as well. Nice to see this being ported over!
@SnowBlitzz I have not had a chance to look into it. If you havenāt submitted a ticket yet feel free to do so and provide us as much information as possible.
@Khaoz There is not command to reset player votes. Only thing the plugin does is send the voting data off to the website. Submit a ticket through enjin support form regarding voting module stuff as I cannot help with that.
@VinceOrlando Heads should work. They were working when I tested, albeit I had to use a workaround due to issues with sponge api. The heads are implemented into sponge though, I just donāt know if they ever got around to fixing the bugs I experienced.
@Favorlock that is if the plugin actually reads the voting data. currently the listener doesnāt work with the forge version or sponge versions of votifier or nuvotifier. Is the plugin checking. As you put it above that its being ran as if it were like bukkit; but Votifier will fire a VotifierEvent on the MinecraftForge event bus; so the listener is listening for the wrong event if its acting like the bukkit or spigot version; as you said earlier.
Itās only designed to work with the sponge version. I wonāt support the forge version since I need to be able to read plugins through sponge. It would defeat the purpose of sponge to rely on forge.
well; here is your enjin.log none the less.
It detects nuvotifier, and votifier but your errors are still there.
Iāll take a look soon. Seems odd that it wouldnāt be working considering itās registering nuvotifierās presence.
#Version 3.0.4 released
- Fix voting registration
- Fix buy command always registering
Great work! I can say that vote registration is working now but thereās still something wrong about the buy command. /buy # should go to the category you choose but it does nothing. Switching pages with /buy page # works however
Seems the heads portion of the plugin is causing a null pointer exception when trying to push head updates from the website to the server. It is stopping players from logging into the server.
I need the stack trace in order to determine what is null. Canāt fix the issue otherwise. Heads are working in my test version, so it doesnāt appear to happen in all cases.
Will take a look soon.
#Version 3.0.4 released
- Fix voting registration
- Fix buy command always registering
Here is the error I am receiving with the null pointer exception
Anndddd here is my server all the way updated to latest sponge and its recommended forge version as well as latest EMPSponge jar