this expansion can be found on the cloud now so if you want it you might be better doing "/papi ecloud download Skript" to get the latest updates.
Hey there, I'm here to publish a recent expansion I have done for PlaceholderAPI which adds the following placeholder:
You can use {uuid} and {player} in the variable name, examples:Code (Skript):
%skript_<variable name>%
Returns "N\A" if the variable isn't set/found.Code (Skript):
%skript_test% #should be the variable {test} %skript_test::{uuid}% #should be the variable {test::%player's uuid%} %skript_test::{player}% #should be the variable {test::%player%}
How to install this?
First of all, you should of course have PlaceholderAPI, then to install it you just have to go to your plugins folder, then the PlaceholderAPI folder and finally the expansions folder, paste this resource there. I asked clip if he can put this on the expansion cloud, still waiting for his answer, for now it'll stay here.
Attention
this doesn't add an expression to Skript which makes you able to use PlaceholderAPI's placeholders in Skript, it just adds a placeholder to use Skript variables as a placeholder outside Skript.
If you want to use placeholders in Skript you can use Skellett's placeholder parse expression:
Remember to enable the PlaceholderAPI's hook in the Config.yml into Skellett's folder!Code (Skript):
[parse[d]] place[ ]holder [(from|with)] %string% [[(from|for)] %-player%]
Or if you're using Umbaska 2, you can use the following:
Sorry if I wasn't that descriptive, I might edit this later.Code (Skript):
placeholder parse %string% as %player%
-
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!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript Tools PAPI - Skript expansion 1.0.0
an expansion that let's you use variables with PlaceholderAPI!