ItemAttributes
Put Attributes on Items!
ItemAttributes
ItemAttributes

Overview
ItemAttributes is a lightweight but powerful plugin for Minecraft 1.21 that allows you to add or modify any attribute on your items with a simple command. Whether you want to create custom weapons with increased attack damage, armor with special properties, or tools with unique characteristics - ItemAttributes makes it easy! It is like the /enchant command but with attributes. It is like more enchantements and you can use it for custom items!
Features
- 💎 Beautiful Messages: Add or remove any attribute with straightforward command syntax - 📋 Beautiful Messages: Command suggestions for all attributes and slots - ⚙️ Beautiful Messages: Supports every vanilla attribute in the game - 🔧 Beautiful Messages: Apply attributes to specific slots (Main Hand, Off Hand, Head, etc.) - 🌍 Beautiful Messages: Available in English and German, easily expandable - 🌈 Beautiful Messages: Stylish gradient-colored messages that are pleasing to the
Example Item

Command Usage
The plugin adds two simple commands:
``` /itemattribute <attribute> <value> [slot] ```
- slot: Any vanilla Minecraft attribute (e.g., attack_damage, max_health) - slot: The numerical value to set for the attribute - slot: (Optional) The equipment slot the attribute applies to (defaults to HAND)
``` /unattribute <attribute> ```
- attribute: The attribute you want to remove from the item
Supported Attributes
All vanilla Minecraft 1.21 attributes are supported, including:
- `max_health` - Maximum health points - `knockback_resistance` - Resistance against knockback (0-1) - `movement_speed` - Movement speed - `attack_damage` - Attack damage - `attack_speed` - Attack speed - `armor` - Armor points - `armor_toughness` - Armor toughness - `luck` - Luck for loot tables - and many more!
Supported Slots
You can specify which slot the attribute applies to:
- `ANY` - Apply to any slot - `HAND` - Main hand only - `OFF_HAND` - Off hand only - `FEET` - Boots slot - `LEGS` - Leggings slot - `CHEST` - Chestplate slot - `HEAD` - Helmet slot
Examples
``` /itemattribute attack_damage 10 HAND ``` Adds +10 attack damage when the item is in the main hand
``` /itemattribute max_health 5 ANY ``` Adds +5 maximum health when the item is equipped in any slot
``` /itemattribute armor 4 CHEST ``` Adds +4 armor when the item is in the chestplate slot
``` /unattribute attack_damage ``` Removes all attack damage modifiers from the item
Permissions
- `itemattributes.use` - Permission to use the /itemattribute and /unattribute commands
Configuration
The plugin is highly configurable through the `config.yml` file:
```yaml
Language setting for plugin messages
Available options: en, de
language: en
Various settings for attribute limits and display options
settings: show-success-messages: true allow-negative-values: true max-attribute-value: -1 show-attributes-in-lore: false ```
Installation
1. Download the plugin JAR file 2. Place it in your server's `plugins` folder 3. Restart your server or use a plugin manager to load it 4. Configure in `plugins/ItemAttributes/config.yml` if needed
Requirements
- Spigot or Paper server (Minecraft 1.21) - Java 17 or higher
Support & Bugs
If you encounter any issues or have suggestions for improvements, please report them on the GitHub Issues page.
License
This plugin is released under the ARR License. Feel free to use it on your server!
---
Enjoy enhancing your Minecraft experience with ItemAttributes!