A list of all the changes can be found here:
https://ci.darkeyedragon.me/job/Random Teleport/changes
Most notable changes:
- Added full end support.
-
Fixed location searcher, so now takes surrounding blocks into account. And fixed edge cases that would get you teleported in lava.
-
Added a death timer. If you still somehow ended up dying you wont lose your stuff in the first 10 seconds after rtp (configurable).
- Fixed a sync chunk call when validating if a location is still safe.
- General improvements
-
Experimental: Detect worldborder changes. Reload world queues when a worldborder change is detected (there is no event for it so i have to check command execution). It is not guaranteed to work. So check your console after changing it and /rtp reload if it doesnt trigger.
This update adds a new config option hence the version bump from 1.5.2 to 1.6.0. However if you don't care about the death timer you can just leave your config as is. If you want add it without resetting the config:
add
Code (YAML):
death_timer
: 10s
under the
section.