mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
22 lines
462 B
YAML
22 lines
462 B
YAML
events:
|
|
ExampleEvent:
|
|
message: '<red>Event happened!'
|
|
potion-effect-types:
|
|
- Speed
|
|
- Jump
|
|
potion-effect-durations:
|
|
- 100
|
|
- 25
|
|
potion-effect-amplifiers:
|
|
- 3
|
|
- 2
|
|
GoodJob:
|
|
message: "<green>Good job!"
|
|
DeathFail:
|
|
fail-quest: true
|
|
FishingStart:
|
|
message: "<yellow>Type 'rod' in chat to get a fishing rod!"
|
|
RodEvent:
|
|
message: "<green>Here you go!"
|
|
items:
|
|
- name-fishing_rod:amount-1 |