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 1.4
debug: false

lang: en-us
cooldown: 1 # in seconds

entity:
  example:
    send-title: Your Tool Not Matching
    send-subtitle: or Tools are too low
    decrease_durability: 15
    model: iron_ore;2 #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:
      customHolo:
        - 'Iron Ore'
        - 'Required Mining Lvl 1'
        - '[Click to Mine]'
      height: 2
      clickHeight: 1
    block:
      type: BARRIER #for itemsadder custom block use like this <namespace>:<block id>
      wide: 0
      height: 1
    #conditions:
      #mmocore-level:
      #  level: mining:1
      #  send-title: Your Level Is too Low
      #  send-subtitle: Minimum Level 1
      #condition1: #can make more than 1
      #  first: '%vault_eco_balance%'
      #  second: 500
      #  operator: '>'
      #  send-title: Your funds not met
      #  send-subtitle: Minimum 500
    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: "§7|"
  barlength: 16
#languages.yml
load_languages:
  - "en-gb"
  - "en-us"
  - "id-id"
  - "ja-jp"
  - "ru-ru"
  - "zh-cn"
  - "zh-tw"

Last updated