mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-07 10:39:31 +01:00
a8662dc2f3
+ Finished working on the Targeting system and fully implemented it into the boss spawning system + Added the targeting option to the bosses.json
41 lines
763 B
YAML
41 lines
763 B
YAML
Settings:
|
|
debug: false
|
|
bossTargetRange: 50.0
|
|
|
|
BlockedWorlds:
|
|
enabled: false
|
|
worlds:
|
|
- 'world_the_end'
|
|
- 'world_nether'
|
|
Toggles:
|
|
endermanTeleporting: true
|
|
potionsAffectingBoss: true
|
|
Hooks:
|
|
ASkyBlock:
|
|
enabled: false
|
|
onOwnIsland: false
|
|
Factions:
|
|
enabled: false
|
|
useWarzoneSpawnRegion: false
|
|
StackMob:
|
|
enabled: false
|
|
WorldGuard:
|
|
enabled: true
|
|
spawnRegions:
|
|
- 'spawn_region1'
|
|
- 'spawn_region2'
|
|
blockedRegions:
|
|
- 'blocked_region1'
|
|
- 'blocked_region2'
|
|
Display:
|
|
Bosses:
|
|
name: '&e&l{name}'
|
|
lore:
|
|
- '&eEnabled: &7{enabled}'
|
|
- '&7'
|
|
- '&eLeft Click »'
|
|
- '&7Edit the custom boss.'
|
|
- '&7'
|
|
- '&eRight Click »'
|
|
- '&7Get spawn item for custom'
|
|
- '&7boss.' |