mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-16 14:55:15 +01:00
3744dbf0cd
+ Added IBossDeathHandler to add custom handlers for AutoSpawn + Modified AutoSpawnSettings to have a new method shuffleEntitiesList for when a boss is attempted to spawn + Modified IntervalSpawnElement to have a new method spawnAfterLastBossIsKilled + Added implementation of IBossDeathHandler into BossDeathListener
23 lines
549 B
JSON
23 lines
549 B
JSON
{
|
|
"MiddleOfTheEarth": {
|
|
"editing": true,
|
|
"type": "INTERVAL",
|
|
"entities": [
|
|
"SkeletonKing"
|
|
],
|
|
"autoSpawnSettings": {
|
|
"shuffleEntitiesList": true,
|
|
"maxAliveAtOnce": 1,
|
|
"amountPerSpawn": 1,
|
|
"spawnWhenChunkIsntLoaded": false,
|
|
"overrideDefaultSpawnMessage": true,
|
|
"spawnMessage": "MiddleOfTheEarthSpawnMessage"
|
|
},
|
|
"customData": {
|
|
"spawnAfterLastBossIsKilled": false,
|
|
"location": "world,0,150,0",
|
|
"placeholder": "{customBosses_1}",
|
|
"spawnRate": 30
|
|
}
|
|
}
|
|
} |