• PlaceholderAPI placeholders show the shared RTP zone countdown for holograms and scoreboards
• Use %perfrtp_rtpzone_timer% when PerfRTP owns your rtp-zone setup
New features:
• Entering a WorldGuard region can auto-start RTP to a configured target world
• Default presets for portal_overworld, portal_nether, and portal_the_end regions
• /perfrtp autortp lets admins list zones and toggle the feature without editing files
Code:# plugins/PerfRTP/config.yml — merge (config-version: 7): auto-rtp-zones: enabled: true zones: - regions: [portal_overworld] world: world - regions: [portal_nether] world: world_nether - regions: [portal_the_end] world: world_the_end # plugins/PerfRTP/messages.yml — add: autortp-usage: "<#FFD166>Usage: <white>/perfrtp autortp list | enable | disable</white> — zones in config auto-rtp-zones" # … autortp-list-empty, -list-header, -list-line, -enabled, -disabled
New features:
• Added blacklisted-regions support, block /rtp when a player stands inside specific WorldGuard regions (e.g. spawn)
Code:# plugins/PerfRTP/config.yml — add after blacklisted-worlds: # WorldGuard regions where /rtp is blocked (player's current location is checked) # Example: [spawn] blocks /rtp when standing inside the "spawn" region blacklisted-regions: [] # plugins/PerfRTP/messages.yml — add: blacklisted-region: "<#FF6B9E>RTP is disabled in this area."
Bug fixes:
• RTP zone countdown showed the same second twice at the start because remaining time used wall-clock seconds while the task ran every 20 ticks
• Zone title/subtitle flickered off between seconds; countdown title stay time is now long enough to bridge each tick
• RTP zone title, subtitle, and chat lines no longer prepend the global message prefix
Improvements:
• Optional coexistence with PerfTeleport: whenrtp-zone.defer-if-perfteleport-zone-activeis true (default), PerfRTP skips zone logic if PerfTeleport has RTP zone enabled so two plugins do not double messages
New features:
•rtp-zone.countdown-displayblock to tune title fade-in, stay, and fade-out (milliseconds) for the teleporting countdown and for other zone titles
Bug fixes:
• RTP zone group teleport no longer triggers the “you left the RTP zone” feedback right after a successful zone RTP
•/rtpwhile standing in an RTP zone no longer runs a second countdown on top of the zone timer
Improvements:
• RTP countdown action bar is resent many times per second so it stays steady instead of flickering
• Zone RTP titles (countdown / leave / after teleport) stay visible longer instead of disappearing instantly
New messages (merge intomessages.yml):
•rtp-in-zone-waitandactionbar-rtp-in-zone-waitwhen/rtpis blocked inside the zone
Bug fixes:
• RTP countdown action bar text is refreshed during each second so it no longer flickers or vanishes before the next countdown step.
Bug fixes:
• RTP standby countdown no longer stretches the first displayed second; each second now advances on a clean 20-tick cadence (Folia-safe)
New features:
• Added PlaceholderAPI expansion support for world player counts in scoreboards, tab lists, and GUIs
