Custom Sorting
Immortalem opened this issue ยท 4 comments
Hi,
would it be possible to have a custom sorting? E.g. sorting by a name list.
The ideal solution would be some form of snappy drag and drop in either a list in the options panel or some form of edit mode where I can move players around.
You can create a custom layout in the layout editor, to display players from a namelist.
To add players to the namelist you can edit the player names in the layout editor or use the command below in a macro (you can bind some key to the macro to easy add/remove players):
/grid2 namelist @mouseover
This will add or remove from the name list the player under the mouse cursor.
Other commands:
/grid2 namelist clear
To remove all players from the namelist.
/grid2 namelist "player name"
To add/remove the player with the specified name.
Yes,
- You must check the "Name List" option first, this will display a editbox to type a list of player names.
- Then you must select "List" in the "Sort by" option of the custom layout.