Skip to content

3.2.1

Latest

Choose a tag to compare

@DailyStruggle DailyStruggle released this 16 Aug 01:09
· 7 commits to V3 since this release

RTP 3.2.1

Added

  • In-game config editor now shows a picker for fixed-value settings. Settings that only accept a set of values (like database.type, or region shape/vert types) used to open a blank text box where a typo silently reset the value. You now pick from a list with the current value marked.
  • Teleport view-distance clamp for smoother arrivals. RTP can briefly lower a player's view distance just before a teleport and raise it back one step at a time, spreading out the chunk-loading work so weaker servers don't stutter on arrival. New viewDistanceRestoreInterval in performance.yml (default 10s; 0 disables). Bukkit/Paper/Folia only.

Changed

  • config.yml is now purely teleport behavior. Database settings moved to a new database.yml, and the redundant Redis block was removed (use network.yml). Customized values are not auto-migrated - re-set them in the new files.
  • The plugins/RTP/ folder was reorganized into a cleaner layout. Everyday files stay at the top; your regions/worlds/effects moved under definitions/, and rarely-edited files moved under advanced/. RTP relocates your files automatically on upgrade and never overwrites anything - no re-tuning needed.
  • Biome-weighting settings moved to advanced/biomes.yml so all biome options live in one file. Not auto-migrated - re-set a customized value there.
  • Bundled add-on configs moved into an addons/ subfolder (Countdown, GUI menu, claim integrations). Existing files are relocated automatically. config.yml now has a "where to find things" index at the top.
  • Config files now have proper header comments so each setting's own comment stays clean for menu tooltips.
  • RTP-lite now ships the same configs and docs as the full edition for consistency.

Fixed

  • Fixed several NeoForge and Fabric chunk-loading problems on newer Minecraft versions - a /rtp chunk request could freeze the server tick, fail to generate chunks (spamming the console and starving the teleport cache), or fail outright. Chunks now load correctly.
  • Color codes in config comments now show as literal text in the /rtp config menu hover instead of being turned into actual colors.
  • NeoForge on MC 26.2 no longer crashes when a colored /rtp message is sent (e.g. clicking a GUI destination).
  • GUI/menu addon teleports now apply the economy charge instead of teleporting for free (teleport price, per-region prices, and rtp.free all apply; failed teleports are refunded).
  • Fixed a stray x character before the [RTP] prefix on NeoForge/Fabric when a gradient wraps a nested rainbow.
  • Fixed the last character of a gradient message rendering in the start color instead of the end color on NeoForge/Fabric.
  • GUI/menu addon teleports are now instant when a location is already cached, matching the /rtp command.