Update 'papik.sk'
parent
bb15be1363
commit
f7a6a5b802
6
papik.sk
6
papik.sk
|
@ -170,7 +170,7 @@ on placeholderapi placeholder request for the prefix "game":
|
|||
set the result to "&7-"
|
||||
else:
|
||||
#set the result to "%prefix of team {1stteam}% &r%{teampoints::%{1stteam}%}%"
|
||||
set the result to teamInfo({1stteam})
|
||||
set the result to "%teamInfo({1stteam})% &r%{teampoints::%{1stteam}%}%"
|
||||
else:
|
||||
set the result to "&7-"
|
||||
#set {new::*} to sorted {play::*}
|
||||
|
@ -180,7 +180,7 @@ on placeholderapi placeholder request for the prefix "game":
|
|||
set the result to "&7-"
|
||||
else:
|
||||
#set the result to "%prefix of team {2stteam}% &r%{teampoints::%{2stteam}%}%"
|
||||
set the result to teamInfo({2stteam})
|
||||
set the result to "%teamInfo({2stteam})% &r%{teampoints::%{2stteam}%}%"
|
||||
else:
|
||||
set the result to "&7-"
|
||||
if the identifier is "poradi3":
|
||||
|
@ -189,6 +189,6 @@ on placeholderapi placeholder request for the prefix "game":
|
|||
set the result to "&7-"
|
||||
else:
|
||||
#set the result to "%prefix of team {3stteam}% &r%{teampoints::%{3stteam}%}%"
|
||||
set the result to teamInfo({3stteam})
|
||||
set the result to "%teamInfo({3stteam})% &r%{teampoints::%{3stteam}%}%"
|
||||
else:
|
||||
set the result to "&7-"
|
||||
|
|
Loading…
Reference in New Issue