▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/TagHelperPlus
TagHelperPlus

TagHelperPlus

Unofficial Fork of Samarium_150's TagHelper Updated with more functionality and to more modern MC Versions

95
1

TagHelper

A Minecraft mod for editing Named Binary Tags (NBT) by commands.

This is a Fork of the original Mod by Samarium_150.
Their mod seems abandoned on Mc 1.18.2.
Since i needed the functionality on a newer version of Minecraft, i decided to update it and while at it i am also adding some new functionality.

Usage

  • /taghelper <selector> get
    Get NBT of the item.
  • /taghelper <selector> set <key> <value>
    Add or Replace{key: value} in NBT of the item.
  • /taghelper <selector> set <NBT>
    Set NBT of the item as <NBT>
  • /taghelper <selector> remove <key>
    Remove {key: value} in NBT of the item.
  • /taghelper <selector> remove
    Remove all NBT of the item.

/th is an alias of /taghelper

Explanation of <selector>:
The Selector can be one of a few different key words.
The List below describes how each key word selects items:

  • holding
    • This Selector targets the item in your main hand.
  • slot <nr>
    • This Selector targets a specific slot that has to be provided.
      For Example, 0 Represents the first slot from the left of your hotbar.
  • inventory
    • This Selector targets your whole inventory (Excluding the hotbar).
      Meaning it applies the tags you want to set or remove to every single item in your inventory.
      Warning: This is a powerful tool and can seriously mess up your items! use with care!
  • echest
    • This Selector allows you to target every single item in your Ender Chest inventory.
      It works the same way as the inventory selector.

Todo:

  • Update to modern MC Variants
    • 1.19.x
    • 1.20.x
    • 1.21.x
  • Add More Capabilities
    • Item/Slot Selection
      • Holding
      • Slot <slotnumber>
      • Hotbar
      • Inv
      • Echest
    • Permission Checking

Совместимость

Minecraft: Java Edition

1.20.x1.19.x1.18.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:GPL-3.0-only
Опубликован:7 месяцев назад
Обновлён:7 месяцев назад
Главная