add new variables

main
Anorak_1 2022-09-11 17:35:41 +00:00
parent a9e3641c2a
commit ada58e99d3
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ on placeholderapi placeholder request for the prefix "player":
set the result to "%{_team_point}%"
on placeholderapi placeholder request for the prefix "game":
if the identifier is "maxkola":
set {_name} to "MaxKolo" parsed as offline player
set the result to placeholder "objective_score_XD" from {_name}
if the identifier is "minuta":
set {_name} to "Minuty" parsed as offline player
set the result to placeholder "objective_score_XD" from {_name}
if the identifier is "sekunda":
set {_name} to "Sekundy" parsed as offline player
set the result to placeholder "objective_score_XD" from {_name}
if the identifier is "kola":
set {_name} to "Kola" parsed as offline player
set the result to placeholder "objective_score_XD" from {_name}