When In combat if in configand update reminder added.
NEW CONFIG ADDED
Code (Text):
region_protections:
# Defines the method used to prevent players from entering safe zones while in combat.
# Available options:
# VISUAL_BORDER - (PERFORMANCE INTENSIVE) Shows a dynamic wall of fake blocks. Looks premium.
# PUSHBACK - Physically bounces the player back. Simpler and less resource-intensive. RECCOMENDED
# NONE - Disables this protection entirely.
entry_prevention_method: PUSHBACK
# --- Settings for the PUSHBACK method ---
# How strong the "bounce" effect is when a player is pushed back.
pushback_strength: 0.8
# --- Settings for the VISUAL_BORDER method ---
# How often (in server ticks, 20 ticks = 1 second) the plugin checks a player's position.
visualization_check_interval_ticks: 10
# The radius (in blocks) around the player in which region borders will be displayed.
# WARNING: High values can cause lag! Recommended: 10-15.
visualization_display_radius: 15
# The material of the visual wall.
visualization_wall_material: "RED_STAINED_GLASS"