blink-cd2025/settingtypes.txt

27 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2021-08-19 07:57:42 -05:00
#Maximum distance to blink
blink_distance (Blink Distance) int 20
2021-08-10 22:38:31 -05:00
2021-08-19 07:57:42 -05:00
#Allow Blink into protected areas
tp_into_prot (Blink into protected areas) bool false
2021-08-10 22:38:31 -05:00
2021-08-19 07:57:42 -05:00
#Allow Blink from protected areas
tp_from_prot (Blink from protected areas) bool false
2021-08-10 22:38:31 -05:00
2021-08-19 07:57:42 -05:00
#Base amount to add to cooldown period between blink
cooldown_base (Cooldown Base) float 0
2021-08-19 07:57:42 -05:00
#Multiply this by distance travelled and add to base
cooldown_factor (Cooldown multiplier) float 0.1
2021-08-10 22:38:31 -05:00
2021-08-19 07:57:42 -05:00
#Blink behind mobs or players and turn to face their back
blink_behind (Blink Behind) bool true
2021-08-10 22:38:31 -05:00
2021-08-19 07:57:42 -05:00
#Time to show destination marker
display_time (Display Time) float 6.0
2021-08-10 22:38:31 -05:00
#Any areas owned by this user are considered public and will allow users to blink. Recommend to create a non-use user account for the purpose of allowing blink in protected areas (e.g. user called allow_blink). Note that anyone can add the user to their protected area to allow anyone to blink in their area.
2021-08-19 07:57:42 -05:00
public_username (Public areas username) string ""
#Use Blink Rune at the same location while a marker is active to tp there.
double_tap_tp (Double Tap to Blink) bool true