Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
2.3
GameTekDev released AdvanceMMO version 2.3 on December 17, 2025
Bugfix
- Quest System Restoration
- Fixed bug where quests were not displayed when the database was empty.
- Default quests ("First Steps", "Woodcutter") are now automatically registered.
- Added missing quest data loading logic on server join.
- Modernized Quest GUI: Names and descriptions are now correctly translated.
- New main command /quest (alias: /q) to directly open quests.
- Added subcommand /mmo quest.
Feature
- Colored Console Output
- All server console outputs switched to a colored system.
- Use of Adventure API for correct display of color codes in the console.
- Centralization of all log messages via MMOLogger.
- Stability & Data Loading
- Fixed bug where /class and /race did not open a GUI while data was loading.
- Introduction of a loading state for player data to avoid race conditions.
- Improved logic for automatic GUI opening on first join.
Feature
- Item Management & Utility
- Added Autopickup system with configurable range and blacklist.
- Global Stacksize system allows stack sizes up to 500 (configurable).
- Combat & World Extensions
- Added Minecraft 1.8 Combat System (no cooldown) as an option.
- Integrated Timber system for faster tree felling with leaf decay.
- House protection logic for the Timber system to avoid unwanted dismantling.
- Timber system: Radii for leaf decay and house protection now configurable.
- Command System Optimization
- Central main command /mmo (aliases: ammo, am) introduced.
- Intelligent logic for /race and /class: Opens GUI on first selection, shows info otherwise.
- Uniform subcommand structure for skills and professions (list, gui, use).
- Streamlined permission system: Basic check for advancemmo.user in all commands.
- New subcommand /mmo reload for administrators.
- Feature
- HUD System (ActionBar)
- Dynamic HUD added to the ActionBar.
- Real-time display of health, mana, level, XP, and class.
- Fully configurable via de.yaml and en.yaml.
- Placeholder support: {health}, {max_health}, {mana}, {exp}, etc.
Translations & GUI Fixes
- Added missing texts like profession.info_selected.
- Localized all 15 professions, races, and classes in German and English.
- Fixed problem where professions were not selectable in the GUI.
- Made quest recognition in the GUI more robust using PlainTextComponentSerializer.
- Fixed color code display errors (&6 instead of color) throughout the plugin.
Technical
Modernization & Performance
- Switched to modern Adventure API (Components) for all texts.
- Replaced deprecated Bukkit methods with current Paper interfaces.
- Optimized Maven build: Switched to --release 21.
- Added Shade plugin filters to optimize JAR size and avoid conflicts.
- Introduced MMOGUIHolder for secure GUI identification.
Information
| Published on | December 17, 2025 |
|---|---|
| Downloads | 3 |
Platforms
Paper (1.21-1.21.11)
Waterfall (1.21)
Velocity (3.4)