-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Parthiv Gamit edited this page Jul 8, 2026
·
1 revision
Setting up PixelRTPPool is a straightforward process, but strictly relies on specific dependencies to function efficiently.
- Server Software: Paper 1.21.11+ (or its high-performance forks like Purpur, Pufferfish).
- Java: Java 21 or higher.
- WorldGuard (v7+): Used for defining the physical RTP pool boundaries.
- WorldEdit: Required by WorldGuard to function.
-
PlaceholderAPI: Enables the use of
%pixelrtppool_cooldown%and other dynamic variables in your server's scoreboards, chat, and TAB. -
RTP Plugin: By default, PixelRTPPool executes a command (like
/rtp). You will need an actual RTP plugin installed (e.g., BetterRTP, SimpleRTP) to handle the actual teleportation math if using the defaultCommandProvider.
- Download the latest
PixelRTPPool-1.0.0.jarfrom the Releases page. - Download WorldGuard and WorldEdit.
- Place all downloaded
.jarfiles into your server'splugins/directory. - Restart your server. Do not use
/reloador plugman to load it for the first time.
Upon successful startup, the server console will display a branded log confirming the plugin is ready:
================================================
PixelRTPPool v1.0.0
Developed by PG
Pixel Productions
================================================
β WorldGuard Hooked
β PlaceholderAPI Hooked
β Teleport Mode: PLAYER
β Loaded RTP Regions: 1
β Configuration Loaded
β Ready
================================================
After the first startup, a new configuration folder will be generated:
plugins/
βββ PixelRTPPool/
βββ config.yml
You will use config.yml to define all behaviors, which is covered in the Configuration Guide.
- Spigot Server: PixelRTPPool relies on the Adventure API (MiniMessage) bundled with Paper. It will crash on standard Spigot.
-
Java 17: Ensure your host is running Java 21. Java 17 will result in an
UnsupportedClassVersionError. - Missing WorldGuard: The plugin will aggressively disable itself if WorldGuard is missing, as it relies on its Session API.
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