I have my default permissions set up to allow players teleportation and to keep inventory upon death, but it's not working.
chatcolor: 0xFFFFFF
chatnamecolor: 0xFFFFFF
commands:
allow:
- teleportplayer
deny:
- *
general:
fly: false
pvp: true
pve: true
keepinventory: true
customimages:
enabled: true
maxupload: 10
dimension: 512
blueprints:
use: true
create: true
creative:
deny:
- *
For normal players, the permission command.teleportplayer is showing up as false.
Also, I am part of the Admin group, that under general, has only fly specified:
commands:
allow:
- *
deny:
- makeadmin
- revokeadmin
- shutdown
general:
fly: true
creative:
allow:
- *
So I would think that I inherit keepinventory: true from normal players, which is indeed true for them.
Nope, not happening. In the admin group, it shows as false for me.
When i reset my group to null, it shows as true, then I reassign myself as admin, it still shows as true.
Then I relog, and it shows as false again.
This is just so messed up I cannot get my head around it.
Any help would be appreciated.
(Also, the spacing is set up correctly -- i.e. the sublines under commands, general, customimages, blueprints and creative start 4 spaces in from the start of the row, it's only collapsed here on the forum for some reason.)