Update 'papik.sk'
parent
7fe3556c6a
commit
f5942a50e1
41
papik.sk
41
papik.sk
|
@ -37,46 +37,51 @@ on placeholderapi placeholder request for the prefix "player":
|
|||
if the identifier is "znak":
|
||||
if placeholder "team_name" from player is "IDList1":
|
||||
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 "橙"
|
||||
if placeholder "team_name" from player is "IDList3":
|
||||
else if placeholder "team_name" from player is "IDList3":
|
||||
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 "婊"
|
||||
if placeholder "team_name" from player is "IDList5":
|
||||
else if placeholder "team_name" from player is "IDList5":
|
||||
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 "松"
|
||||
if placeholder "team_name" from player is "IDList7":
|
||||
else if placeholder "team_name" from player is "IDList7":
|
||||
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 "藍"
|
||||
if placeholder "team_name" from player is "IDList9":
|
||||
else if placeholder "team_name" from player is "IDList9":
|
||||
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 "粉"
|
||||
else:
|
||||
set the result to ""
|
||||
|
||||
|
||||
if the identifier is "jmeno":
|
||||
if placeholder "team_name" from player is "IDList1":
|
||||
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á"
|
||||
if placeholder "team_name" from player is "IDList3":
|
||||
else if placeholder "team_name" from player is "IDList3":
|
||||
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á"
|
||||
if placeholder "team_name" from player is "IDList5":
|
||||
else if placeholder "team_name" from player is "IDList5":
|
||||
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á"
|
||||
if placeholder "team_name" from player is "IDList7":
|
||||
else if placeholder "team_name" from player is "IDList7":
|
||||
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á"
|
||||
if placeholder "team_name" from player is "IDList9":
|
||||
else if placeholder "team_name" from player is "IDList9":
|
||||
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á"
|
||||
else:
|
||||
set the result to ""
|
||||
|
||||
|
||||
if the identifier is "teammate": # The placeholder would be 'custom_message'
|
||||
|
|
Loading…
Reference in New Issue