You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed /auction reload subcommand to properly reload configuration without requiring a full server restart.
Added
Added new /order command to open the menu for placing an order.
Added new /orders command to open the orders GUI directly.
Added new standalone order GUIs for better user interaction.
Improved debug mode for order features, providing more detailed logging and diagnostics.
Added new orders-only.yml configuration file with orders-only-mode: false option. When set to true, it enables only the Orders feature and /orders command, disabling most other auction features. Changes take effect after a reload.
Changed
Refactored plugin loading structure for better modularity and maintainability, including updates to PluginRegistry.java for staged initialization and component-based setup.