Ersatz by Pikachu

Make your own PlaceholderAPI placeholders with Skript

Events

1

Expressions

3

Effects

0

Conditions

0

Types

0

Sections

0

Structures

0

Total

4

Ersatz 2371 days, 9 hours and 29 minutes ago

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:

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:
on join:
set {_ping} to placeholder "player_ping" # placeholder "%%player_ping%%" is also valid
broadcast "your ping is %{_ping}%"

View Update

© Copyright 2014-2024 skUnity

All rights reserved.