I believe I have set it up as instructed at https://github.com/guipenedo/BungeePexBridge/wiki/Setup-for-SexyPex, however, in-game I get the error You do not have permission to execute this command! Spoiler: Bungeecord's config.yml groups: md_5: - admin ip_forward: true network_compression_threshold: 256 stats: 72bd6759-0244-413b-a21b-c483f5c27af2 online_mode: true servers: Lobby: motd: '' address: localhost:25566 restricted: false ElytraPvP: motd: '' address: localhost:25567 restricted: false Creative: motd: '' address: localhost:25568 restricted: false Factions: motd: '' address: localhost:25569 restricted: false KitPvP: motd: '' address: localhost:25570 restricted: false timeout: 30000 player_limit: -1 listeners: - query_port: 25565 motd: '' priorities: - Lobby bind_local_address: false tab_list: GLOBAL_PING query_enabled: false host: 0.0.0.0:25565 forced_hosts: creative.pumpkinmc.tk: Creative elytrapvp.pumpkinmc.tk: ElytraPvP factions.pumpkinmc.tk: Factions max_players: 100 tab_size: 60 ping_passthrough: false force_default_server: true permissions: default: - bungeecord.command.server - bungeecord.command.list - serverswitcher.switch - ab.warns.own Helper: - bungeecord.command.server - bungeecord.command.list - serverswitcher.switch - staffchat.toggle - staffchat.send - staffchat.recieve - ab.warns.own Mod: - bungeecord.command.server - bungeecord.command.list - serverswitcher.switch - staffchat.toggle - staffchat.send - staffchat.recieve - ab.warns.own - ab.kick.use - ab.kick.notify - ab.warn.perma - ab.mute.perma - ab.mute.undo - ab.ban.temp - ab.warn.notify - ab.warn.undo - ab.ban.undo - ab.check - ab.banlist - ab.history Admin: - bungeecord.command.server - bungeecord.command.list - serverswitcher.switch - staffchat.toggle - staffchat.send - staffchat.recieve - ab.warns.own - ab.kick.use - ab.kick.notify - ab.warn.perma - ab.mute.perma - ab.mute.undo - ab.ban.temp - ab.warn.notify - ab.warn.undo - ab.ban.undo - ab.check - ab.banlist - ab.history - ab.check.ip - ab.ban.ip - bungeeshout.shout - bungeeshout.staff - bungeeshout.shoutban Owner: - bungeecord.command.server - bungeecord.command.list - serverswitcher.switch - staffchat.toggle - staffchat.send - staffchat.recieve - ab.warns.own - ab.kick.use - ab.kick.notify - ab.warn.perma - ab.mute.perma - ab.mute.undo - ab.ban.temp - ab.warn.notify - ab.warn.undo - ab.ban.undo - ab.check - ab.banlist - ab.history - ab.check.ip - ab.ban.ip - bungeeshout.shout - bungeeshout.staff - bungeeshout.shoutban - bungeecord.command.alert - bungeecord.command.end - bungeecord.command.ip - bungeecord.command.reload disabled_commands: - disabledcommandhere log_commands: false connection_throttle: 4000 Spoiler: BungeePEXBridge's config.yml # Configuration file # ################# # How to setup: # 1. Follow the instructions at https://goo.gl/ESlSaR to setup mysql backend on PEX # 2. Fill the options below with your database connection details # 3. Start up the server and enjoy! # # If you require assistance contact me: # EMAIL: [email protected] SKYPE: gui_poseidon # Choose your permissions system. (ALL UPPERCASE AS ON THE LEFT LIST) # Supported systems: # PEX - PermissionsEx # SEXYPEX - SexyPex permissionsSystem: SEXYPEX mysql: # MySQL Hostname hostname: localhost # MySQL Username user: root # MySQL Password pass: '******' # MySQL Database db: ranks # MySQL Port port: '3306' # Minutes between updating/reloading permissions automatically updateInterval: 120 # Optional settings for each permissions system. Only edit the settings under the permissions system you are using # PermissionsEx settings pex: tables: # PEX MySQL table names # If you didn't change the default values on pex's config for 'aliases' leave as it is permissions: permissions permissionsInheritance: permissions_inheritance # SexyPex settings sexypex: tables: # SEXYPEX MySQL table names # If you didn't change the default values on permissionsex's config for 'aliases' leave as it is permissions: permissions permissionsInheritance: permissions_inheritance Spoiler: PermissionEx's config.yml multiserver: use-netevents: true permissions: debug: false allowOps: false user-add-groups-last: false log-players: false createUserRecords: false backend: sexy informplayers: changes: false basedir: plugins/PermissionsEx backends: file: type: file file: permissions.yml sql: uri: mysql://localhost/database user: root password: ****** sexy: type: sexy file: permissions.yml uri: mysql://localhost/ranks user: ******* password: *** updater: true alwaysUpdate: false Note: SexyPex was working before installing BungeePexBridge
You should check out LuckPerms, it's the best permissions plugin, better than any premium versions also (it's free)
For future reference: there was an issue with bungeepexbridge when using sexypex which caused groups to not work properly. It has since been fixed on v1.9.1.