Skip to main content
The btcsky_island_event entry allows you to define random events that can occur on an island, such as meteor showers or invasions.

Configuration

Type: btcsky_island_event
eventId
String
required
Unique ID for the event type.
displayName
String
Name shown in boss bars or titles during the event.
weight
Int
default:"10"
Probability weight for random selection. Higher = more frequent.
duration
Int
default:"600"
Duration of the event in seconds.
onStart
List<Ref<TriggerableEntry>>
List of actions to trigger when the event begins.
onEnd
List<Ref<TriggerableEntry>>
List of actions to trigger when the event ends or expires.

Examples

  • Meteor Shower: Drops rare ores in random locations on the island.
  • Monster Invasion: Spawns waves of entities to defend against.
  • Gift from the Sky: Deposits a small amount of money into the island bank.
  • Double XP Hours: Applies a multiplier to all island activities for the duration.