Skip to content

Commit

Permalink
Merge pull request #522 from Goosius1/siegezone_radius_reduction
Browse files Browse the repository at this point in the history
Default config update - sz radius reduction
  • Loading branch information
LlmDl authored Apr 1, 2022
2 parents 8b5186a + e3d5b98 commit eeabcb0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,12 @@ public enum ConfigNodes {
"############################################################",
""),
WAR_SIEGE_ZONE_RADIUS_BLOCKS(
"war.siege.distances.zone_radius_blocks",
"300",
"war.siege.distances.siegezone_radius_blocks",
"200",
"",
"# The radius of the 'siege zone'.",
"# This radius applies only horizontally, so players can never get above a siegezone (e.g. to place lava there or something).",
"# Various siege related effects can apply in this zone e.g. lose points on death, keep inv on death, cannot claim here."),
"# Various siege related effects can apply in this zone e.g. lose points on death, cannot TP in, cannot claim."),
WAR_SIEGE_BANNER_CONTROL_VERTICAL_DISTANCE_UP_BLOCKS(
"war.siege.distances.banner_control_vertical_distance_blocks_up",
"16",
Expand Down

0 comments on commit eeabcb0

Please sign in to comment.