Skip to content

Categories #38

@TomLewis

Description

@TomLewis

Please add Categories. It would be very simple.
You run /tags, it shows the categories tags are put into and one of the options is "show all" so it can always default back to how it is now.

Categories would be assigned in its own section in the config, something like;

default_category: General
categories:
  General:
    order: 1
    item: NETHER_WART
    Model: 12345
    name: '&aGeneral tags'
    Lore:
      - <rainbow>This line is a rainbow</rainbow>
      - <red>This line should be red</red>
      - This is a random generated number > <random.-1to50>
      - <gradient:#5e4fa2:#f79459>A really nice gradient</gradient>
      - There are some symbols, like <&sq>, that should never be put as is into a configuration. Use a placeholder!
    enchantments:
    - HIDE_ENCHANTS
    - HIDE_ATTRIBUTES
    permission: tagc.general

The best way to make sure all item information is avaliuble is to copy the layout/setup of mythic mobs items https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Items/Items
This is the best setup ive seen for YAML based items.

Then each item can be put into its category;

  ObsidianObsessed:
    order: 1012
    tag: '&7( &8&lObsidian Obsessed&7 )'
    description: '&8Looking to trade Obsidian?'
    category: General
    permission: tag.basepack

Why?
Right now I have 346 tags, and players find it literally impossible to find things, Its just so hard to figure out where tags came from, General, Emojis, Unlocked for ranks, contributing, unlocked at an event.. etc etc

Recording.2026-05-26.130725.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions