Update 'papik.sk'

main
Anorak_1 2022-09-14 16:54:29 +00:00
parent 7fe3556c6a
commit f5942a50e1
1 changed files with 23 additions and 18 deletions

View File

@ -37,46 +37,51 @@ on placeholderapi placeholder request for the prefix "player":
if the identifier is "znak": if the identifier is "znak":
if placeholder "team_name" from player is "IDList1": if placeholder "team_name" from player is "IDList1":
set the result to "紅" set the result to "紅"
if placeholder "team_name" from player is "IDList2": else if placeholder "team_name" from player is "IDList2":
set the result to "橙" set the result to "橙"
if placeholder "team_name" from player is "IDList3": else if placeholder "team_name" from player is "IDList3":
set the result to "黃" set the result to "黃"
if placeholder "team_name" from player is "IDList4": else if placeholder "team_name" from player is "IDList4":
set the result to "婊" set the result to "婊"
if placeholder "team_name" from player is "IDList5": else if placeholder "team_name" from player is "IDList5":
set the result to "綠" set the result to "綠"
if placeholder "team_name" from player is "IDList6": else if placeholder "team_name" from player is "IDList6":
set the result to "松" set the result to "松"
if placeholder "team_name" from player is "IDList7": else if placeholder "team_name" from player is "IDList7":
set the result to "色" set the result to "色"
if placeholder "team_name" from player is "IDList8": else if placeholder "team_name" from player is "IDList8":
set the result to "藍" set the result to "藍"
if placeholder "team_name" from player is "IDList9": else if placeholder "team_name" from player is "IDList9":
set the result to "紫" set the result to "紫"
if placeholder "team_name" from player is "IDList10": else if placeholder "team_name" from player is "IDList10":
set the result to "粉" set the result to "粉"
else:
set the result to ""
if the identifier is "jmeno": if the identifier is "jmeno":
if placeholder "team_name" from player is "IDList1": if placeholder "team_name" from player is "IDList1":
set the result to "&cKarmínová" set the result to "&cKarmínová"
if placeholder "team_name" from player is "IDList2": else if placeholder "team_name" from player is "IDList2":
set the result to "&6Jantarová" set the result to "&6Jantarová"
if placeholder "team_name" from player is "IDList3": else if placeholder "team_name" from player is "IDList3":
set the result to "&eKrémová" set the result to "&eKrémová"
if placeholder "team_name" from player is "IDList4": else if placeholder "team_name" from player is "IDList4":
set the result to "&aLimetková" set the result to "&aLimetková"
if placeholder "team_name" from player is "IDList5": else if placeholder "team_name" from player is "IDList5":
set the result to "&2Smaragdová" set the result to "&2Smaragdová"
if placeholder "team_name" from player is "IDList6": else if placeholder "team_name" from player is "IDList6":
set the result to "&3Azurová" set the result to "&3Azurová"
if placeholder "team_name" from player is "IDList7": else if placeholder "team_name" from player is "IDList7":
set the result to "&bBlankytná" set the result to "&bBlankytná"
if placeholder "team_name" from player is "IDList8": else if placeholder "team_name" from player is "IDList8":
set the result to "&9Nebeská" set the result to "&9Nebeská"
if placeholder "team_name" from player is "IDList9": else if placeholder "team_name" from player is "IDList9":
set the result to "&5Nachová" set the result to "&5Nachová"
if placeholder "team_name" from player is "IDList10": else if placeholder "team_name" from player is "IDList10":
set the result to "&dŠvestková" set the result to "&dŠvestková"
else:
set the result to ""
if the identifier is "teammate": # The placeholder would be 'custom_message' if the identifier is "teammate": # The placeholder would be 'custom_message'