Quick Install (CLI)
endgit install jwplaceholderapiPlugin Description
BugsJWPlaceholderAPI (Python)
JWPlaceholderAPI is a unified placeholder framework for Endstone Minecraft servers, completely rewritten in Python!
What does it do?
It provides a standardized way for different plugins to share and parse variables (placeholders). Instead of every plugin implementing its own variable system (like replacing %player% or {name} in config files), JWPlaceholderAPI provides a single, central API that parses strings like %player_name% and %server_online% dynamically.
Why is it useful?
- For Server Owners: You can use placeholders from one plugin (e.g., JWEconomy's
%jweco_balance%) inside another plugin's configuration (e.g., JWBossScore's scoreboard lines). This makes your server deeply interconnected and customizable. - For Developers: You no longer need to write custom logic to fetch another plugin's data. You just hook into JWPlaceholderAPI, and instantly your plugin can support hundreds of placeholders from other plugins. You can also expose your own plugin's data to the rest of the server easily.
How to use it?
Simply install the plugin on your server! It works automatically in the background.
- Server Owners: Look for plugins that mention "PlaceholderAPI support". You can then use any registered placeholders in their config files. You can check available placeholders using
/papi listin-game. - Developers: Read the Developer API section below to learn how to parse placeholders in your strings or how to register your own custom placeholders.
Loading analytics...