ersatz

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

  1. Austral

    There's no player in a periodical event

    I'm trying to create a script that will check the time and write commands. But when I try to use placeholders I get an error: to use placeholders, I use Ersatz.
  2. Austral

    Placeholders don't work in comparison: more or less

    When I try to use a condition more or less for a placeholder, it doesn't work correctly. I use Ersatz and Skellett-2.0.9
  3. L

    Ersatz Addon is not working for me please help!!!

    Please help!
  4. K

    [ PLEASE HELP ME ] Ersatz

    Hey, Im a minehut server owner trying to make a sidebar that says your kills, playtime, rank, server uptime ,server online players. But my PlaceholderAPI wont mix in and this is where i heard about Ersatz where you make your own Placeholders i think but i honestly dont know.. All i ask is that...
  5. Senku

    Solved How to use ersatz

    I reallly really want to implement ersatz into my skripts but i just dont get the confusing tutorial, i mean i dont even understand how they want me to use it? I tried this, but it wont work on join: set {_prefix} to placeholder "vault_prefix" # placeholder "%%player_ping%%" is also valid...
  6. APickledWalrus

    Addon skript-placeholders 1.6.0

    This addon allows you to create your own PlaceholderAPI placeholders, which can be used in any plugin that supports it. You are also able to use PlaceholderAPI and MVdW placeholders within your scripts. It is a fork of Ersatz which has been updated to work with the newer versions of...
  7. R

    Placeholder Problem

    Skript Version: 2.3.7 Minecraft Version: 1.12.2 Full Code: on command "/abcd": set {ISLAND_LEADER} to placeholder "mvdw_askyblock_team_leader_name" from player send "%{ISLAND_LEADER}%" to player if {ISLAND_LEADER} has permission "cd.lv2": send "2" to player if...