EpicBosses/plugin-modules/Core/resources-yml/config.yml
AMinecraftDev f284ae0df1 3.0.0-SNAPSHOT-U27
+ Worked on BossEntityManager
+ Added BossHookManager to handle the Utilities
+ Added BossListenerManager to handle all listeners
+ Added BossLocationManager to handle all location related things
+ Added modified BossMechanicManager to be more understandable
+ Worked on BossSpawn listeners and events
+ Worked the hook system
+ Added more detail to the config
2018-10-16 21:57:18 +08:00

40 lines
739 B
YAML

Settings:
debug: false
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.'