1. 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

  1. Pikachu
    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 (Text):
    1. on placeholder request with prefix "custom":
    2.   if the identifier is "hey": # %custom_hey%
    3.     set the result to "hi there %player%!"
    4.   else if the identifier is "bye": # %custom_bye%
    5.     set the result to "bye bye %player%"
    Getting the value of a placeholder:
    Code (Text):
    1. on join:
    2.   set {_ping} to placeholder "player_ping" # placeholder "%%player_ping%%" is also valid
    3.   broadcast "your ping is %{_ping}%"
    Tinkot, DampfWaffel, Uzumaki and 4 others like this.

Recent Reviews

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