Issues with setting up perms on a DW20 server w/ForgeEssentials

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Corpus

New Member
Jul 29, 2019
1
0
0
I am having trouble allowing my members to use warps with forge essentials. I exported the permissions and everything SEEMS to be set up right. Can someone let me know what I am missing? I am pretty new to this.

PERMISSIONS LIST for group MEMBERS

####################
# members
####################

members {
B:ForgeEssentials.BasicCommands.afk=true
B:ForgeEssentials.BasicCommands.bed=true
B:ForgeEssentials.BasicCommands.compass=true
B:ForgeEssentials.BasicCommands.home=true
B:ForgeEssentials.BasicCommands.home.VirtualChest=true
B:ForgeEssentials.BasicCommands.home.kit=true
B:ForgeEssentials.BasicCommands.home.set=true
B:ForgeEssentials.BasicCommands.kit=true
B:ForgeEssentials.BasicCommands.motd=true
B:ForgeEssentials.BasicCommands.rules=true
B:ForgeEssentials.BasicCommands.spawn=true
B:ForgeEssentials.BasicCommands.warp=true
B:ForgeEssentials.Chat.commands.msg=true
B:ForgeEssentials.Chat.commands.nickname=true
B:ForgeEssentials.Chat.commands.r=true
B:ForgeEssentials.Protection.allowBlockInteractions=true
B:ForgeEssentials.Protection.allowEdits=true
B:ForgeEssentials.Protection.allowEntityInteractions=true
B:ForgeEssentials.Protection.pvp=true
}
The 'GROUPS' file:
# Configuration file

####################
# _global_
####################

_global_ {
####################
# guests
####################

guests {
S:parent=
S:playersInGroup <
>
S:prefix=§7[GUEST]
I:priority=0
S:suffix=
}

####################
# members
####################

members {
S:parent=Guests
S:playersInGroup <
_ENTRY_PLAYER_
>
S:prefix=&f[&2Member&f]
I:priority=10
S:suffix=
}

####################
# zoneadmins
####################

zoneadmins {
S:parent=Members
S:playersInGroup <
>
S:prefix=§c[ZoneAdmin]
I:priority=0
S:suffix=
}

####################
# owners
####################

owners {
S:parent=ZoneAdmins
S:playersInGroup <
>
S:prefix=&f[&4Commie&f]
I:priority=999
S:suffix=
}

####################
# _ladders_
####################

_ladders_ {
S:mainLadder <
Owners
ZoneAdmins
Members
Guests
>
}

}