config files
This commit is contained in:
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