mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-05 01:30:07 +01:00
6135f9c257
- Removed Lombok - Redid worldguard system - Removed a lot of useless/unused code. - Added compatibility with PlayerPoints and The Reserve.
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
|
|
}
|
|
}
|
|
} |