▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Questborn
Questborn

Questborn

Powerful quest system with chains, rotations, global quests, and 75+ objective types.

Оцените первым
637
6
Все версииv2.0.0 | GUI Editor & CraftEngine & More

v2.0.0 | GUI Editor & CraftEngine & More

Release18.08.2026

Список изменений

🔧 New Features:

Core & GUI

  • GUI Editor: Added a multi-functional in-game editor to configure quests, types, NPCs, and dialogues (/quest editor).
  • Commands: Added the ability to reset player top data, including an -all flag for all players (/quest reset top (type) [player or -all]).
  • Quest List: Added informative items in the menu for each quest engine (DEFAULT, CHAIN, ROTATION, GLOBAL).
  • Custom Icons: Added support for custom heads in quest and quest type icons using base-head.

Objectives & Integrations

  • Integrations: Added CraftEngine and ItemsAdder support. You can now use custom IDs (e.g., ce:default:topaz_ore, itemsadder:) for items and custom entities.
  • Block Objectives: ITEM_COOK and ITEM_SMELT now grant progress when breaking a furnace/smoker/blast furnace containing processed items.
  • Campfires: The ITEM_COOK objective now supports campfires.

Configurations

  • Rotations: Added sync-rotation setting to optionally synchronize rotation quests for all players.
  • Rotations: Each ROTATION pool now has its own configured slots.
  • Objectives: Added allow-spawner-kills setting to control if spawner mobs count towards KILL_ENTITY.
  • GUI: Added show-rewards setting to toggle displaying rewards in the quest list.
  • Metrics: Added an option to enable/disable anonymous statistics via bStats.
View Config Changes
# --- config.yml ---
sync-rotation: false # Shared community experience toggle
allow-spawner-kills: false # Toggle spawner kills
metrics:
  enabled: true # bStats toggle
quest-list:
  show-rewards: false # Display rewards in GUI

# --- Quest Types config (ROTATION engine) ---
rotation-pools:
  common:
    - 20
    - 21
  rare:
    - 23

# --- menus.yml ---
  quest-list:
    items:
      engine-info-rotation:
        slot: 4
        material: PLAYER_HEAD
        base-head: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzZjMGQwNDU5YzY3ZjJiZTgyZmJlNTQwNmFiOGQxMzc4ZGExZjI4ZjdhM2Y4MmYxZGZjNDc2MTVhOTU1YTcifX19"
        name: "<#99ff9d>⌚ Rotating Quests"
        lore:
          - "<#cccccc>These quests are time-limited."
          - "<#cccccc>The next rotation will occur"
          - "<#cccccc>in: <#b3ffb6>⏳ {time}"
          - ""
          - "<#70a373>▪ When the time is up, all progress"
          - "<#70a373>  on incomplete quests will be lost."

      engine-info-global:
        slot: 4
        material: PLAYER_HEAD
        base-head: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RjZGVlNmQwNmRmMjM0YjhlNjAzMzI4Yjk2YzU3ZjNhMzEyZTc5YWFiZmMzYmU3MmE4YjQyMTg3OGVkNjhjZiJ9fX0="
        name: "<#9e79b8>🌍 Global Quests"
        lore:
          - "<#cccccc>These quests are shared among all"
          - "<#cccccc>players on our server."
          - ""
          - "<#908494>▪ Their completion progress"
          - "<#908494>  is saved for everyone."

      engine-info-default:
        slot: 4
        material: PLAYER_HEAD
        base-head: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmVhNDY4NWQ1NWFlYzk5NTVkZDg2OWI0OTViMmY1YjJmYjc0MzU4NzYxM2JhNTg3OTYwYzNhM2Q2NWYyNGE4YiJ9fX0="
        name: "<#82b082>📜 Classic Quests"
        lore:
          - "<#cccccc>Regular quests that do not have"
          - "<#cccccc>any time limits."
          - ""
          - "<#8c998c>▪ You can complete them at"
          - "<#8c998c>  your own pace."

      engine-info-chain:
        slot: 4
        material: PLAYER_HEAD
        base-head: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2IyZjJiNzY0MmI1NDQ5MGI5ZmZhMWUwZTFiMjk2YWFkMmI3YTRlZGI5MzYxZTdlOGU5OTAzYjY0ZGJiODkzOSJ9fX0="
        name: "<#c48b52>🔗 Chain Quests"
        lore:
          - "<#cccccc>These quests are closely connected"
          - "<#cccccc>into a single sequential line."
          - ""
          - "<#99897a>▪ Completing one quest"
          - "<#99897a>  unlocks access to the next one."

🛠 Fixes & Changes:

  • NPCs: Fixed command actions in dialogues not executing correctly.
  • NPCs: Fixed indicators falsely flashing when no quests were available.
  • NPCs: Display requirements are now correctly applied to NPCs.
  • Rewards: Fixed potions being given as uncraftable/corrupted.
  • Rotations: Fixed the announcement being sent before the actual rotation occurred.
  • Objectives: The JUMP objective now uses amount instead of the deprecated jumps parameter.
  • Objectives: Fixed BREWING and POTION_DRINK not tracking progress at all.
  • Objectives: Fixed false progress tracking for ItemsAdder custom IDs.
  • Progress Tracking: Fixed HUD not updating after completing a quest while another is active.
  • Progress Tracking: Fixed tracking issues when multiple quests are active simultaneously.
  • Global Quests: Cooldowns are now only applied if the quest successfully starts (minimum participants reached).
  • Global Quests: The quest menu no longer closes if the activation fails due to insufficient participants.
  • Compatibility: Fixed errors when activating quests or handing in items on Folia servers.
  • Misc: Delays before completing stages/quests now function correctly.
  • Misc: Fixed plugin syntax error messages and added/fixed localization keys.
  • Misc: Fixed bStats initialization.

📚 Documentation:

  • The plugin's wiki has been fully updated for version 2.0.0!

Enjoy using the update!

Файлы

Questborn-2.0.0.jar(3.68 MiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

2.0.0

Загрузчики

Bukkit
Folia
Paper
Purpur
Spigot

Версии игры

1.16–26.2

Загрузок

26

Дата публикации

18.08.2026

Загрузил

ID версии

Главная