Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CatItems
PluginLicenseRef-All-Rights-Reserved

CatItems

CatItems is a plugin for creating custom items right in the game. With it, you can add attributes, enchantments, hide prompts, give permanent effects, create abilities on Shift, and build .schem schematics on right-click...

19
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions
decorationgame-mechanicsmagicbukkitpaperpurpurspigot
Download Latestv1.0.0View on Modrinth

📖About CatItems

CatItems is a plugin for creating custom items directly in the game. With it, you can add attributes and enchantments to items, hide tooltips, grant permanent effects, create abilities on Shift, build .schem schematics on right-click, execute commands from an item, play sounds, set cooldowns and usage limits, and parse items into parse.yml for use in DeluxeMenus and other menu plugins.

Commands

/catitems give (id) — Gives a ready-made item from the plugin.

/catitems reload — Reloads the config and working data of the plugin.

/item add attribute (slot) (attribute) (value) — Adds an attribute to an item. Great for creating RPG weapons, armor, amulets, and special items.

/item add enchant (enchantment) (level) — Adds an enchantment to an item.

/item add flag (flag) (true/false) — Shows or hides specific item properties, such as enchantments, attributes, and other tooltips.

/item add effect (effect) (level) (seconds) — Adds an effect to a potion.

/item add itemeffect (slot) (effect) (level) — Gives the player a permanent effect while the item is in the specified slot.

/item add save (true/false) — Marks the item as saved.

/item add block (true/false) — Prevents or allows the item to be used as a block.

/item add action create (name) command (command) (limit) — Activates a command when right-clicking the item. Great for unique items like lucky bags, sealed gold, coupons, keys, case rewards, and single-use artifacts.

/item add action create (name) sound (sound name) (limit) — Plays a sound for the player who right-clicked the item. Useful for visual/audio effects when used.

/item add action create (name) shift effect (effect) (level) (duration) (radius) (limit) — Creates a Shift action that applies an effect to players within a radius.

/item add action create (name) shift attribute (attribute) (value) (duration) (radius) (limit) — Creates a Shift action that temporarily changes attributes of players within a radius.

/item add action create (name) schem (schematic name) (limit) — Builds a .schem schematic at the player's location when right-clicking. Great for single-use bases, altars, arenas, and special structures.

/item add action create (name) cooldown (milliseconds) — Sets a cooldown for using the item.

/item add action create (name) queue (false/all) — Configures the queue mode for command actions. false = all commands at once, all = one per use.

/item add action edit (name) command (command) (limit) — Edits a command action.

/item add action edit (name) sound (sound) (limit) — Edits a sound action.

/item add action edit (name) shift effect (effect) (level) (seconds) (radius) (limit) — Edits a Shift effect action.

/item add action edit (name) shift attribute (attribute) (value) (seconds) (radius) (limit) — Edits a Shift attribute action.

/item add action edit (name) schem (schematic name) (limit) — Edits a schematic action.

/item add action edit (name) cooldown (milliseconds) — Changes the item's cooldown.

/item add action edit (name) queue (false/all) — Changes the command queue mode.

/item add action remove (name) — Removes an action from the item.

/item parse — Reads the item in hand and saves it to parse.yml. Useful for transferring items to DeluxeMenus and other menu plugins.

/item schem save (name) — Saves a region selected with WorldEdit or FastAsyncWorldEdit as a schematic.

/item schem list — Shows a list of available schematics.

What actions can do

command — Executes a command from the console after right-clicking the item.

sound — Plays a sound for the player after using the item.

shift — Activates when pressing Shift and affects players within a specified radius.

schem — Places a .schem schematic at the player's location.

cooldown — Limits how often the item can be used.

queue — Manages the order of command actions.

Additional Features

Shift abilities — Apply effects and attributes to players within a radius. Affected players see a message in their action bar.

Schematics — Supports .schem files. Requires WorldEdit or FastAsyncWorldEdit.

Usage limits — Allows creating single-use and limited-use items.

Item parser — Saves an item to parse.yml in a convenient config format for easy transfer to DeluxeMenus.

Permissions

catitems.give — Grants access to the item giving command.

catitems.edit — Grants access to all editor commands, including /item add, /item parse, and /item schem.

Installation Monitoring

The plugin sends technical statistics to the CatDev website. This includes the server name, IP:PORT, and current online player count. This is used by the product owner to monitor installations, total number of servers, and overall online player count.

The server name is taken from TAB if available, otherwise from the server MOTD.

Dependencies

Schematics require WorldEdit or FastAsyncWorldEdit.

👥 Team & Contributors

cukexd
cukexdOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page