Create Staff/VIP Handler
your_handler_name:
type: PLAYER_LIST
text: '{player_name}'
ping: '{player_ping}'
skin: '{player_name}'
condition: '{player_has_permission_server.staff}'
Explanation
This handler will list all players with permission server.staff
. You can change it to anything you want by replacing the placeholder inside condition to {player_has_permission_<PERMISSION NODE>}
.
Replace your_handler_name
with your own handler name
your_handler_name:
type: PLAYER_LIST
text: '{player_name}'
condition: "'rank1,rank2,rank3,rank4,etc...'.includes('{vault_rank}')"
Explanation
This handler will list all players with specific rank (listed on the condition).
Last updated
Was this helpful?