ItemAttributes
🟠 Updated over a year ago🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #43 of 84 equipment mods in this game by downloads
📋 About This Mod
# ItemAttributes !(https://cdn.modrinth.com/data/cached_images/48a01d64763bfc2f5a1210eb213452733d3f4dc4.png) ## 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 - 💎 **Simple Commands**: Add or remove any attribute with straightforward command syntax - 📋 **Full Tab Completion**: Command suggestions for all attributes and slots - ⚙️ **All Minecraft Attributes**: Supports every vanilla attribute in the game - 🔧 **Slot Specification**: Apply attributes to specific slots (Main Hand, Off Hand, Head, etc.) - 🌍 **Multi-Language Support**: Available in English and German, easily expandable - 🌈 **Beautiful Messages**: Stylish gradient-colored messages that are pleasing to the ## Example Item !(https://cdn.modrinth.com/data/zOzCFwri/images/8e38d7e34313ba153c596463273751025c5d3c10.gif) ## Command Usage The plugin adds two simple commands: ``` /itemattribute <attribute> <value> ``` - **attribute**: Any vanilla Minecraft attribute (e.g., attack_damage, max_health) - **value**: 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 (https://github.com/spspezi/ItemAttributes/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!
# ItemAttributes
!(https://cdn.modrinth.com/data/cached_images/48a01d64763bfc2f5a1210eb213452733d3f4dc4.png)
## 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
- 💎 Simple Commands: Add or remove any attribute with straightforward command syntax
- 📋 Full Tab Completion: Command suggestions for all attributes and slots
- ⚙️ All Minecraft Attributes: Supports every vanilla attribute in the game
- 🔧 Slot Specification: Apply attributes to specific slots (Main Hand, Off Hand, Head, etc.)
- 🌍 Multi-Language Support: Available in English and German, easily expandable
- 🌈 Beautiful Messages: Stylish gradient-colored messages that are pleasing to the
## Example Item !(https://cdn.modrinth.com/data/zOzCFwri/images/8e38d7e34313ba153c596463273751025c5d3c10.gif)
## Command Usage
The plugin adds two simple commands:
```
/itemattribute
- attribute: Any vanilla Minecraft attribute (e.g., attack_damage, max_health)
- value: The numerical value to set for the attribute
- slot: (Optional) The equipment slot the attribute applies to (defaults to HAND)
```
/unattribute
- 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 (https://github.com/spspezi/ItemAttributes/issues) page.
This plugin is released under the ARR License. Feel free to use it on your server!
Enjoy enhancing your Minecraft experience with ItemAttributes!
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- spezifischer
- Version
- 1.0.0
- Downloads
- 2,682
- Endorsements
- 5
- Category
- equipment
- Created
- 5/19/2025
- Updated
- 5/12/2025
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- equipment, technology, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ItemAttributes support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of ItemAttributes?
Version 1.0.0, published 2025-05-12 with 2,682 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
