Skip to content

4. Configuration

Elias Kleppinger edited this page May 19, 2018 · 4 revisions

This page is a tutorial of the config.yml, not the messages.yml!

What can i change in the Configuration?

You can change following:

  • bossId (Not Recommend to change)
  • livingBossId (Not Recommend to change)
  • bossSpawnByChunkLoading
  • specialAttackTicks
  • spawnByStartNatural
  • alert
  • alertRadius
  • alertMessage
  • bossMessage

Default Configuration

Thats how the default configuration looks like. # # BossMode by EncryptDev # # Help? Discord: https://discord.gg/NUPDFR7 # # Or write me a Email: encryptdev@gmail.com # bossId: 1 livingBossId: 9 bossSpawnByChunkLoading: true specialAttackTicks: 200 spawnByStartNatural: true alert: false alertRad: 5 alertMessage: '&4%BossName% spawned' bossMessage: '&7[%BossName%] &e> %Message%'

What means all this values?

bossSpawnByChunkLoading

  • Type: boolean
  • Description: If true, bosses can spawn by chunk loading

specialAttackTicks

  • Type: Integer
  • Description: Sets the delay of special attacks in Ticks. 20 ticks = 1 second.

spawnByStartNatural

  • Type: boolean
  • Description: If true, bosses spawn when the plugin enables.

alert

  • Type: boolean
  • Description: If true, a Boss-alert will be send to players in a custom radius.

alertRad

  • Type: int
  • Description: Sets the Block radius for a alert. Only works if alert is enabled.

alertMessage

  • Type: String
  • Description: Sets the Alert Message

bossMessage

  • Type: String
  • Description: Sets the boss message for the Message attack of a boss.

Clone this wiki locally