mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-07 02:29:36 +01:00
4fe07e8bc5
+ Fixed issues reported by Fruit + Adjusted the GUIs to handle correctly + Completed some commands + Added GiveEgg command + Updated configuration files + Updated Messages to match color scheme of artwork
45 lines
864 B
YAML
45 lines
864 B
YAML
Settings:
|
|
debug: false
|
|
bossTargetRange: 50.0
|
|
defaultNearbyRadius: 250.0
|
|
nearbyFormat: '{name} ({distance}m)'
|
|
|
|
BlockedWorlds:
|
|
enabled: false
|
|
worlds:
|
|
- 'world_the_end'
|
|
- 'world_nether'
|
|
Toggles:
|
|
endermanTeleporting: true
|
|
potionsAffectingBoss: true
|
|
Limits:
|
|
maxNearbyRadius: 500.0
|
|
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: '&b&l{name}'
|
|
lore:
|
|
- '&3Editing: &f{enabled}'
|
|
- '&7'
|
|
- '&3Left Click »'
|
|
- '&7Get spawn item for custom'
|
|
- '&7boss.'
|
|
- '&7'
|
|
- '&3Right Click »'
|
|
- '&7Edit the custom boss.' |