Default Ranks (per world) not applying
philip-ulrich opened this issue ยท 9 comments
Howdy Y'all,
I'm using the latest spigot (1.9.2) build and pex 1.23.4.
I have the following groups set up:
http://d.l33t.tech/uPUv/5rYZALBL
and when I join the worlds listed there... pex lists them.. but they do not apply to any users:
http://d.l33t.tech/13cCI/2KZPBA7v
Please assist! :)
Based on previous reports, there are some issues with per-world permissions on spigot 1.9. The spigot folks say the issue isn't on their side though, so we're still trying to pin down the exact cause of these issues.
@SkydeFR you have a different problem: the default
line is an option, not at the top level.
@zml2008 Sorry I didn't know, should I open a new ticket?
@SkydeFR No, you just need to move it down:
groups:
Ombre:
permissions:
- permissions.ombre
inheritance: []
options:
rank: '1000'
rank-ladder: global
default: true
@philip-ulrich Oh! It works, thanks! Sorry again!
Np @SkydeFR. Glad I could help!
I'm using PermissionsEx v1.22.10 with KCauldron 1.7.10 and I'm the same problem : default rank not applying to new players.
Simplified version of my permissions.yml :
groups:
Ombre:
default: true
permissions:
- permissions.ombre
inheritance: []
options:
rank: '1000'
rank-ladder: global
Arrivant:
permissions:
- permissions.arrivant
inheritance:
- Ombre
options:
rank: '990'
rank-ladder: global
schema-version: 1
users:
21d68a0d-15c8-432a-8e30-aa77d2e0bb4c:
options:
name: SkydeFR
Unfortunately PermissionsEx is currently unmaintained and no further updates are planned. Because of this, all pull requests are being closed. If you are looking for an actively maintained permissions plugin, take a look at LuckPerms. It is compatible with major server platforms and can import data from PEX.