mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 02:55:45 +01:00
Make default text cooldown range higher
This commit is contained in:
parent
433121979c
commit
fda3c9d5c9
@ -110,8 +110,8 @@ public class Settings {
|
|||||||
value = list;
|
value = list;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
DEFAULT_TEXT_DELAY_MAX("npc.text.default-random-text-delay-max", 40),
|
DEFAULT_TEXT_DELAY_MAX("npc.text.default-random-text-delay-max", 200),
|
||||||
DEFAULT_TEXT_DELAY_MIN("npc.text.default-random-text-delay-min", 20),
|
DEFAULT_TEXT_DELAY_MIN("npc.text.default-random-text-delay-min", 100),
|
||||||
DEFAULT_TEXT_SPEECH_BUBBLE_TICKS("npc.text.speech-bubble-ticks", 50),
|
DEFAULT_TEXT_SPEECH_BUBBLE_TICKS("npc.text.speech-bubble-ticks", 50),
|
||||||
DISABLE_LOOKCLOSE_WHILE_NAVIGATING("npc.default.look-close.disable-while-navigating", true),
|
DISABLE_LOOKCLOSE_WHILE_NAVIGATING("npc.default.look-close.disable-while-navigating", true),
|
||||||
DISABLE_MC_NAVIGATION_FALLBACK("npc.pathfinding.disable-mc-fallback-navigation", true),
|
DISABLE_MC_NAVIGATION_FALLBACK("npc.pathfinding.disable-mc-fallback-navigation", true),
|
||||||
|
Loading…
Reference in New Issue
Block a user