Events
The most important part about events is the configurability
events:
enabled: true
# Should we choose random event instead of start it by order
random: false
# The wait time for each event (in seconds)
wait-time: 900
# The placeholders that will be used
placeholders:
no-event: '&7ɴᴇxᴛ ᴇᴠᴇɴᴛ'
no-event-timer: '&7ᴇᴠᴇɴᴛ ɪɴ: &f{timer}'
active-event: '{display_name}'
active-event-timer: '&7ᴛɪᴍᴇ ʟᴇғᴛ: &f{timer}'
# List of events
# Type: sell_multiplier, generator_upgrade, generator_speed, drop_multiplier, mixed_up
# Please follow the current format, each event type will have its own unique value
events:
2x_sell:
type: sell_multiplier
# The display name of the event
display-name: '&a&l2x Sell Multiplier'
# The multiplier of the sell
multiplier: 2.0
# The duration of the event (in seconds)
duration: 120
# The start message
start-message:
- '&7'
- ' #f69220&lEvent Started'
- '&7'
- ' #f69220Type: &f{name}'
- ' #f69220Duration: &f{duration}'
- '&7'
- ' &7The value of every Generator drop'
- ' &7has been increased by 2x &7(( /sell ))'
- '&7'
# The end message
end-message:
- '&7'
- ' #f69220&lEvent Ended'
- '&7'
- ' #f69220Type: &f{name}'
- ' #f69220Next Event In: &f{next_duration}'
- '&7'
- ' &7The value of all drops are back to normal.'
- '&7'
# Blacklisted generator that will not affected by this event
blacklisted_generators:
- disabled_generator_idLast updated