Ability to remove server contexts
BeNOISY opened this issue · 1 comments
Why?
When doing server networks (bungee) and using permissions plugin such as LuckPerms it is quite a hassle to deal with server contexts given by DiscordSRV, I needed for my players to be able to sync their mc accounts with discord ones and after that DiscordSRV gave them their ranks, BUT, due to DiscordSRV giving them ranks with context server=lobby those ranks were only viable on lobby, not on other servers (minigames, survival, etc.).
What and How?
If possible, it will be nice to be able to choose in config whether to set server context to the rank or not.
Are there alternatives?
I can´t think of any work arounds, I have solved it by using another plugin, but I am still not sure whether it will work or not.
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
No response
Group synchronization with LuckPerms setting the server=<server name>
is controlled by the vault-server
option (or server
if use-vault-server
is disabled) in LuckPerms' config.yml
# If the vault-server option below should be used.
#
# - When this option is set to false, the server value defined above under "server" is used.
use-vault-server: false
# The name of the server used within Vault operations.
#
# - If you don't want Vault operations to be server specific, set this to "global".
# - Will only take effect if use-vault-server is set to true above.
vault-server: global