Minecraft plugin PlaceholderAPI
Information about PlaceholderAPI and servers where it was found
🔌 About PlaceholderAPI
PlaceholderAPI is a Minecraft plugin that exposes a centralized placeholder system and an expansion ecosystem (the eCloud). It lets other plugins read and substitute thousands of dynamic placeholders (player data, economy values, plugin-specific values, etc.) without requiring direct integration or hard dependencies.
🎯 Purpose
The plugin solves integration friction between plugins by providing a single, extensible placeholder API. Plugin authors publish "expansions" that supply named placeholders; server administrators install expansions so server-facing plugins (scoreboards, chat, holograms, GUIs) can display live data using a consistent syntax.
⚙️ Features
- Core placeholder parsing API for other plugins to hook into.
- Expansion system: individually packaged expansions or expansions bundled inside plugins.
- eCloud (expansion cloud) for finding and downloading verified expansions in-game.
- Runtime management commands for listing, registering, unregistering and reloading expansions.
- Debug/parse commands to evaluate placeholders for a player or broadcast results, useful for troubleshooting.
- Utilities such as a dump command to share installed expansions and plugin state when seeking support.
🧩 Who It Is For
- Server administrators who need unified dynamic text across multiple plugins (scoreboards, tablists, holograms, GUIs).
- Plugin developers who want to expose or consume placeholders without forcing hard dependencies.
- Survival, minigame, and network servers that combine many plugins and need consistent placeholder syntax.
🏗️ Example Use Cases
- A server installs a Vault expansion so economy placeholders like player balance can be used in scoreboard and chat plugins.
- An admin downloads a plugin-specific expansion from the eCloud so a hologram plugin can show live objective data.
- A developer exposes plugin data via a PlaceholderExpansion so other servers can display that data without depending on the plugin directly.
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
| `/papi parse <player | me> | Parses placeholders in a string and shows the result for debugging. | not specified |
| `/papi bcparse <player | me> | Parses placeholders and broadcasts the result to all players. | not specified |
| `/papi cmdparse <player | me> | Parses placeholders and executes the resulting command. | not specified |
/papi parserel <player1> <player2> <text> | Parses relational placeholders comparing two players. | not specified | Admin |
/papi list | Lists active/registered expansions. | not specified | Admin |
/papi info <expansion> | Shows information about a registered expansion. | not specified | Admin |
/papi register <filename> | Registers an expansion jar from the expansions folder without restarting. | not specified | Admin |
/papi unregister <filename> | Unregisters/removes a registered expansion. | not specified | Admin |
/papi reload | Reloads PlaceholderAPI configuration and registers newly downloaded expansions. | not specified | Admin |
/papi version | Shows the plugin version and authors. | not specified | Admin |
/papi dump | Outputs plugin/version/expansion info for support (paste service). | not specified | Admin |
/papi ecloud download <expansion> [version] | Downloads a verified expansion from the eCloud to the server. | not specified | Admin |
| `/papi ecloud list [all | installed]` | Lists expansions available on the eCloud or installed expansions. | |
/papi ecloud placeholders <expansion> | Lists placeholders provided by an eCloud expansion. | not specified | Admin |
/papi ecloud status | Shows connection/status of the eCloud service. | not specified | Admin |
(Note: the commands above are documented in the official PlaceholderAPI command reference. Permission nodes for individual commands are not listed in the referenced command documentation.)
⚙️ Installation
📥 Setup
- Download the official PlaceholderAPI jar and place it into your server
plugins/directory. - Start or restart the server and confirm PlaceholderAPI loads in the console.
- Install expansions either by dropping expansion jars into
plugins/PlaceholderAPI/expansions/or by using the in-game eCloud commands (for verified expansions).
📦 Dependencies
- PlaceholderAPI itself does not require a general plugin dependency to function. Some placeholders provided by expansions rely on other plugins (for example, an expansion that reports economy values will require the corresponding economy plugin). Those requirements depend on the specific expansion.
🧠 Technical Notes
- PlaceholderAPI is provided for Spigot-based servers and is commonly used on Paper as well. It exposes an API for plugin developers to register PlaceholderExpansions.
- Expansions can be distributed as standalone jar files or bundled inside other plugins; standalone expansions are commonly installed into
plugins/PlaceholderAPI/expansions/. - The eCloud feature allows in-game discovery and download of verified expansions; servers must allow outbound HTTPS for eCloud downloads to work.
- The plugin includes debug and parsing commands to help administrators verify that placeholders resolve correctly.
🤝 When This Plugin Is Useful
If your server uses multiple plugins that need to display dynamic, cross-plugin data (chat, tab, holograms, scoreboards or GUIs), PlaceholderAPI is useful because it centralizes placeholder resolution and lets you add support for additional plugins via modular expansions without modifying each consumer plugin.
- Eclipse Roleplay2355.94
- Herocraft Online
RPG‑ориєнтований мережевий сервер з багатьма класами, тауншипами, підземеллями й економікою — для гравців, хто любить рольові виживання та PvP.
2555.77 - LinkCraft
Community Minecraft server focused on rankups, parkour courses, mazes and timed challenges — casual mini‑games and progression fun.
1354.72 - Restarting...1853.51
- A Minecraft Server951.89
- Rooted Realm
Whitelisted Java survival SMP: no planned wipes, player-driven economy, weekly events and optional PvP. Friendly adult community — join via site or Discord.
450.66 - DaemoniaCraft
Towny‑based RPG Survival with Solo‑Leveling vibes, custom mobs, economy and Bedrock support — deep progression for grindy RPG fans.
450.61 - Smithtainment
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
850.51 - Froggie
Friendly survival SMP offering protected claims, an economy with player shops and auctions, multi-version support, and Java–Bedrock cross-play for casual builders and communities.
249.86 - GenuineMC
Community-focused semi-vanilla survival SMP with land protection, player shops, vote rewards, cosmetics, and likely Bedrock-to-Java crossplay.
349.85 - Minecart Rapid Transit
Community-focused city-building and transportation server centered on rideable trains, large transit networks, protected builds, player-run economy, and organized PvP arenas.
1049.19 - Netherlite is loading...148.97
- GospelCraft
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
1148.81 - LilBoxPvP
A BoxPvP-focused server with fast arena combat, duels and seasonal progression. Offers custom items, NPC-driven menus, and likely Java–Bedrock crossplay.
348.43 - A Minecraft Server148.21
- TGG Online
Korean FPS-style Minecraft server offering zombie survival and bomb/escape minigames with extensive custom weapons, custom models, and a resource-pack-backed experience.
146.39 - MoodCraft
French semi‑RP survival SMP focused on player-run towns, economy and urban projects — friendly progression with in-game guides, shops, jobs and secure chest protection. Java & Bedrock supported.
146.31 - Minetown
Dutch Minetopia‑style survival server with economy, custom plugins and a friendly community — begin your adventure now!
445.7 - EthelMC
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
145.64
The PlaceholderAPI plugin page shows which servers monitoring found this plugin on, and which platforms and versions it appears with.
Plugins may add commands, economy, protection, permissions, mini-games, integrations, or other mechanics. The actual role of PlaceholderAPI depends on each server's configuration.
Data is generated automatically from technical server responses. If a server hides its plugin list, it may not appear in this section even if it uses PlaceholderAPI.
Use the server list with PlaceholderAPI to compare projects, check compatible versions, or find examples of how the plugin is used on public servers.