Skip to main content

Configuration

The config.yml file allows you to customize the default behavior of the Decay Zone plugin.

Default Configuration

# Default decay duration in seconds for newly created zones
default-decay-duration: 5

# Global decay toggle (can be overridden per-zone)
global-decay-enabled: true

# Default blocks that are exempt from decay across all zones
default-exempt-blocks:
- BEDROCK
- BARRIER
- AIR
# ... (many more glass types included by default)

Settings Explained

Core Settings

  • default-decay-duration: The time (in seconds) before a placed block decays.
  • global-decay-enabled: Master switch for the decay system.
  • default-exempt-blocks: A list of Bukkit Material names that will never decay in any zone.

Particle Settings

  • particle.enabled: Whether to show selection/zone boundaries.
  • particle.duration-ticks: How long particles remain visible (20 ticks = 1 second).
  • particle.density: How many particles to spawn per block edge.

Feedback Settings

  • zone-feedback.sounds-enabled: Play sounds when crossing zone boundaries.
  • zone-feedback.titles-enabled: Show titles on entry and exit.
  • title-fade-in/stay/fade-out: Timing for the on-screen titles (in milliseconds). village.