Minecraft Spigot 1.9 bPermissions yml flawed?

Am
- in Worlds
5

Net members

I'm in the process of creating a build server and have created a permissions (groups.yml) for globally for bpermissions.

I have only experience with Pex which does not run on the server version however.

Here are my groups.yml

default: newbie

groups:

Violation Ender:

permissions:

- -.

meta:

prefix: '& 0 [offending] & 0'

suffix: '& 0'

newcomer:

permissions:

- chatex.allowchat

- lightweightessentials.msg

- worldguard.build

meta:

prefix: '& f [freshman] & f'

suffix: '& e'

apprentice:

permissions:

--worldguard.build

groups:

- newcomer

meta:

prefix: '& e [apprentice] & e'

suffix: '& d'

test builder:

permissions:

- bukkit.command.gamemode

groups:

- apprentice

meta:

prefix: '& d [trial builder] & d'

suffix: '& b'

builder:

permissions:

- -chatex.mod

- chatex.chat.

- worldguard.region.wall

- worldguard.region.define

- worldguard.region.flag.regions.own.

- worldguard.region.flag.flags.use.

groups:

- Probebuilder

meta:

prefix: '& b [Builder] & b'

suffix: '& f'

terraformer:

permissions:

- -worldedit.calc

- -worldedit.limit.

- worldguard.region.save

- worldedit.

groups:

- Builder

meta:

prefix: '& a [terraformer] & a'

suffix: '& f'

construction manager:

permissions:

- -worldedit.calc

- worldguard.

- worldedit.

groups:

- Terraformer

meta:

prefix: '& 9 [site manager] & 9'

suffix: '& c'

ladder:

permissions:

-.

meta:

prefix: '& 4 [ladder] & 4'

suffix: '& c'

With Pex one could use -permissions which prevent these rights, if one under this z.b. The complete rights of a plugin allowed. Thus, it is easier for many rights of a plugin simply remove the unwanted permissions. Is not this possible with bPermissions? Or did I make another mistake?

Here is my config.yml

auto-save: true

track-type: multi

debug-mode: false

allow-offline-mode: false

use-global-files: true

use-global-users: false

track limit: false

use-custom-permissible: false

I set use-global-files to true to try to solve it so that the global groups.yml is used.

P.S. Where only permissions here. Is permissions. * Think! Was removed here

Thanks to all the helpful answerers for me! To my question! Write!

Dr

Just a question… Why do not you take any LuckPerms?

So far I only had problems with bPermissions

Am

I also had not tried before

At bperm I got further than luckperm. Not even the pl folder was created

Dr

What kind of Minecraft version? Spigot, Bukkit or something else?

Am

Is in the title

Java 8

Sy

Why should not pex run on the 1.9? Pex works even in the 1.14.3. Download the latest version 1.23.4 and set it up properly, then everything will work.

In your bpermissions, there are probably bugs in the build and permissions. Read instructions.