Want rtp-on-death to respect respawn anchors? Now they do!
When respawn anchors first came out, I had issues working with them so I just commented out the code and forgot about it. Today is the day that I added it back, and at someone's request, you can also configure if rtp-on-death respects them or not, independently from beds. I'm not too sure why this is useful, but apparently it can be!
Settings file change.
Since the config isn't auto-updating yet, the new line will only show up for people downloading this plugin for the first time, but if you use rtp-on-death, are updating from an older version of this plugin, and explicitly want to set `respect-anchors` to `false` you can still easily do it by just adding one line to config.yml like so
Code (YAML):
rtp-on-death:
enabled
: false
settings
: 'default-settings'
respect-beds
: true
respect-anchors
: true
# Defaults to true, add this line and set to false to modify.
require-permission
: true
Side notes:
As far as I remember, there are no sneaky fixes this time. Oh, and this still works perfectly fine on pre-1.17 servers (since they don't have respawn anchors)