weaondara / BungeePerms

A permissions plugin for BungeeCord/Waterfall/Velocity and Spigot/Paper
GNU General Public License v3.0
53 stars 43 forks source link

/bp overview is listing non-default groups as default #383

Closed tycrek closed 3 years ago

tycrek commented 3 years ago

Describe the bug I have two groups: Admin and User. Admin is set to not be default while User is. When I run /bp overview, I see both listed as "Default". However when I run /bp group <name> info, Admin shows false for default and User shows true (as expected).

To Reproduce Create two groups, one default and one non-default, then run /bp overview.

Expected behavior Non-default groups should not show "Default" in overview command.

Screenshots or log image image image

aurorasmiles commented 3 years ago

The default you see in overview is the ladder. Since the ladder of both ranks is called default, both ranks have that there in the overview. The default state isn't displayed in the overview at all

tycrek commented 3 years ago

Ahhh I see. Thank you for clarifying!