Prevent Same Player Showing in 2 Handler
handler_example_1:
type: PLAYER_LIST
text: '{player_name}'
grouping:
groupName: 'GROUP NAME'
priority: 0
handler_example_2:
type: PLAYER_LIST
text: '{player_name}'
grouping:
groupName: 'GROUP NAME'
priority: 1
handler_example_etc:
type: PLAYER_LIST
text: '{player_name}'
grouping:
groupName: 'GROUP NAME'
priority: 2Explanation
Last updated