UpcraftLP / Voting

Minecraft hook for voting APIs
https://www.curseforge.com/minecraft/mc-mods/voting
Other
0 stars 6 forks source link

Unoped players can not do /vote or /vote claim #11

Open AngelShadow9451 opened 5 years ago

AngelShadow9451 commented 5 years ago

I have even gone so far as to force it available for unoped players and got /vote to work but they still can not claim rewards. I used this mod to attempt to do the above: https://minecraft.curseforge.com/projects/thutperms Is this intended? If so I highly suggest changing that so all players automatically have perms. EDIT: I have checked with Thutmose (the maker of the above mod I attempted to use to allow unoped playeres to use /vote <claim|get>) and he said that "they(Votifier) are not using the forge permissions at all, you can probably submit a ticket for it, hopefully they will get to fixing it, it requires them to register a permission with default lvl of OP, and then have forge permissions API check that permission instead of whatever they are doing now" I hope you can fix this as this mod is currently unusable.

Bruuldor commented 5 years ago

I have the exact same problem. Running Votifier on a spongeforge server with ForgeEssentials, OPS are perfectly fine when it comes to using the /vote command and /vote claim command, but it is impossible to set the permission for the command.vote perm to be used for all players.

When executed as an OP the debug log from ForgeEssentials gives the following output: zone _ROOT_ group _OPS_ command.vote = true

It is then impossible to set the same command for any other group because the _ROOT_ zone does not exist, according to the feedback. The command is also no-where else to be found, but the permissions.txt file in the ForgeEssentials folder does show that the command: command.vote # (OP only = true) - but is unchangeable.