Quests/src/main/resources/events.yml

26 lines
528 B
YAML
Raw Normal View History

2013-04-13 03:25:19 +02:00
events:
ExampleEvent:
message: '<red>Event happened!'
potion-effect-types:
- Speed
- Jump
potion-effect-durations:
- 100
- 25
potion-effect-amplifiers:
- 3
- 2
2013-09-19 08:28:54 +02:00
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
TimerEvent:
timer: 40
CancelTimer:
cancel-timer: true