ProgressiveQuests - Addon for ProgressiveUnlock
This is an official
addon for the ProgressiveUnlock
It connects the Quests plugin with
ProgressiveUnlock, allowing players to earn XP as a reward for completing quests.
Grants ProgressiveUnlock XP automatically when a quest is completed
✔️Fully compatible with all quest types and custom quest setups
This addon is perfect if you're running an RPG, adventure, or survival server and want players to progress naturally by completing tasks and unlocking more over time.
ProgressiveUnlock
LMBQuests
Quests
1. Drop plugin into plugins folder like usually.
2. Restart server and new config will be created.
3. Set XP rewards - by default, rewards are created from quests XP rewards value/50 for
Quests and with random value from 0 to 50 for
LMB Quest plugin.
4. By default, rewards are disabled to prevent unwanted xp gains. You have to set "enabled" in config once you are done setting up to make xp rewards works!
Code (YAML):
enabled
: false
#set to true once you are done.
quests:
default1:
name
: Iron Miner2
xpreward
: 0
default2:
name
: Mob Hunter
xpreward
: 2
default3:
name
: Catch Fish
xpreward
: 5
default4:
name
: Timed Quest
xpreward
: 3
default5:
name
: Iron Miner3
xpreward
: 0
1. Support for Multiple Quest Plugins
- Add compatibility with other popular quest plugins (e.g. BetonQuests, ZQuest, etc.)
- Detect installed quest plugin automatically and fallback if unsupported
2. Unlock Items Based on Quest Progress
-
Introduce a new unlock mode in ProgressiveUnlock based on quest progress
-
Allow configuration to link specific quests to unlockable items
-
Unlock items upon full quest completion (or optionally partial progress)
-
Support multiple quest requirements with AND/OR conditions
3. Live Update Support