Hider Creative Items
This mod was created as a custom order and provides players with functionality to hide specific items from Minecraft's creative mode.
Item Hiding Configuration
The mod allows flexible configuration of exactly which items should be hidden from the creative menu. This is done through a configuration file located at:
minecraft\saves\YourWorld\serverconfig\hidercreativeitems-server.toml
Configuration Parameters
The configuration file offers the following settings:
# Items to hide from creative menu (e.g., minecraft:tnt)
items_to_hide = [""]
# Tags to hide from creative menu (e.g., minecraft:axes)
tags_to_hide = [""]
# Items whose tags will be hidden (e.g., minecraft:oak_planks → minecraft:planks)
items_with_tags_to_hide = [""]