Resource icon
  • 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!

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:
Code:
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%"

Getting the value of a placeholder:
Code:
on join:
  set {_ping} to placeholder "player_ping" # placeholder "%%player_ping%%" is also valid
  broadcast "your ping is %{_ping}%"
Author
Pikachu
Downloads
16,919
Views
16,919
First release
Last update
Rating
4.67 star(s) 6 ratings

More resources from Pikachu

Latest reviews

this plugin/skript-addon is amazing. using the default skript placeholders weren't enough :P
work very well
nice addon to get papi
---------------------------------
Work well, great addon to get placeholder.
I'm french.
Plz add support for latest version of placeholdersapi
Nice Resource Pika ;) Glad to see a proper Placeholder API add-on.
I never used it but it looks like a good addon because PIKA CHU I CHOOSE YOU made it