PlaceholderWeb - JSON API for Placeholders
Spigot plugin to retrieve PlaceholderAPI placeholders using a JSON api.
Installation
Download the latest release from GitHub.
Config
Usage
Requests are made in the format
/<playerName>/<placeholders>
For example, if you were running your server locally and have the port set to 8000 in the config, you could get the player_name and player_ping placeholders for player ExplosiveNight by going to http://localhost:8000/ExplosiveNight/player_name,player_ping. This returns:
You may include commas in the request to retrieve multiple placeholders at one time.
Commands
Spigot plugin to retrieve PlaceholderAPI placeholders using a JSON api.
Installation
Download the latest release from GitHub.
Config
Code (YAML):
# port to listen on
port : 8000
# requires all requests to have a key attached
auth : false
# used if auth is enabled - use /pweb generate to generate new keys.
keys : [ ]
# debug mode - prints request information in console.
debug : false
port : 8000
# requires all requests to have a key attached
auth : false
# used if auth is enabled - use /pweb generate to generate new keys.
keys : [ ]
# debug mode - prints request information in console.
debug : false
Requests are made in the format
/<playerName>/<placeholders>
For example, if you were running your server locally and have the port set to 8000 in the config, you could get the player_name and player_ping placeholders for player ExplosiveNight by going to http://localhost:8000/ExplosiveNight/player_name,player_ping. This returns:
Code (Text):
{
"player_ping": "86",
"player_name": "ExplosiveNight"
}
"player_ping": "86",
"player_name": "ExplosiveNight"
}
Commands
- /pweb reload - Reloads the config and restarts the web server.
- /pweb generate - Generates a new API key and adds it to the config (console only).
- /pweb debug - Toggles the debug option in the config. When enabled, all requests will be logged in the console.
- /pweb generateurl - Generates an API link given a username and placeholders. Usage: /pweb generateurl ExplosiveNight player_name,player_ping.
- ExtendedClip (PlaceholderAPI)
- Tipsy (Javalin Framework)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PlaceholderWeb is a free Minecraft Java mod. Compatible with Minecraft 1.16. Downloaded 78 times (via Spigot). Download it and open it directly in the game.