A placeholder api expansion for Skript to show values of variables and lists, perfect if you use different plugins and you want to show the variable's value in them
FoxPapiSkriptExpansion lets you access your Skript variables directly through PlaceholderAPI placeholders.
Now you can use your Skript variables in plugins like TAB, BossBar, or any other PlaceholderAPI-supported plugin.
🔢 Universal Skript Variable Support
%skript_XP% → {XP} %skript_XP.player% → {XP::%player%} %skript_XP.uuid% → {XP::%player's uuid%}%skript_data.something% → {data::something}🛠️ Easy Integration
plugins folder.♻️ Dynamic Player Support
.player or .uuid.📦 Lightweight and Efficient
Placeholders examples:
%skript_XP% → Fetches {XP}
%skript_XP.player% → Fetches {XP::%player%}
%skript_XP.uuid% → Fetches {XP::%player's uuid%}
%skript_data.value% → Fetches {data::value}