This project is an expansion plugin for the PlaceholderAPI project. It provides a dynamic placeholder to allow the use of variables defined in Skript in every plugin which supports PlaceholderAPI.
You currently have to install this expansion by hand.
- Download the latest release.
- Upload it to
/plugins/PlaceholderAPI/expansions/
on your server. - Reload PlaceholderAPI with
/papi reload
or restart your server.
Replace <skript variable name>
with the name of your script variable. For example: %skript_economy::{uuid}%
.
This placeholder supports using variables.
The placeholder also supports using variables for context specific Skript variables.
This replaces {player} with the actual Minecraft name of the player in context. This is not the display name.
This replaces {uuid} with the UUID name of the player in context.