Endermanbugzjfc / Quest

Opening the source from one of my cancelled commission.

Home Page:https://poggit.pmmp.io/ci/Endermanbugzjfc/Quest/Quest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quest

Opening the source from one of my cancelled commission.

Demo video: https://www.youtube.com/watch?v=_aDHyfgpFiE

Features

  • Config-customizable quests.
  • Categorizable quests.
  • NPC dialogue with popping text.
  • Automatically installs SimpleNPC.
name: Harvest 750 carrots and 100 potatoes
dialog:
  title: Farmer
  content:
    |-
    Harvest 750 carrots, 100 potatoes and come back.
  buttons:
    - label: Claim
      quest:button_remove: [ ]
task:
  # quest:collect = Remove the item once obtain
  quest:obtain:
    minecraft:carrot:
      amount: 750
    minecraft:potato:
      amount: 100
reward:
  quest:commands:
    - givemoney {player} 5000

Task types

API

Potential problems

  • The popping text of NPC dialogue might bloat the server network and lag players. There is currently NO interface to disable the popping text. (But a "Skip" button is provided to players.)

About

Opening the source from one of my cancelled commission.

https://poggit.pmmp.io/ci/Endermanbugzjfc/Quest/Quest/

License:Apache License 2.0


Languages

Language:PHP 100.0%