Problems with grouping on /list
Rikkaede opened this issue ยท 2 comments
Hi,
For some reason, I cannot get users groups to show up upon typing /list. I want all users to be in their own group, meaning staff and donators and normals can be identified easlier.
For some reason when you type /list it is still putting them all in the same group.
If anyone can see why this is, and can edit the config for me, that would be great!
EssentialsX version (/essentials
): 2.0.1-b488
Server software (/version
): 1.12
EssentialsX config (if applicable):
https://pastebin.com/xLGPm27D
`
Under the list
section, you can specify grouping for the /list
command. For example, if you had the groups staff
and donators
and wanted them to appear in /list
as Staff
and Donators
, you could do this:
list:
Staff: staff
Donators: donators
You could also add a line like Players: "*"
to change the default
group's name in /list
.
For more information, see this Essentials wiki page.