mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 19:46:34 +01:00
30 lines
620 B
YAML
30 lines
620 B
YAML
events:
|
|
ApplyPotion:
|
|
message: "<blue>You received potion effects!"
|
|
potion-effect-types:
|
|
- Speed
|
|
- Jump
|
|
potion-effect-durations:
|
|
- 100
|
|
- 25
|
|
potion-effect-amplifiers:
|
|
- 3
|
|
- 2
|
|
NiceFinish:
|
|
message: "<green>Nice work!"
|
|
DeathFail:
|
|
fail-quest: true
|
|
RodStart:
|
|
message: "<yellow>Type 'rod' in chat to get a fishing rod!"
|
|
GiveRod:
|
|
message: "<green>Here you go!"
|
|
items:
|
|
- name-fishing_rod:amount-1
|
|
TimerStart:
|
|
timer: 40
|
|
CancelTimer:
|
|
cancel-timer: true
|
|
RunCommand:
|
|
message: "<red>Did you mean 'help'?"
|
|
commands:
|
|
- help |