Skip to content
nixie123 edited this page Mar 1, 2025 · 2 revisions

config.yml

debug: false #debug
metrics: true #https://bstats.org/plugin/bukkit/BetterDamage/24961
namespace: "betterdamage" #Resource pack namespace
pack-path: "BetterDamage/build"
pack-type: zip #folder, zip
create-mcmeta: false
auto-save-time: 300
default-effect: "default_effect" #Default effect
default-skin: "default_skin"

The options to check are as follows:

pack-path

This is the location where the resource pack is stored, divided into folders or ZIP files depending on the pack type.

If you are using Nexo, set it up like this.

pack-path: Nexo/pack/external_packs/BetterDamage

default-effect

This setting allows you to choose the default effect.

If you don't want to use one, set a non-existent effect name.

For example: none, BlahBlah.

When using the default-skin, do not use it.

default-skin

This setting allows you to choose the default skin.

If you don't want to use one, set a non-existent skin name.

The difference from default-effect is that this is useful when using MMOItems or MMOCore.

When using the default-effect, do not use it.

database.yml

type: yml # yml, mysql
data:
  host: localhost
  database: betterdamage
  name: root
  password: write your password here

This is the database setting, where you configure how damage skins are managed for each player.

Home

Tutorial

Features

Clone this wiki locally