Ersatz allows you to use and create PlaceholderAPI placeholders within Skript
Documentation:
https://docs.skunity.com/syntax/search/addon:ersatz
Example usage:
Making custom placeholders:
Getting the value of a placeholder:Code (Text):
on placeholder request with prefix "custom": if the identifier is "hey": # %custom_hey% set the result to "hi there %player%!" else if the identifier is "bye": # %custom_bye% set the result to "bye bye %player%"
Code (Text):
on join: set {_ping} to placeholder "player_ping" # placeholder "%%player_ping%%" is also valid broadcast "your ping is %{_ping}%"
-
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.

Addon Ersatz 1.0
Make your own PlaceholderAPI placeholders with Skript