[1.19 - 1.21.*] EzRTP 1.5.1 - Water safety improvements
Changelog
Improved water/surface satety
Added material option to change the material of the spawned block
Changed setting from place-dirt-on-surface to place-block-on-surface
Changed default from DIRT to ICE
Settings in the config.yml
Code (YAML):
safety:
water: # When enabled, RTP will solidify shallow water by placing a block before teleporting. # NOTE: the old key 'place-dirt-on-surface' is deprecated; use 'place-block-on-surface'. place-block-on-surface: true
# Material to place on the surface when solidifying shallow water. Defaults to ICE. # Valid values are Bukkit Material names (e.g., DIRT, GRASS_BLOCK, ICE). material: ICE