Configuration File
The config.yml
file allows you to configure various aspects of the plugin. Here is an overview of the configuration options:
#config file version 2
debug: false
lang: en-us
entity:
example:
send-title: "&eYour tool not matching!" # vanilla color code usage
send-subtitle: "<red>or Tools are too low</red>" # color code usage
click_cooldown: 0.5
action_bar: true
decrease_durability: 15
#model: iron_ore #model from modelengine
#on_click: hit;0;0;1 #animaniton_name;lerpin;lerpout;speed
#ondeathanim: hit;0;0;1 #animaniton_name;lerpin;lerpout;speed
respawn: 5
#death_delay: 1
hologram:
enable: true #enable/disable holo
customHolo: #hologram line
"1": #1 meaning line 1, line 1 on top
value: '<gradient:#FFA500:#F92986>Rainbow Ore</gradient>' #gradient usage
height: 0.4 #line spacing
"2":
value: '<#FFA500>Required Mining Lvl 1</#FFA500>' #hex usage
height: 0.4
"3":
value: '<#00FF00>[Click to Mine]</#00FF00>'
height: 0.4
"4":
value: item #identifier to use item display
id: diamond_pickaxe #item id
custom_model_data: 0 #support custom model data
height: 0.4
height: 2.2 #global height line
shadowed: true #or false
background: true
clickHeight: 1.4
block:
type: DIAMOND_ORE #for itemsadder custom block use like this <namespace>:<block id>, for Oraxen block use like this <block id>
wide: 0
height: 1
#conditions:
#mmocore-level:
# level: mining:1
# send-title: "&eYour Level Is too Low"
# send-subtitle: "<red>Minimum Level 1</red>"
#condition1: #can make more than 1
# first: '%vault_eco_balance%'
# second: 500
# operator: '>'
# send-title: "&eYour funds not met"
# send-subtitle: "<red>Minimum 500</red>"
sounds:
onClick: block.stone.hit
onDeath: block.stone.break
allowed_tools:
- DIAMOND_PICKAXE;3
# - TOOL:STEEL_PICKAXE;5
- STONE_PICKAXE;8
# - _iainternal:iron_pickaxe_custom;8
drops:
- RAW_IRON;3;0.8
# - TOOL:STEEL_PICKAXE;1;0.1
# - _iainternal:iron_pickaxe_custom;1;1
# - profession;woodcutting;30
- exp;50;1
- command;give %player% diamond 1;1
progressbar:
progressing: "&a|"
noprogress: "<gray>|"
prefixProgress: "&8["
suffixProgress: "<dark_gray>]"
barlength: 16
#/lang/languages.yml
load_languages:
- "en-gb"
- "en-us"
- "id-id"
- "ja-jp"
- "ru-ru"
- "zh-cn"
- "zh-tw"
Last updated