Christmas Season

Lightweight Christmas event plugin for Paper and Spigot 1.21 with biome snow, global snowstorms, decoration drops, gifts, elves and snowmen, controlled via the /xmas command, requires Java 21.

File Details

christmas-season-1.2.5.jar

  • R
  • Nov 28, 2025
  • 54.76 KB
  • 42
  • 1.21.10+10

File Name

christmas-season-1.2.5.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
## Version 1.2.5 (2025-11-29)

Critical bugfix for ice reset when deactivating the event.

### 🐛 Fixed Bugs

**Ice reset did not work correctly**
- 🔴 **Problem**: Frozen lakes remained frozen after `/xmas off`, even though they should turn to water
- 🔍 **Cause**: Missing `continue` statement in the loop after converting ice to water
- ✅ **Solution**: Loop now explicitly searches from top to bottom through the entire block column
- 🌊 **Effect**: All ice layers in a lake are now correctly converted to water (not just the top layer)

**Technical Details:**
- The loop now converts **all** ice blocks in a column (multiple layers)
- Stops only at the first solid block (Stone, Dirt, Sand, etc.)
- Natural ice biomes (FROZEN_OCEAN, SNOWY_PLAINS, etc.) remain protected ✅