Skip to main content

License Configuration

# ===============================
#     License Configuration
# ===============================
license-key: YOUR_LICENSE_KEY_HERE # Obtain your license key from https://discord.gg/kyver

Core Settings

# ===============================
#      Main Configuration
# ===============================

update-task: 20 # How often the plugin should run the task for action bar and health.

action-bar:
  enabled: true # Whether or not action bar should be enabled
  message: "&fXP Multiplier: &a{value}x"

levels-per-heart: 10   # How many levels it should take to gain 1 heart
max-hearts: 20         # The maximum amount of hearts a player can have

Multiplier Configuration

multiplier:
  enabled: true  # Whether or not multipliers are enabled

  starting: 1    # The starting multiplier value

  min: 0.1   # The min multiplier value a player can have
  max: 5     # The max multiplier value a player can have

  change-per-over-1: 0.5  # Amount to change the multiplier by when the player has more than 1x multiplier
  change-per-under-1: 0.1 # Amount to change the multiplier by when the player has less than 1x multiplier

  lose-on-death: true             # Lose multiplier on any death
  lose-on-natural-death: true    # Lose multiplier on natural death (fall, drowning, etc.)

  gain-on-kill: true             # Gain multiplier on kill

  drop:                          # Drop settings for lost multiplier on death types
    natural: true                # Drop multiplier on natural death if lost
    pvp: true                  # Drop multiplier on PvP death if lost

  withdraw:
    enabled: true  # Whether or not players can withdraw their multiplier
    amount: true   # Whether or not players can withdraw a specific amount of multiplier's
    max: 5         # The maximum amount of multiplier a player can withdraw at once (-1 to disable)
    enable-direct: true # Enabling will register the /withdraw command, allowing players to withdraw without having to do /multiplier withdraw

steal-levels: false # Whether or not a player should steal levels from other players on kill

Deathban Configuration

# ===============================
#     Deathban Configuration
# ===============================
deathban:
  enabled: true  # Whether or not deathban is enabled
  time: 1d       # How long a player should be banned for when they die, set to "forever" to ban indefinitely

  gain-multiplier: true   # Whether or not the attacker should gain a multiplier when the player is deathbanned
  revive-multiplier: 0.5  # How much the victim's multiplier should be set to when the player is deathbanned

  message:
    - "&cYou have been deathbanned from this server!"
    - "&cTime remaining: {time}"

Resource Pack Configuration

# ===============================
#   Resource Pack Configuration
# ===============================
resource-pack:
  enabled: true              # Enable or disable the plugin's resource pack, if enabled, custom model data on items will be overridden.
  force: false               # Force players to accept the pack (may prevent joining if declined)

Complete Configuration File