-
Notifications
You must be signed in to change notification settings - Fork 0
RTP Pools
RTP Pools are designated physical areas (managed via WorldGuard) that trigger the random teleportation sequence when a player enters them.
Follow these steps in-game to set up a new pool:
-
Select the Boundary: Use your WorldEdit wand (
//wand) to select two corners representing the physical "pool" (e.g., a water fountain or a portal frame). -
Define the Region: Create a WorldGuard region for the selection.
/rg define spawn_rtp -
Register in Config: Open your
PixelRTPPool/config.ymland add the region under theregionssection:regions: spawn_rtp: countdown: 3 cooldown: 30
-
Reload: Apply the changes instantly using
/rtppool reload.
You can create as many pools as you want. For example, a survival server might have a wild_rtp at spawn and a nether_rtp in a different dimension. You can give VIP regions shorter cooldowns and faster countdowns!
- Region names are case-insensitive within PixelRTPPool, but it is highly recommended to use
lowercase_with_underscoresto maintain parity with WorldGuard standards. - Avoid special characters (
-,!,?) in region names to prevent YAML parsing errors.
- Physical Barriers: Design the pool so players have to consciously jump into it (e.g., surrounded by a fence or dropped into a 1-block deep water basin). This prevents players from accidentally walking through it while navigating spawn.
- Visual Cues: Place holographic displays (using plugins like DecentHolograms) above the pool so players know what it does.
- Escape Routes: Make sure it is easy to walk out of the pool. If a player changes their mind, leaving the region automatically cancels the teleportation safely.
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