TagLib
PluginGPL-3.0-only

TagLib

Library for Tags via NamespacedKeys

82
Downloads
0
Followers
10 months ago
Updated
📦
2
Versions

📖About TagLib

📖 What's this Plugin?

This plugin is a library primarily used for tags of custom stuff

✅ Features:

  • Merging Tags
  • Checking if a NamespacedKey is in a given Tag
within the Library

📖 Usage

You'll have to create a tags folder in your plugin like this to add more tags:

- src/main
  - java
  - resources
    - paper-plugin.yml
    - data
      - <namespace>
        - tags
          - item
          - block
          - fluid
          - entity_type

Inside, create tags like you would in a Datapack