
Список изменений
IMPORTANT - BEFORE UPDATING:
- Make a full backup of the Questborn plugin folder (especially configs, player progress data, and player files) before updating!
- After the update, delete the old config.yml file — the plugin will automatically create a new one with all the latest settings.
- The old top.yml file is no longer used and can be completely deleted — everything has been moved to the new menus.yml.
New features and changes:
📦 New integration with ItemsAdder Added the ability to use custom ItemsAdder items in quests. Usage example:
objectives: type: ITEM_FISH amount: 6 target-materials: - "itemsadder:iasurvival:blue_parrotfish"
🔗 Full integration with PlaceholderAPI Added complete PlaceholderAPI support. Now you can display quest information in holograms, chat, tab list, Scoreboard, etc. Available placeholders:
%questborn_quests_completed% - total number of quests completed by the player
%questborn_status_
🎯 Quest display (Scoreboard & BossBar) Added convenient display of the current quest on screen via Scoreboard and BossBar. Fully configurable in config.yml. Configuration example:
bossbar: enabled: true title: "&e{quest_name} &7[{progress}/{target}]" color: AUTO mode: "STATIC" style: SOLID scoreboard: enabled: true lines: - "&fQuest:" - "{quest_name}" - "{objective_details}"
https://i.ibb.co/27hCNJ4h/Scoreboard-1.png https://i.ibb.co/DD6qf4FZ/Boss-Bar-1.png
🎨 New menu configuration system (menus.yml) The old top.yml file has been merged into a single menus.yml. Now you can freely customize the GUI size and exact element placement in each menu. Example for Top menu:
menus: top: rows: 5 slots: players: - "10-16" - "19-25" - "28-34" mask: - "0-9" - "17, 18, 26, 27, 35, 36" - "36-44" rank-styles: 1: prefix: "<#FFAA00>♛ " footer: "<#FFAA00>🏆 TOP 1 LEADER 🏆"
👤 Integration with SkinsRestorer Added small integration to improve skin display in the player leaderboard.
⚙️ Technical improvements
- Updated and optimized configuration structure
- Minor code refactoring and performance optimization
Enjoy using the update!