This version transforms the Web Editor into a powerful management tool and introduces deep economy controls, advanced time-based shop availability, and expanded item properties.
Web Editor: Overhaul
Undo & Rollback System – A complete session history log. Revert any change (Created, Updated, or Deleted) with a single click.
Dynamic UI Feedback
Renamed workflow – Buttons renamed to HISTORY, RELOAD, SAVE TAB, and PUBLISH ALL for logical clarity.
Save summaries – A new confirmation modal shows exactly which items are being saved and which are deferred.
Visual Enhancements
Preview – Increased Minecraft GUI preview size for improved readability.
Status badges – Item cards now display badges for Enchantments, Lore, Dynamic Pricing, Limits, and Permissions.
Lore preview – Live multi-line lore rendering with full color support directly on item cards.
Search engine – New search bar to instantly find items by name or material.
Advanced Economy & Shop Features
Advanced shop availability – Restrict shop access by time, day, or date range Examples:
Code (Text):
Monday–Friday,
08:00–22:00,
2024-12-01 to 2024-12-31
Unstable TNT – Support for primed-on-break TNT items.
Dynamic pricing – Supply-and-demand based pricing that automatically shifts as players buy and sell.
Transaction limits – Per-player trading limits to prevent market inflation.
Metadata mastery – New item flags to enforce exact Name/Lore matches when selling.
Special item support
Potion levels – Full support for custom potion amplifier levels (1–255).
️ Security & Technical Improvements
Auto-migration – Configuration files automatically update with new keys from future versions without overwriting your data.
Robust backend – Optimized YAML parsing for complex multi-line lore and deeply nested properties.
️ Commands & Permissions
NEW
Code (Text):
/shop confirmlogin <token>
– Security confirmation for remote editor access.
NEW
Code (Text):
geniusshop.login.ip.bypass
– Permission to use the editor from untrusted IPs.
Web-Based Configuration Editor • Added built-in HTTP server with RESTful API for remote configuration management
• Implemented live GUI preview with real-time Minecraft texture rendering
• Added point-and-click interface for rearranging main menu items
• Integrated visual shop builder for creating and editing shops without YAML knowledge
• Added secure UUID-based authentication system
• Implemented auto-save functionality that syncs changes directly to server files
Discord Integration • Added Discord webhook support for transaction notifications
• Implemented purchase event notifications to Discord channels
• Implemented sell event notifications to Discord channels
• Added configurable webhook settings in `discord.yml`
• Added transaction logging with player name, item, amount, and price details
Modular Configuration System • Shops: Migrated from single `shops.yml` to individual shop files in `shops/` folder
• Menus: Migrated from `gui.yml` to individual menu files in `menus/` folder
• Added automatic migration from legacy configuration formats
• Improved organization and maintainability of shop configurations
• Added `shops/README.md` with comprehensive configuration guide
Enhanced Item Support • Added full support for potions with custom effects and durations
• Added support for tipped arrows with potion effects
• Added support for trial spawners (Minecraft 1.21+)
• Implemented enchantment support for all enchantable items
• Added proper NBT data handling for complex item types
Improvements • Added configuration auto-updater for seamless upgrades
• Improved error handling and validation for item configurations
• Enhanced spawner support with proper entity type preservation
• Updated plugin to support Minecraft 1.21 API