
Skript-PAPI
I need a Minecraft Spigot or Paper plugin that integrates with Skript and PlaceholderAPI. The goal of the plugin is to allow players and server owners to...
Downloads
20
Remixes
0
Price
Free
spigot · Server · 1.21.1 · mod
Skript-PAPI bridges Skript variables to PlaceholderAPI for Minecraft 1.21.1 servers. It registers a PlaceholderAPI expansion (skriptpapi) that serves values from Skript and lets you manage custom placeholders from scripts or other plugins.
- Jar: build/libs/skriptpapi-1.0.0.jar
- Placeholder format:
%skriptpapi_<category>:<name>%(default category isdefaultwhen omitted). Auto-detected Skript variables use the first::section as the category, with remaining sections joined as the name. - Skript effects:
set placeholder "name" [in category "category"] to <value>for immediate static placeholders.bind placeholder "name" [in category "category"] to variable "path" [refresh <timespan>]to mirror Skript variables. Include%player%or%uuid%inside the path for per-player values.
- Background tasks refresh cached placeholders (default ~2s for variable bindings) and scan for newly created Skript variables every few seconds. Missing or invalid placeholders are logged and return
(unknown placeholder). - Java API:
SkriptPAPIPlugin.getInstance().getPlaceholderManager()exposes registration helpers for developers or Skript addons.
Limitations and notes:
- Auto detection watches global Skript variables; locals are ignored. Very large numbers of variables may be registered, so consider categorizing variables to keep names clear.
- Per-player placeholders use per-player caching; values refresh on demand or when the refresh window elapses. Keep refresh intervals reasonable for heavy data sources.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.
weaponssmp
Custom weapons plugin: 12 unique L-Click powers (some R-Click), particles, combat effects, 35s CD. HUD timer near hearts/hunger. Admin /edit GUI crafts/saves...
FastHopper
I need a mod that makes it so hoppers and minecart hoppers transport more than 1 item but doesnt break auto crafter slots
UwUDuels
Create a Minecraft PvP Duels plugin with GUI to select mode: Normal Axe, Box PvP, UHC. Players teleport to arena, receive kit, fight 1v1, return to lobby on...
Bed wars
In Bed Wars, players are on teams. Each team has a bed 🛏️. As long as your bed is alive, your team can respawn If your bed is destroyed, you cannot respawn...
CustomBosses
Create CustomBossesPlugin MC1.21.10: /stworzboss opens GUI with fields mob type, HP, attack, drops (with chances), bossbar, minions, spawn, respawn; save...
SKI MOD
Add ski lift with 5 items: lift post, cable, start station, end station, lift pod. Posts place anywhere. Right-click posts to connect cable. Pods follow cable,...