πŸ“˜Configuration

Default Configuration

############################################################
#                     Moon-GankDamage                      #
#                          Config                          #
############################################################

############################################################
# GankDamage
############################################################
GANKDAMAGE:
  # Enable the GankDamage?
  # NOTE: If you change this, you'll need to restart the server (Reloading won't work)
  ENABLED: true
  # Should the GankDamage only be enabled on KoTH or on the whole server?
  ONLY_KOTH: true
  PLAYERS:
    # How many players need to have this stage? (You can add as many as you want!)
    2:
      # How much more damage should be done?
      DAMAGE_MULTIPLIER: 1.08
      # What particle colors need to be displayed?
      RGB:
        RED: 255
        GREEN: 255
        BLUE: 255
    3:
      # How much more damage should be done?
      DAMAGE_MULTIPLIER: 1.12
      # What particle colors need to be displayed?
      RGB:
          RED: 255
          GREEN: 128
          BLUE: 0
    4:
      # How much more damage should be done?
      DAMAGE_MULTIPLIER: 1.16
      # What particle colors need to be displayed?
      RGB:
          RED: 255
          GREEN: 0
          BLUE: 0
  MESSAGES:
    PREFIX: "&c&lGankDamage &8Β» &7"
    STAFF:
      RELOAD: "&aYou have reloaded the GankDamage config!"
      TOGGLE:
        ON: "&aYou have enabled the GankDamage on &e%koth%!"
        OFF: "&cYou have disabled the GankDamage on &e%koth%!"
      CHECK:
        ON: "&aThe GankDamage is enabled on &e%koth%!"
        OFF: "&cThe GankDamage is disabled on &e%koth%!"

Last updated

Was this helpful?