EpicBosses/plugin-modules/Core/resources-json/autospawns.json
Charles 9b268cc89e 1.0.0-SNAPSHOT-U109
+ Fixed issue with removing potion from skill not saving
+ Started implementing AutoSpawns
2018-12-05 22:29:26 +08:00

14 lines
261 B
JSON

{
"Section1": {
"location": "world,0,150,0",
"entities": [
"SkeletonKing"
],
"settings": {
"spawnWhenChunkIsntLoaded": false,
"maxAliveAtOnce": 1,
"amountPerSpawn": 1,
"placeholder": "{custombosses_1}"
}
}
}