You are on page 1of 6

# See https://pikamug.gitbook.

io/quests/setup/configuration

accept-timeout: 20

allow-command-questing: true

allow-command-quests-with-npcs: false

allow-pranks: true

allow-quitting: true

ask-confirmation: true

console-logging: 2

disable-command-feedback: false

generate-files-on-join: true

ignore-locked-quests: false

kill-delay: 600

language: en-US

max-quests: 0

show-requirements: true

show-titles: true

strict-player-movement: 0

storage-data:

address: localhost:3306

database: minecraft

username: root

password: ''

table_prefix: quests_

pool-settings:

max-pool-size: 10

min-idle: 10
max-lifetime: 1800000

connection-timeout: 5000

storage-method:

player-data: yaml

trial-save: false

top-limit: 150

translate-names: true

translate-subcommands: false

update-check: true

npc-effects:

enabled: true

new-quest: note

redo-quest: heart

For non-English characters, this file MUST stay encoded in UTF-8

quests:

default1:

name: 'Iron Miner'

ask-message: '<yellow>Mine <pink>2<yellow> blocks of <pink>Iron Ore<yellow>.'

finish-message: '<yellow>Well done. Here is your reward.'

redo-delay: 1800

requirements:

items:

- name-stone_pickaxe:amount-1

remove-items:

- false

fail-requirement-message: '<red>You must have a <pink>Stone Pickaxe<red> first.'


stages:

ordered:

1:

break-block-names:

- IRON_ORE

break-block-amounts:

-2

break-block-durability:

-0

rewards:

money: 1000

quest-points: 1

default2:

name: 'Mob Hunter'

ask-message: '<yellow>Kill an assortment of Mobs.'

finish-message: '<yellow>Excellent. Here is a <pink>Diamond Sword<yellow>.'

stages:

ordered:

1:

death-event: DeathFail

mobs-to-kill:

- Pig

mob-amounts:

-3

finish-event: NiceFinish

2:
death-event: DeathFail

mobs-to-kill:

- Zombie

mob-amounts:

-2

finish-event: NiceFinish

3:

death-event: DeathFail

mobs-to-kill:

- Skeleton

mob-amounts:

-1

rewards:

items:

- name-DIAMOND_SWORD:amount-1

exp: 100

quest-points: 1

default3:

name: 'Catch Fish'

ask-message: '<yellow>Catch some fish!'

finish-message: '<yellow>Good job. Here is some <green>experience<yellow>.'

stages:

ordered:

1:

start-event: GiveRod

death-event: DeathFail
fish-to-catch: 5

rewards:

exp: 250

default4:

name: 'Timed Quest'

ask-message: '<yellow>Dig up <pink>10<yellow> blocks of <pink>Dirt<yellow> before time runs


out!'

finish-message: '<yellow>You did it in time! Have an <pink>Iron Shovel<yellow> and some


<green>experience<yellow>.'

requirements:

quest-points: 1

fail-requirement-message: '<red>Complete <pink>Iron Miner<red> or <pink>Mob Hunter<red>


first.'

stages:

ordered:

'1':

break-block-names:

- DIRT

break-block-amounts:

- 10

break-block-durability:

-0

start-event: TimerStart

finish-event: CancelTimer

rewards:

items:

- name-GOLD_INGOT:amount-1
exp: 150

You might also like