config files

This commit is contained in:
mina
2024-02-06 10:58:54 +00:00
parent 655f722a80
commit f75bbe8f2c
17 changed files with 934 additions and 717 deletions

View File

@@ -0,0 +1,6 @@
{
// When this is set, wou won't be able to use the elevation feature of travel anchors
// but you'll teleport to the anchor you're looking at when jumping on another travel anchor
// This is a client option so each player can adjust it as they prefer.
"disable_elevation": false
}

View File

@@ -0,0 +1,17 @@
{
// Fire an EntityTeleportEvent before allowing the teleport.
// This allows other mods to prevent the teleport or change the destination.
"fireTeleportEvent": true,
// The maximum angle you can look at the Travel Anchor to teleport.
// Minimum: 1.0
"max_angle": 30,
// The maximum distance you are allowed to teleport.
// Minimum: 1.0
"max_distance": 64,
// The maximum distance you can short-range teleport with shift-click.
// Range: 2.0 - 15.0
"max_short_tp_distance": 7
}