Description
EpicQuest, The ultimate, lightweight quest mod!
EpicQuest is an easy to use yet highly customizable quest plugin. Immerse your players into Minecraft with a commandless questing experience through villagers, bounty signs and a book to show your progress!
Features:
- Multiple tasks per quest
- Multiple quests at the same time
- Quest types:
- Collect
- Kill
- Killplayer
- Killanyplayer
- Destroy
- Place
- Enchant
- Tame
- Craft
- Smelt
- TalkToVillager
- Killanymob
- Killmobbyname
- Clickblock
- Executecommand
- Quest rewards:
- Items
- Commands execution
- Supported plugins:
- MythicMobs and all other custom mob plugins through the "Kill Mob By Name" quest type
- Progress a quest in only the specified worlds
- Player statistics
- Permissions
- Quest requirements
- Quest lock time after finish (for daily quests and the likes)
- Sign support
- Any block as quest-giver
- Spawn villagers who give quests
- Party functionality
- Check which quests you have in a book - no commands! -
- Includes Vault integration
Coming Soon:
- RPG Items support (collect quest type and rewards)
- API allowing the easy adding of additional quest and reward types
Adding Quests
- Follow whats written for the bukkit version but use full forge item names instead, such as minecraft:iron_sword=1
- http://dev.bukkit.org/bukkit-plugins/epicquest/pages/creating-quests/
Commands
You must use either /q or /quest to precede the following commands:
By default all .admin. perms are only granted to a user with OP as forge has no permissions handler yet.
This will change when i port this to sponge.
| Command | Description | Permission |
|---|---|---|
| give | Give random quest | epicquest.user.give |
| give | Give specified quest from the QuestList | epicquest.user.give |
| turnin | Turn all your quests in | epicquest.user.turnin |
| questbook or qb | Shows the quests you have | epicquest.user.questbook |
| info | Shows info on the specified quest from the QuestBook | epicquest.user.info |
| drop | Drops the specified quest from the QuestBook | epicquest.user.drop |
| stats | Shows player statistics | epicquest.user.stats |
| help | Shows help pages | epicquest.user.help |
| questblock <(if give)random/questnumber> | Options for the block you're looking at | epicquest.admin.questblock |
| party | Shows party members | epicquest.user.party |
| party invite | Invites a player to your party | epicquest.user.party |
| party accept | Accepts the current party invitation | epicquest.user.party |
| party kick | Kicks a player from your party if you are leader | epicquest.user.party |
| party leader | Makes somebody else the party leader | epicquest.user.party |
| party leave | Leave your current party | epicquest.user.party |
| party chat | Toggles party chat | epicquest.user.party |
| questentity create | Spawns a villager with a quest. Check the questentities.yml file after reloading the server for more advanced options! | epicquest.admin.questentity |
| questentity create | Select a Citizen after this command to make him give quests. Check the questentities.yml file after reloading the server for more advanced options! | epicquest.admin.questentity |
| questentity remove | Remove a villager with a quest | epicquest.admin.questentity |
| reload | Reload quests from the quests file | epicquest.admin.reload |


