Update 'papik.sk'

main
Anorak_1 2022-09-13 19:14:39 +00:00
parent bb15be1363
commit f7a6a5b802
1 changed files with 3 additions and 3 deletions

View File

@ -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-"