How to use PlaceholderApi conditions in Skript?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

VOIDDER

Member
Aug 23, 2018
27
0
1
33
I use Skellett, un config edit placeholderApi to true. But placeholder's not work, plz hel me, where i wrong?

code_language.skript:
command /me1:
    trigger:
        set {_tps} to placeholder "%%server_tps%%"
        set {_server_max_players} to placeholder "%%server_max_players%%"
        set {_server_uptime} to placeholder "%%server_uptime%%"
        set {_OnlinePlayers} to placeholder "%%server_online%%" from player
        broadcast "%{_tps}%,%{_server_max_players}%,%{_server_uptime}%,%{_OnlinePlayers}%"
Result:

code_language.skript:
[17:02:37 INFO]: darkbot30 [b845d999-31b7-32b0-a866-f9a9340f00e7]: /me1
[17:02:37 INFO]: <none>,<none>,<none>,<none>
 
Status
Not open for further replies.