-
Notifications
You must be signed in to change notification settings - Fork 0
PlaceholderAPI
PixelRTPPool features an official, built-in hook into PlaceholderAPI. You do not need to download a separate eCloud expansion; simply having PlaceholderAPI installed on your server will automatically register our placeholders.
| Placeholder | Output | Description |
|---|---|---|
%pixelrtppool_cooldown% |
Integer | Returns the remaining time (in seconds) before the player is permitted to use an RTP pool again. Returns 0 if they have no active cooldown. |
%pixelrtppool_countdown% |
Integer | Returns the remaining time (in seconds) on an active teleport sequence. Returns 0 if they are not currently standing in a pool. |
%pixelrtppool_region% |
String | Returns the name of the WorldGuard region the player is currently waiting in. Returns None if they are not in a pool. |
You can embed these placeholders directly into your scoreboard configuration so players know exactly when they are ready to teleport again.
lines:
- "&eRTP Cooldown: &f%pixelrtppool_cooldown%s"Use %pixelrtppool_countdown% on a floating hologram above your spawn pool to create a dynamic visual of the queue status!
Players with specific permissions could theoretically check their status by typing commands parsed by other placeholder-aware plugins.
If placeholders are not rendering (displaying literally as %pixelrtppool_cooldown%):
- Ensure PlaceholderAPI is actually installed and loaded.
- Check your server console on startup. PixelRTPPool should log
<green>β PlaceholderAPI Hooked. - Verify that the plugin you are injecting the placeholder into (e.g., a scoreboard plugin) has PlaceholderAPI support enabled in its own configuration.
Lightweight β’ High Performance β’ Production Ready
Version: 1.0.0 β’ Minecraft: Paper 1.21.11 β’ Java: 21
Made with β€οΈ by PG
Β© 2026 Pixel Productions
π Home β’ βοΈ Configuration β’ π Commands β’ π‘οΈ Permissions β’ β FAQ β’ π οΈ Developer Guide
Licensed under the MIT License
Welcome to the official documentation for PixelRTPPool.
- GitHub Repository: https://github.com/PGGAMER9911/PixelRtpPool
- Modrinth: (Update after release)
- License: MIT