Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.82 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.82 KB

aQuest

aQuest is an open source plugin for infinite task creation for PocketMine-MP

FAQ

Q: Why did I complete the quest but didn't receive the reward ?
A: You must use the command /quest before doing the quest

Installation & Setup

  1. Choose a version and install the plugin from here
  2. 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 and num sections
      • Reward configuration after task completion is in the award section (Need economic plugin, you can also add enchant)
  1. (Required) Install additional plugins supporting aQuest:
  • EconomyAPI
    • PocketMoney
      • MassiveEconomy
  1. You're done! Start your server and enjoy :3

Commands

Command Description Permissions Aliases
/quest Show current task Not available Not available

Permissions

Permissions Description Default
Not available Not available true

Issue Reporting

  • If you experience a crash in aQuest, click here
  • If you would like to suggest a feature to be added to aQuest, click here

License

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.