Setting Safe Spawn:
/unvoidable setspawn
This command sets the safe spawn coordinates and facing direction based on your current location.
Setting Void Level:
/unvoidable setvoidlevel -64
This command sets the Y-level where the void begins.
Added support for configurable player yaw and pitch (facing direction) upon teleportation to a safe location.
The facing option allows you to specify the yaw and pitch values (facing direction) for the player's teleportation.
Format: A comma-separated string with two float values representing yaw and pitch. Example: "90.0,45.0"
Special Case: Set to "false" if you do not wish to specify yaw and pitch, and the player's current yaw and pitch will be retained.
worlds:
# Configuration for 'world1' as an example, you can add as many as you like.
world1:
# Coordinates where players will be teleported to if they fall into the void.
safe-cords: 0, 80, 0
# Specify yaw and pitch values (e.g., "yaw,pitch"), or set to "false" to disable
facing: 0, 0
# The Y-level is where you want the plugin to consider the void to be located at.
void-y-level: -64
NOTE: Please regenerate your config file by deleting and restarting the server, or add the new facing option in all your worlds sections.
Added support for configurable player yaw and pitch (facing direction) upon teleportation to a safe location.
The facing option allows you to specify the yaw and pitch values (facing direction) for the player's teleportation.
Format: A comma-separated string with two float values representing yaw and pitch. Example: "90.0,45.0"
Special Case: Set to "false" if you do not wish to specify yaw and pitch, and the player's current yaw and pitch will be retained.
worlds:
# Configuration for 'world1' as an example, you can add as many as you like.
world1:
# Coordinates where players will be teleported to if they fall into the void.
safe-cords: 0, 80, 0
# Specify yaw and pitch values (e.g., "yaw,pitch"), or set to "false" to disable
facing: 0, 0
# The Y-level is where you want the plugin to consider the void to be located at.
void-y-level: -64
NOTE: Please regenerate your config file by deleting and restarting the server, or add the new facing option in all your worlds sections.
Initial Beta Release, may have bugs and errors please report to the Issue Tracker!
Initial Beta Release, may have bugs and errors please report to the Issue Tracker!
Prevents players from falling to void.