Add dynamic gameplay to BedWars! Wool gradually disappears through 3 phases with full GUI customization.
DecayingWool is a lightweight and optimized plugin for Minecraft 1.8.8 that adds a gradual wool decay system. Perfect for BedWars, Sky Wars, and other PvP modes where dynamic building mechanics matter.
When a player places wool, it goes through 3 phases before disappearing:
┌─────────────────────────────────────┐
│ Phase 1: Team color (5 sec) │
│ 🟧 Orange wool │
├─────────────────────────────────────┤
│ Phase 2: Gray wool (5 sec) │
│ ⬜ Warning: almost decayed │
├─────────────────────────────────────┤
│ Phase 3: Black wool (3 sec) │
│ ⬛ Final warning │
├─────────────────────────────────────┤
│ Disappearance (animation + sound) │
│ 💨 Block is fully removed │
└─────────────────────────────────────┘
Total duration: 13 seconds (customizable!)
Main Menu (/decay):
Easy time control:
Changes auto-save and apply immediately!
Two operation modes:
Whitelist:
Blacklist:
Simple toggling:
Particles:
Sounds:
Fast-paced settings:
- Phase 1: 3 seconds
- Phase 2: 3 seconds
- Phase 3: 2 seconds
Total: 8 seconds
Medium-paced:
- Phase 1: 5 seconds
- Phase 2: 5 seconds
- Phase 3: 3 seconds
Total: 13 seconds
Beginner-friendly:
- Phase 1: 10 seconds
- Phase 2: 10 seconds
- Phase 3: 5 seconds
Total: 25 seconds
plugins/ folder/reload/decay| Command | Description | Aliases |
|---|---|---|
/decay | Open main settings menu | /dw, /dwool |
/decay menu | Open main menu | - |
/decay reload | Reload configuration | - |
/decay toggle | Enable/disable system | - |
/decay stats | Open statistics menu | - |
/decay cleanup | Clear all decaying blocks | - |
decayingwool.* # All permissions
└─ decayingwool.admin # Full access to commands & GUI
└─ decayingwool.bypass # Player’s wool does NOT decay*
⚠️ Note:
bypass only works for non-OP players. OP players always follow decay rules.
The plugin auto-generates config files, but GUI editing is recommended!
# Main settings
plugin:
enabled: true
debug: false
# Decay settings
decay:
enabled: true
phase1-duration: 5
phase2-duration: 5
phase3-duration: 3
world-mode: "whitelist"
enabled-worlds:
- world_bedwars
- bw_arena1
effects:
particles:
enabled: true
type: "SMOKE_NORMAL"
amount: 5
sound:
enabled: true
phase-change: "BLOCK_WOOL_BREAK"
disappear: "BLOCK_WOOL_BREAK"
volume: 0.5
pitch: 1.0
drops:
drop-items: false
drop-on-break: true
# Performance
performance:
max-blocks-per-tick: 50
cleanup-interval: 200
async-processing: true
Tested with:
DecayingWool
├── Managers
│ ├── DecayManager
│ ├── GUIManager
│ ├── WorldManager
│ └── ConfigManager
├── GUI Menus
│ ├── MainMenu
│ ├── PhaseSettingsMenu
│ ├── WorldManagement
│ ├── EffectsMenu
│ └── StatisticsMenu
├── Listeners
│ ├── BlockPlace
│ ├── BlockBreak
│ ├── InventoryClick
│ └── ChunkListener
└── Models
└── DecayingBlock
Fast-paced (solo): 2 / 2 / 1 (5 sec) Standard (2–4 players): 5 / 5 / 3 (13 sec) Slow mode: 10 / 10 / 5 (25 sec)
Material.WOOL in 1.8.8)affected-wool
DecayingWool - Timed Wool Decay System