config.yml

Configuration guide for the "config.yml" file.

Lang

# Language of the messages
lang: "en_US.yml"

You can set up your own language file, and translate all the messages, just put the name of the file you want to use. By default, it's "en_US.yml". You have the french one too "fr_FR.yml".

Announce

# Announce a sale
announce-sale: true

# Announce types : CHAT, ACTION_BAR, TITLE, SUBTITLE, BOSSBAR
announce-type: BOSSBAR

You can set up the announce for the sales, by default it's enabled. You can send the announce in the chat, action bar, title, subtitle or on the boss bar.

BossBar

# Bossbar settings for announce
# Availables styles : PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12 and NOTCHED_20
bossbar-style: PROGRESS
# Availables colors : BLUE, GREEN, PINK, PURPLE, RED, WHITE and YELLOW
bossbar-color: GREEN

You can set up the boss bar, the style and the color. The availables styles and colors are just up there.

Blocked materials

# Blocked materials
blocked-materials:
- ELYTRA

You can set up a list of blocked materials, if you don't want Diamond in the auction house, you can "DIAMOND" for example.

Blocked names

# Blocked tool names
blocked-names:
- fuck

You can set up a list of blocked names, if you want to block some words in tool names, you can!

Duration

# Duration of the sale of an item before expiration
# Format : s, m, d, w, M, y
duration: 3d

You can set up the duration of a sale, by default it's 3 days. The format is specified up there.

Maximum price

# Maximum price of an item
maximum-price: 1000000000

You can set up the maximum price of a sale, by default it's 1,000,000,000. Double format are supported (for example : 100.5).

Last updated