Tools+

Adds a /tools command to enchant items up to level 10 (like Sharpness X) and easily switch between English and Russian languages.

File Details

toolsplus-fabric-1.0.2.1-b2+26.1.2.jar

  • B
  • Jun 6, 2026
  • 28.96 KB
  • 0
  • 26.1.2
  • Forge

File Name

tools-mod-1.0.2.1-b2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Forge

implementation "curse.maven:toolplusx-1563857:8207146"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

⚠️ ВНИМАНИЕ: ЭТО ЭКСПЕРИМЕНТАЛЬНАЯ БЕТА!

Здесь могут не работать некоторые фишки, запускаться не с первого раза или вообще сломаться. Ставьте на свой страх и риск!


Список изменений (Changelog) — Версия 1.0.2.1-b2

🆕 Нововведения

  • **Добавлена команда /tools effect** — выдача и управление эффектами игрока.
  • Синтаксис: /tools effect <эффект> <секунды> <уровень> (например: /tools effect скорость 60 2).
  • Очистка: /tools effect clear — полностью снимает все эффекты.
  • Поддерживает 36 эффектов, включая самые свежие из версии 1.21+ (порыв ветра, паутина, слизь, заражение, испытание, знамение налёта).
  • Полная поддержка автодополнения (таб-комплит) с кириллицей в кавычках. Язык подстраивается под настройки вашей команды /tools lang.

🛠 Изменения и оптимизация

  • LoreCommand & NameCommand — успешно перенесены, доработаны и включены в эту сборку.
  • EnchantCommand — проведена дедупликация кода, теперь использует общий хелпер LoreCommand.getLang(). Добавлена проверка (guard) на разделение строк (split), что повысит стабильность.
  • Из LoreCommand вынесен общий метод-хелпер getLang(), убраны лишние громоздкие пути к классам (fully-qualified типы).

❌ Удалено

  • Полностью удалены устаревшие классы FunctionCommand и PlayerFunction.

Вот англоязычная версия чейнджлога, оформленная специально для Modrinth.


⚠️ WARNING: EXPERIMENTAL BETA!

Some features might not work as expected, may fail to trigger on the first try, or could break entirely. Use at your own risk!


Changelog — Version 1.0.2.1-b2

🆕 New Features

  • Added /tools effect command — allows applying and managing status effects.
  • Syntax: /tools effect <effect> <seconds> <amplifier> (e.g., /tools effect speed 60 2 or /tools effect скорость 60 2).
  • Clear effects: /tools effect clear — completely removes all active effects from the player.
  • Supports 36 effects, including the latest ones from 1.21+ (Wind Charged, Weaving, Oozing, Infested, Trial Omen, Raid Omen).
  • Full tab-completion support for both English and Cyrillic (in quotes). The language automatically adapts to your /tools lang settings.

🛠 Changes & Optimizations

  • LoreCommand & NameCommand — successfully migrated, polished, and included in this build.
  • EnchantCommand — refactored to eliminate duplicate code; now utilizes the shared LoreCommand.getLang() helper. Added a guard check on string split to improve stability.
  • Refactored LoreCommand by extracting the getLang() helper method and removing redundant fully-qualified class types.

❌ Removed

  • Completely removed the outdated FunctionCommand and PlayerFunction classes.