You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISABLE_ARROW_BOOST("disable_arrow_boost", true, "Would you like to prevent players from boosting themselves by using Arrows?"),
128
+
HIDE_TOOL_FLAGS("hide_tool_flags", true, "Would you like to hide the item flags shown on tools indicating their damage and attack speed?"),
129
+
130
+
DISABLE_ARROW_BOOST("disable_arrow_boost", false, "Would you like to prevent players from boosting themselves by using Arrows?"),
131
+
132
+
CUSTOM_PLAYER_KNOCKBACK("custom_player_knockback", "", "Custom player knockback properties"),
133
+
CUSTOM_PLAYER_KNOCKBACK_ENABLED("custom_player_knockback.enabled", false, "Should we modify the player's knockback?"),
134
+
CUSTOM_PLAYER_KNOCKBACK_FRICTION("custom_player_knockback.friction", 2.0, "The velocity friction to apply"),
135
+
CUSTOM_PLAYER_KNOCKBACK_HORIZONTAL("custom_player_knockback.horizontal", 0.35, "The horizontal knockback to apply"),
136
+
CUSTOM_PLAYER_KNOCKBACK_EXTRA_HORIZONTAL("custom_player_knockback.extra_horizontal", 0.425, "The extra horizontal knockback to apply"),
137
+
CUSTOM_PLAYER_KNOCKBACK_VERTICAL("custom_player_knockback.vertical", 0.35, "The vertical knockback to apply"),
138
+
CUSTOM_PLAYER_KNOCKBACK_EXTRA_VERTICAL("custom_player_knockback.extra_vertical", 0.085, "The extra vertical knockback to apply"),
139
+
CUSTOM_PLAYER_KNOCKBACK_VERTICAL_LIMIT("custom_player_knockback.vertical_limit", 0.4, "The vertical velocity limit to apply"),
129
140
130
141
CUSTOM_PLAYER_REGENERATION("custom_player_regeneration", "", "Custom player regeneration properties"),
131
-
CUSTOM_PLAYER_REGENERATION_ENABLED("custom_player_regeneration.enabled", true, "Should we modify the player's regeneration?"),
132
-
CUSTOM_PLAYER_REGENERATION_FREQUENCY("custom_player_regeneration.frequency", 3, "The regeneration rate", "The default value replicates 1.8 regeneration"),
142
+
CUSTOM_PLAYER_REGENERATION_ENABLED("custom_player_regeneration.enabled", false, "Should we modify the player's regeneration?"),
143
+
CUSTOM_PLAYER_REGENERATION_FREQUENCY("custom_player_regeneration.frequency", 3, "The regeneration rate (In seconds)", "The default value replicates 1.8 regeneration"),
133
144
CUSTOM_PLAYER_REGENERATION_AMOUNT("custom_player_regeneration.amount", 1, "The regeneration amount", "The default value replicates 1.8 regeneration"),
134
145
CUSTOM_PLAYER_REGENERATION_EXCHAUSTION("custom_player_regeneration.exchaustion", 3, "The exchaustion amount", "The default value replicates 1.8 regeneration"),
0 commit comments