TagHelperPlus

TagHelperPlus

Mod

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

Server ManagementUtility

63 downloads
1 follower
Follow Save

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
    • [x] 1.19.x
    • [x] 1.20.x
    • [ ] 1.21.x
  • [x] Add More Capabilities
    • [x] Item/Slot Selection
      • [x] Holding
      • [x] Slot <slotnumber>
      • [x] Hotbar
      • [x] Inv
      • [x] Echest
    • [x] Permission Checking

Project members

rustypredator

Member

Details

Licensed GPL-3.0-only
Published 3 months ago
Updated 3 months ago