
Список изменений
Changelog 0.3-SEED-1
🌿 Improvements & Configuration Refactor
🛠️ Complete Configuration Overhaul
📁 File Separation
-
🔄 The biome configuration has been reorganized:
-
🎵 Sounds, display types (e.g., title, action bar), and visual effects are now handled directly in the language files:
📄 fr.yml/en.yml→ manage both translatable texts and immersive effects.
-
📜 A new file
biomes.ymlhas been introduced to manage:- ⚡ Commands to be executed per biome
- ✨ Per-biome behavior settings
-
🌌 Command Management by Biome
-
💥 Each biome can now trigger one or more custom commands when the player enters or interacts with it, such as:
/title %player% title Welcome to the Jungle/playsound minecraft:ambient.cave %player%/effect give %player% minecraft:speed 5 1 true
-
🧩 Supports dynamic placeholders (
%player%,%biome%, etc.)
🧹 Simplified config.yml
-
The
config.ymlfile now contains only global settings:- 🌐 General plugin behavior
- ⚙️ Global toggles and performance options
- 🔧 Default values and fallback settings
🌍 Streamlined Language Files
-
fr.yml/en.ymlnow handle:- 🏷️ Titles and subtitles
- 🎶 Sound types (ambience, effects)
- 🖼️ Display modes (e.g.,
TITLE,ACTION_BAR,SUBTITLE) - ✨ List of visual effects (e.g.,
GLOWING,NIGHT_VISION)
-
💡 This allows a cleaner, unified immersive experience across multiple languages.
💻 Refactored Core Classes
-
🧠 The
ConfigManager.javaandLanguageManager.javaclasses have been fully refactored to:- 🧩 Support modular and dynamic configuration loading
- 🧽 Clearly separate config logic from multilingual handling
- 🔄 Improve future maintainability and scalability
🧮 New Versioning Convention
🏷️ Format: MAJOR-Phase.Build
-
Example:
0.3-Seed.20.3→ Main plugin versionSeed🌱 → Current development phase (alpha / pre-beta)2→ Second build in the "Seed" phase
🧭 This format gives a clear view of the plugin’s development stage and iteration.
This also not the final version of the 0.3, pls wait for it, this version will have more features, if you have suggestion for the future version or got a problem, go to the discord server
