aQuest is an open source plugin for infinite task creation for PocketMine-MP
Q: Why did I complete the quest but didn't receive the reward ?
A: You must use the command /quest before doing the quest
- Choose a version and install the plugin from here
- Configure your tasks in config.yml
- Mission types are available: blockBreak, blockPlace, playerKill, playerDeath, itemConsume, itemDrop
- You can write blockBreak and blockPlace at the same time
- Put the task type in the
task
- The name of the target will be placed in the
target
section - Customize id and quantity in the
id
andnum
sections - Reward configuration after task completion is in the
award
section (Need economic plugin, you can also add enchant)
- Put the task type in the
- You can write blockBreak and blockPlace at the same time
- (Required) Install additional plugins supporting aQuest:
- EconomyAPI
- PocketMoney
- MassiveEconomy
- PocketMoney
- You're done! Start your server and enjoy :3
Command | Description | Permissions | Aliases |
---|---|---|---|
/quest | Show current task | Not available | Not available |
Permissions | Description | Default |
---|---|---|
Not available | Not available | true |
- If you experience a crash in aQuest, click here
- If you would like to suggest a feature to be added to aQuest, click here
MIT License
Copyright (c) 2020 SoiOniichan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.