Hey guys! I really need to fix the permissions for my server! I am using forge essentials and it all the commands and features are great. My problem is that when a player joins, they are automatically set the the group "Guests" and they can not do anything unless I manually set them to "Members". I tried copying all the permissions from "Members" over to "Guests" and when I look into the file though FTP it says they are both the same, yet in-game it doesn't work! I really need help. I personally want to completely remove the guest rank and immediately have them go to "Members". If needed, I will paste a pastie of the permissions.txt but I am 100% sure the permissions between "Members" and "Guests" are the same. I even tested the ranks seperately. I am thinking it has something to do with the groups.txt. I tried to completely delete the "Guests" rank and it still sets them there. I have "_ENTRY_PLAYER_" as the players in group for members yet it still doesn't work. Any ideas?
# Configuration file
####################
# _global_
####################
_global_ {
####################
# members
####################
members {
S arent=
arent=
S layersInGroup <
layersInGroup <
_ENTRY_PLAYER_
>
S refix= §0[§7Member§0]
refix= §0[§7Member§0]
I riority=100
riority=100
S:suffix=
}
####################
# Semi-Mods
####################
Semi-Mods {
S arent=
arent=
S layersInGroup <
layersInGroup <
>
S refix=§6[§eSemi-Mod§6]§f
refix=§6[§eSemi-Mod§6]§f
I riority=500
riority=500
S:suffix=
}
####################
# owners
####################
owners {
S arent=
arent=
S layersInGroup <
layersInGroup <
>
S refix=§c[OWNER]
refix=§c[OWNER]
I riority=999
riority=999
S:suffix=
}
####################
# _ladders_
####################
_ladders_ {
S:mainLadder <
Owners
Semi-Mods
Members
>
}
}
				
			# Configuration file
####################
# _global_
####################
_global_ {
####################
# members
####################
members {
S
 arent=
arent=S
 layersInGroup <
layersInGroup <_ENTRY_PLAYER_
>
S
 refix= §0[§7Member§0]
refix= §0[§7Member§0]I
 riority=100
riority=100S:suffix=
}
####################
# Semi-Mods
####################
Semi-Mods {
S
 arent=
arent=S
 layersInGroup <
layersInGroup <>
S
 refix=§6[§eSemi-Mod§6]§f
refix=§6[§eSemi-Mod§6]§fI
 riority=500
riority=500S:suffix=
}
####################
# owners
####################
owners {
S
 arent=
arent=S
 layersInGroup <
layersInGroup <>
S
 refix=§c[OWNER]
refix=§c[OWNER]I
 riority=999
riority=999S:suffix=
}
####################
# _ladders_
####################
_ladders_ {
S:mainLadder <
Owners
Semi-Mods
Members
>
}
}
