FAQ - weaondara/BungeePerms GitHub Wiki
Q: I switched from PEX to BP and transfered the permissions but my users cannot execute some commands.
A: Probably you disabled (or it was disabled initially) superpermscompat in the config. Enable it and you should be fine.
Q: I want to sync permissions over multiple servers? How can I accomplish that?
A: You need the following:
- a mysql db server
- a database
- a db user
- server running BP with
yaml
backend
Set your mysql credentials in all your BP configs. Then type bp migrate backend mysql
in one of your server consoles and wait until BP has finished the migration. After that change the backend type in every BP config to mysql
and type bp reload
in any server console.
Q: The prefixes don't show up.
A: On Bukkit/Spigot you need a Vault compatible chat plugin or you use EssentialsChat. On Bungeecord the chat plugin has to explicitly support BP.
Q: Permissions are working on Spigot but not on BungeeCord or vice versa.
A: Most likely you forgot to set bungeecord
to true
in your spigot config.