Permissions on other servers do not work except global
Closed this issue ยท 21 comments
Recently noticed that the permissions in the lobby have ceased to work, on the survival and global server everything is fine. What happened?
Even if the default configuration and include-global: true, does not work ;9
LuckPerms latest build.
PaperSpigot latest build.
Yes, I checked everything. There should be no such problems.
This problem occurred after updating the plugin configuration!
I deleted the config and it was created. But now the permissions in the lobby, except for survival, do not work.
I need to see more information about your setup to be able to help. I'm left to assume you're talking about server specific permissions - in which case, you need to set the value of server
in the config file.
Please just be informative in your issue reports - it's painful having to extract tiny bits of information out of people who can't be bothered to write decent issue reports.
@MrMIStakee do you have anything helpful to add? Just saying you're experiencing the same issue is absolutely useless.
The following rights do not work on the lobby server:
customjoinitems.donat
customjoinitems.menu
welcomedonater.join
Do not work permission in the lobby:
/lp group helper permission set gadgetsmenu.banners.* true server=lobby
/lp group helper permission set gadgetsmenu.emotes.* true server=lobby
/lp group helper permission set gadgetsmenu.hats.* true server=lobby
/lp group helper permission set gadgetsmenu.cosmetics.* true server=lobby
/lp group helper permission set gadgetsmenu.gadgets.* true server=lobby
/lp group helper permission set gadgetsmenu.cloaks.* true server=lobby
Is the permission node wrong then? No reason why that in particular wouldn't work if everything else is.
And it happened after the plugin was updated, when the update for the configuration was released
server: test
include-global: false
> lp verbose on Luck & minecraft
[10:39:31 INFO]: [LP] Verbose logging enabled for checks matching Luck & minecraft.
[10:39:36 INFO]: Luck issued server command: /gamemode 1
[10:39:36 INFO]: [LP] VB > luck - minecraft.command.gamemode - false
> lp group default permission set minecraft.command.gamemode true
[10:39:46 INFO]: [LP] Set minecraft.command.gamemode to true for default in context global.
[10:39:49 INFO]: Luck issued server command: /gamemode 1
[10:39:49 INFO]: [LP] VB > luck - minecraft.command.gamemode - false
> lp group default permission set minecraft.command.gamemode true server=zzzzz
[10:40:02 INFO]: [LP] Set minecraft.command.gamemode to true for default in context server=zzzzz.
[10:40:05 INFO]: Luck issued server command: /gamemode 1
[10:40:05 INFO]: [LP] VB > luck - minecraft.command.gamemode - false
> lp group default permission set minecraft.command.gamemode true server=test
[10:40:10 INFO]: [LP] Set minecraft.command.gamemode to true for default in context server=test.
[10:40:13 INFO]: Luck issued server command: /gamemode 1
[10:40:13 INFO]: [Luck: Set own game mode to Creative Mode]
[10:40:13 INFO]: [LP] VB > luck - minecraft.command.gamemode - true
[10:40:13 INFO]: [LP] VB > luck - minecraft.command.gamemode - true
It's working exactly as intended. This isn't a LP bug, you're probably just setting the wrong permissions.