Im creating a server info GUI in skript, and i wanted to know, does Skript have placeholders that display server info ( tps, ping to the server, players on, players total, ) and player info ? ( ping to the server, ip-may not even add this, money count and rank ). And, does it have support for PlaceholderAPI ?
Yes. However, for them, you will need skExtensions. I would suggest looking under expressions in the SkUnity documentation to find all types and their usage. Types allow the usage of the syntax %tps%, %[type]% function. As for external APIs, you can search for the API name and see which extensions support it. Hope that helps!