LevelTools - RPG Item Leveling icon

LevelTools - RPG Item Leveling -----

A plugin that adds a leveling system to tools, swords, and bows.



[v1.2.8] Added 'enchant3' and blacklist/whitelist support.
Changes
  • 'enchant3' as a new reward type (increases the level of existing enchantment on the item)
  • Entity and block lists can now be both whitelists and blacklists.
Code (YAML):
# A list that prevents/allows the blocks listed from giving XP on break.
block_list_type
: "BLACKLIST" # Types: WHITELIST, BLACKLIST (blacklist by default)
block_list
:
 - "FIRE"
  - "SOUL_FIRE"
  - "CRIMSON_FUNGUS"
  - "BROWN_MUSHROOM"
  - "RED_MUSHROOM"
  - "CRIMSON_ROOTS"
  - "GRASS"
  - "TALL_GRASS"
  - "SEAGRASS"
  - "TORCH"
  - "FERN"
  - "LARGE_FERN"
  - "SUNFLOWER"
  - "CORNFLOWER"

# A list that prevents/allows the entities listed from giving XP on kill.
entity_list_type
: "BLACKLIST" # Types: WHITELIST, BLACKLIST (blacklist by default)
entity_list
:
 - "PLAYER"

# - "enchant3" : Increases the existing level value of the enchant. (Ex: "enchant3 efficiency 1")
----------, Jul 10, 2022
Resource Information
Author:
----------
Total Downloads: 29,076
First Release: Nov 10, 2021
Last Update: Jun 29, 2024
Category: ---------------
All-Time Rating:
26 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings