mmocore/src/main/resources/config.yml
2019-09-03 01:02:48 +01:00

91 lines
2.4 KiB
YAML

# Wearing heavy pieces of armors reduces
# your movement speed by a specific amount,
# relative to your current move speed.
heavy-armors:
# The movement speed reduction in % for each heavy armor piece worn.
speed-malus: 5.0
# The list of heavy armor pieces. By default gold is not
# considered a heavy armor to incite players to use this armor set.
list:
- DIAMOND_HELMET
- DIAMOND_CHESTPLATE
- DIAMOND_LEGGINGS
- DIAMOND_BOOTS
- IRON_HELMET
- IRON_CHESTPLATE
- IRON_LEGGINGS
- IRON_BOOTS
# The list of all conditions which must be met for the
# BLOCK REGEN and BLOCK RESTRICTIONS to apply.
# Set to 'custom-min-conditions: []' for no condition.
custom-mine-conditions:
- 'world{name="world1,world2,world_nether,world_the_end"}'
- 'region{name="region1,region2,__global__"}'
# Offset is the distance traveled on X and Y coordinates
# Height is the Y velocity coordinate. Lootsplosions
# only trigger with MythicMobs monsters.
# Requires a SERVER reload when changed.
lootsplosion:
enabled: true
mmoitems-color: true
offset: .2
height: .6
party:
# Edit party buffs here. You may
# add as many stats as you want.
buff:
health-regeneration: 3%
additional-experience: 5%
# Prefix you need to put in the chat
# to talk in the party chat.
chat-prefix: '@'
# Enable this open to override vanilla EXP and display
# level progress on the vanilla experience bar.
# Requires a SERVER reload when changed.
override-vanilla-exp: true
# Requires a SERVER reload when changed.
death-exp-loss:
enabled: false
# Percentage of current EXP you lose when dying.
percent: 30
# Edit general plugin number formatting here.
number-format:
decimal-separator: .
# Allows to scale health up/down to a specific
# amount so extra health does not fill up the screen.
# Requires a SERVER reload when changed.
health-scale:
enabled: true
scale: 40
# Players can swap their hotbar with the 9 inventory slots
# right above it by pressing [swap items] while crouching.
hotbar-swap: true
# Use this option if you're having issue with Anvil GUIs.
# This replaces anvil inputs by chat inputs.
use-chat-input: true
# Change this to the name of the color you want for
# the different resource bar placeholders
resource-bar-colors:
mana-whole: 'BLUE'
mana-half: 'AQUA'
mana-empty: 'WHITE'
stamina-whole: 'LIME'
stamina-half: 'GREEN'
stamina-empty: 'WHITE'