promotional bannermobile promotional banner

ToolsLevels

Tools Levels

File Details

ToolsLevels 0.0.6

  • R
  • Jul 10, 2021
  • 34.68 KB
  • 361
  • 1.17+1

File Name

ToolsLevel-0.0.6.jar

Supported Versions

  • 1.17
  • 1.16

Small update

 

Change in data.yml Diamond to diamond and Pickaxe to pickaxe, Sword to sword, they should be lower case.
if nothing is there you don't have to change

 

Config.yml


Tools:
  RepairPrice: 5
  ExpLevelUP: 100
  Enchantments:
    pickaxe:
      diamond:
        dig_speed:
          max_lvl: 6
        durability:
          max_lvl: 6
        loot_bonus_blocks:
          max_lvl: 4
        mending:
          max_lvl: 1
      netherite:
        dig_speed:
          max_lvl: 6
        durability:
          max_lvl: 6
        loot_bonus_blocks:
          max_lvl: 4
        mending:
          max_lvl: 1
    sword:
      diamond:
        durability:
          max_lvl: 6
        damage_all:
          max_lvl: 6
        fire_aspect:
          max_lvl: 2
      netherite:
        durability:
          max_lvl: 6
        damage_all:
          max_lvl: 7
        fire_aspect:
          max_lvl: 3
  RandomEnchantments:
    pickaxe:
    - dig_speed
    - durability
    - loot_bonus_blocks
    - mending
    sword:
    - durability
    - damage_all
    - fire_aspect
  DisableLeveling:
    pickaxe:
    - BEETROOT_SEEDS
    - MELON_SEEDS
    - PUMPKIN_SEEDS
    - WHEAT_SEEDS
    - LEGACY_BEETROOT_SEEDS
    - LEGACY_MELON_SEEDS
    - LEGACY_PUMPKIN_SEEDS
    - LEGACY_SEEDS
    - SUGAR_CANE
    - SUGAR
    - GRASS
    - GRASS_PATH
    - TALL_GRASS
    - DIRT
Discord:
  url: ''

Language.yml


tools:
  ench_alreday: "&cThis spell &6{enchament} &6{lvl} &cis already on the &c{item}"
  buy_ench: "&8[&b&lTools&6&lUpgrades&8] &cYou buy enchant {enchant} &cfor&7: {price} &cupgrades"
  not_enough: "&8[&b&lTools&6&lUpgrades&8] &cyou don't have enough upgrades"
  repair_success: "&8[&b&lTools&6&lUpgrades&8] &cThe repair was successful"
  repair_failed: "&8[&b&lTools&6&lUpgrades&8] &cThe repair was failed"
  repairussage: "&8[&b&lTools&6&lUpgrades&8] &7/&6tools &6repair"
  enchantments:
    efficiency: "&cEnchant &7&6Efficiency &c"
    fortune: "&cEnchant &7&6Fortune &c"
    mending: "&cEnchant &7&6Mending &c"
    silktauch: "&cEnchant &7&6Silk Touch &c"
    unbreaking: "&cEnchant &7&6Unbreaking &c"
    fireaspect: "&cEnchant &7&6Fire Aspect &c"
    looting: "&cEnchant &7&6Looting &c"
    sharpness: "&cEnchant &7&6Sharpness &c"
  lvlup: "&8[&b&lTools&6&lUpgrades&8] &cCongratulations, you've hit the level &7: &6"
  gui:
    gui_upgrades_available: "&cUpgrades available&8: &6"
  pickaxe:
    pickaxe_mining_block: "&cMined Blocks&7&2"
    pickaxe_upgrades_available: "&cUpgrades Available&7&6"

  enchantAdd: "&eYou get&7: &c{enchant} &6lvl &c{lvl}"
  expAdd: "&eYou get exp"
  sword:
    sword_lore_mobskilled: "&cKilled Mobs&7&2"
    sword_lore_upgrades_available: "&cUpgrades Available&7&6"
repairItem:
  gui:
    name: "&8[&b&lTools&6&lUpgrades&8] &6Repair&7: &c"

please report any errors