config files
This commit is contained in:
6
config/travelanchors/client.json5
Normal file
6
config/travelanchors/client.json5
Normal 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
|
||||
}
|
||||
17
config/travelanchors/common.json5
Normal file
17
config/travelanchors/common.json5
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user