LegacyCraft 1.2.0
on Aug 5, 2025v1.2.0
Highlights
- Full Java 21 compatibility: Works on any server running Java 21.
- Major bug fixes: Many features now work as intended, including PvP modes, legacy mechanics, and classic recipes.
- New features:
- Classic Weather system (configurable sunny, storm, and thunder chances)
- Classic Day/Night cycle (fast cycle, configurable day length)
- Classic Fishing (higher chance for fish, less junk)
/legacycraft feature
command to show all enabled features
Improvements
- Improved command registration and permission checks
- Robust configuration loading for all features
- Enhanced feedback and messages for players
- Classic mob spawning and behavior improvements
- Legacy crafting tables and recipes expanded
Bug Fixes
- Fixed command executor errors and missing methods
- Fixed feature toggles not working from config
- Fixed classic mob spawning logic
- Fixed classic fishing event handling
- Fixed classic weather and day/night cycle tasks
- Fixed inventory and crafting checks for epochs
Configuration
- Added new config options for weather, day/night, and fishing
- Improved documentation and comments in config.yml
Permissions
- Expanded permissions in plugin.yml for all new features and commands
LegacyCraft 1.1.0
on May 26, 2025🛠 Changelog – LegacyCraft v1.1.0 “What once was, returns with strength.”
🔄 General Changes Extended Compatibility: Full support added for Minecraft 1.18 – 1.21.
Updated Particle Effects:
Replaced deprecated BLOCK_CRACK with BLOCK using BlockData.
Replaced EXPLOSION_LARGE with EXPLOSION_EMITTER.
Potion Effect Adjustments:
Replaced deprecated DAMAGE_RESISTANCE with RESISTANCE for modern API compliance.
⚙️ Mechanics & Features Epoch System Enhancements:
Improved handling of historical game styles through more dynamic epoch switching.
New config options for epoch binding by event or region.
Particle Feedback on Block Interaction:
Introduced classic-style particle effects on block placement and destruction.
Fully responsive to block type and world context.
Enhanced Mob Behavior:
Certain mobs now receive era-specific buffs on spawn.
Applied RESISTANCE potion effect for enhanced survivability.
🧪 Experimental Features Initial groundwork laid for upcoming 1.21 potion effects:
INFESTED, OOZING, WEAVING, WIND_CHARGING
Currently disabled by default; reserved for future builds or testing branches.
🧼 Code & Architecture Removed deprecated method calls.
Optimized particle parameters to reduce client-side lag.
Improved backwards compatibility with older Bukkit versions via conditional API logic.