Add settings for player-sort-permission-nodes support
This commit is contained in:
parent
20d6a1ee40
commit
31511c593e
3 changed files with 31 additions and 1 deletions
|
|
@ -319,6 +319,11 @@ showplayerfacesinmenu: true
|
|||
# Control whether players that are hidden or not on current map are grayed out (true=yes)
|
||||
grayplayerswhenhidden: true
|
||||
|
||||
# Use player permissions to order player list: first to last, players are ordered by first permission listed that they have
|
||||
# That is, anyone with first listed permission goes before anyone with second, etc, with users with none of the nodes going last
|
||||
player-sort-permission-nodes:
|
||||
- bukkit.command.op
|
||||
|
||||
# Set sidebaropened: 'true' to pin menu sidebar opened permanently, 'pinned' to default the sidebar to pinned, but allow it to unpin
|
||||
#sidebaropened: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue