
FoxPapiSkriptExpansion
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
Оцените первым
1.3K
2
🦊 FoxPapiSkriptExpansion
A simple PlaceholderAPI expansion to fetch Skript variables in other plugins.
Add it to your plugins folder!
📦 How It Works
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.
⚙️ Features
-
🔢 Universal Skript Variable Support
- Fetch any value from Skript variable with simple placeholders.
%skript_XP%→{XP}%skript_XP.player%→{XP::%player%}%skript_XP.uuid%→{XP::%player's uuid%}%skript_data.something%→{data::something}
-
🛠️ Easy Integration
- Works with any plugin that supports PlaceholderAPI.
- No extra configuration needed — just place the jar in the
pluginsfolder.
-
♻️ Dynamic Player Support
- Fetch variables for online or offline players using
.playeror.uuid.
- Fetch variables for online or offline players using
-
📦 Lightweight and Efficient
- Minimal performance overhead.
- Fully compatible with modern Minecraft versions and Skript 2.12+
📝 Usage
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}
