EpicBosses/plugin-modules/Core/resources-yml/config.yml
AMinecraftDev 7130f9acd3 1.0.0-SNAPSHOT-U49
+ More small tweaks
+ Added boss giveEgg cmd
+ Completed BossInfo cmd
+ Completed BossKillAll cmd
+ Completed BossList cmd
+ begun working on boss nearby cmd
+ Improved some other methods of how the plugin works
+ Fixed bugs with loading and killing the boss
2018-11-14 22:23:42 +08:00

42 lines
792 B
YAML

Settings:
debug: false
bossTargetRange: 50.0
defaultNearbyRadius: 250.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.'