Skip to content

# G1axWorldGenerator v1.1.0 Release

Latest

Choose a tag to compare

@tech-anupam tech-anupam released this 17 Nov 11:24
· 1 commit to main since this release
d495759

🐛 Bug Fixes

World Settings Persistence

  • Fixed: World settings no longer revert to defaults on server restart
  • Solution: Added world tracking system that preserves admin customizations
  • Impact: Admins can now modify gamerules, view distance, world border, etc. without losing changes

✨ New Features

Spleef World Generators

Added 3 new spleef arena generators with customizable layers:

  • SPLEEF_SNOW: Snow block arenas
  • SPLEEF_DIRT: Dirt block arenas
  • SPLEEF_MULTI: Alternating dirt/snow layers

Usage: /mv create <world> normal -g G1axWorldGenerator:SPLEEF_SNOW_3
Layers: Support for 2-5 layers (5 block spacing)
Design: Void underneath for elimination gameplay

Automatic Config Migration

  • Added: Seamless config file updates for existing installations
  • Feature: Version tracking prevents repeated migrations
  • Benefit: Zero downtime upgrades with data preservation

🔧 Technical Improvements

  • Removed all code comments for cleaner codebase
  • Optimized spleef generation algorithm
  • Enhanced error handling in persistence system
  • Improved logging for debugging

📋 Usage Examples

# Create spleef arenas
/mv create snow_spleef normal -g G1axWorldGenerator:SPLEEF_SNOW_4
/mv create dirt_spleef normal -g G1axWorldGenerator:SPLEEF_DIRT_3
/mv create multi_spleef normal -g G1axWorldGenerator:SPLEEF_MULTI_5

# Original biomes still work
/mv create plains_world normal -g G1axWorldGenerator:PLAINS
/mv create void_world normal -g G1axWorldGenerator:VOID

🔄 Migration Notes

  • Existing installations will automatically migrate config files
  • No manual intervention required
  • All existing worlds remain functional
  • Settings customizations are preserved

Download: Latest Release
Compatibility: Minecraft 1.21+ | Paper/Spigot | Java 21+