Перейти к содержимому
Mineforgian

LevelTools - RPG Item Leveling

A plugin that adds a leveling system to any in-game item.

Загрузки
4K
Подписчики
28
Обновлён
11 мая 2026 г.
Лицензия
AGPL-3.0-only

Опубликован 3 декабря 2023 г.

Support/Help Server: https://discord.gg/G8BDgqsuyw
Wiki: https://github.com/byteful/LevelTools/wiki

Logo

A plugin that adds a leveling system to any item.

Features

  • Supports versions 1.8 - 1.21.
  • Supports Folia.
  • No dependencies.
  • Super efficient, no lag.
  • Simple developer API.
  • Profile-based configuration system.
  • Any item can level up with custom triggers.
  • Commands & enchants on level up.
  • Supports blacklisting/whitelisting for blocks, entities, and items.
  • ActionBar notifications.
  • Item lore modification.

v2.0.0 - Profile System

LevelTools v2.0 introduces a modular profile-based configuration system. Instead of hardcoded tool types, you can now configure any item to level up.

Profile Types

Profile Type Purpose File
Trigger Profiles Define how XP is gained trigger_profiles.yml
Reward Profiles Define rewards per level reward_profiles.yml
Display Profiles Define name, lore, action bar display_profiles.yml
Item Profiles Tie everything together item_profiles.yml

Trigger Types

  • BLOCK_BREAK - XP when breaking blocks
  • ENTITY_KILL - XP when killing entities
  • FISHING - XP when catching items
  • RIGHT_CLICK / LEFT_CLICK - XP on click
  • CONSUME - XP when consuming items
  • FARMING - XP when tilling soil and breaking plants

Default Supported Items

Out of the box, LevelTools supports:

  • Pickaxes, Axes, Shovels (block mining)
  • Swords, Bows, Crossbows (combat)
  • Fishing Rods (fishing)
  • Hoes (farming)

Add any item by creating custom profiles. See the Wiki for details.

Migration from v1.x

Your old config will be automatically backed up to old_config.yml and migrated to the new profile system.

Commands

Command Description Permission
/leveltools help Shows command help None
/leveltools reload Reloads configuration leveltools.admin
/leveltools reset <player> Reset hand item for player leveltools.admin
/leveltools reset <player> --all Reset all items for player leveltools.admin
/leveltools xp <amount> Set hand item XP leveltools.admin
/leveltools level <level> Set hand item level leveltools.admin
/leveltools levelup Increase hand item level by 1 leveltools.admin
/leveltools debug Show debug information leveltools.admin

Developer API

View detailed API usage here.

PlaceholderAPI

Placeholder Description
%leveltools_level% Item level (main hand)
%leveltools_xp% Current XP (main hand)
%leveltools_max_xp% XP needed for next level
%leveltools_progress% Progress percentage

Wiki

Full documentation available at: https://github.com/byteful/LevelTools/wiki

bStats Graph

Центр версий

13 версий
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1.0 МБ
  • Релиз1.0 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз1003 КБ
  • Релиз992 КБ
  • Релиз937 КБ

Ченджлог

2.1.2Релиз26.1, 26.1.1, 26.1.2 · 11 мая 2026 г.

Changes​

  • Support for MC 26.1.2
  • Misc bug fixes
  • Dependency updates
2.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 3 марта 2026 г.

Changes

  • Native support for detecting armor durability as a trigger type
  • Allow configuring multiple trigger profiles for an item profile.
  • Dependency updates
2.1.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 15 января 2026 г.

Changes

  • Fixed support for old Minecraft versions
  • Fixed support for non-Paper forks
2.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 8 января 2026 г.

Changes

  • Added default configuration for tridents
  • Added default configuration for hoes
  • Added FARMING trigger type
  • Improved developer API
2.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.

Changes

  • Completely new configuration system
    • Profile system (display profiles, item profiles, reward profiles, etc)
    • View everything at Wiki
    • Automatic migration so no worries
  • Dependency updates
  • Improved Folia support
  • Fishing rod support

LevelTools has been improved a lot. Enjoy!

1.4.0.2Релиз1.20.5, 1.20.6, 1.21 · 29 июня 2024 г.

Changes

  • Actually fixed concurrency error with saving block data.
  • Updated dependencies.
1.4.0.1Релиз1.20.5, 1.20.6, 1.21 · 23 июня 2024 г.

Changes

  • Fixed concurrency error with saving block data.
  • Fixed reset command permission check.
  • Updated dependencies
1.4.0Релиз1.20.5, 1.20.6, 1.21 · 17 июня 2024 г.

Changes

  • Folia support
  • 1.21 support
  • New player placed block system
  • Dependency updates
  • Max level bug fix

Комментарии

Загружаем…