-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Isn't working with permissions #6
Comments
What permissions plugin (if any) are you using? I may have to do some integration with permissions plugins to get the renaming to take effect there, too. (I'm already doing this for "bukkit permissions".) |
ATM I am using Permissions 3.1.6 |
Ok, I'll look into it when I have time. |
Just updating, I am using the modded version of the plugin btw. Now something else that is strange, not sure if it will help. I was messing around with the plugin a little trying to see if I was doing something wrong. When a Player logs in it gives the player a random number as intended. I asked the player to type something, which they did and it showed their number (great). Then I asked the player to break a block, which they could not. Then I gave the player some dirt (via console command) and asked it to try and place it. When they tried to place the dirt, it stated in the console Creating user Player_3074 (which happened to be their number at the time) and the Permissions file reloaded itself to show the new player. However, then when I went it and edited that players number into a new group (Builder) they still could not build. However, when a player auth themselves (this player giving the name Flexxall) it still does not add THAT name into the user groups, and when given dirt to build I never get the console replying that it created user Flexxall. I do have Block Interactions set to false as the permissions group default handles that. So it seems that in one case it is writing to the file and just not talking to it, and in the other it is doing neither. Not sure if this helps at all but just something that I noticed as I was messing around with the commands and such. |
It does help a little, yes. I'll hopefully have time to look into this sometime after new year :-) |
For some reason this isn't working correctly with permissions. For permissions the default group is Default with breaking blocks off. When players log in and register an account with the MixedModeAuth, a moderator goes in and adds them into the permissions file manually, changing their group from default to Builder (allows building, ect.). The plugin is then reloaded. The player is still not considered a builder and can not build. I have tried a full server restart, I have tried going into the permissions file itself, adding the player with the Builder group, deleting the default group, restarting the server, and still when the player authenticates itself within the plugin it refuses to work. They have their name changed and they get everything back that they had, they are back where they logged off ect, It just doesnt give them the permissions they are supposed to have for being in the Builder group, as if they were still in the Default group.
The text was updated successfully, but these errors were encountered: