Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
🎉 Initial Release
Welcome to the first official release of Advanced User Commands! This mod brings powerful client-side commands to enhance your Minecraft experience.
✨ Features
/copynbt Command
The flagship feature of this release - a sophisticated NBT copying tool that puts item data at your fingertips.
Core Functionality
- Instant NBT Copying: Copy NBT data from the item in your main hand directly to your clipboard
- SNBT Format Output: Data is formatted as String NBT, ready for use in commands
- Smart Confirmations: Automatic safety prompts for large NBT data (>5000 characters)
- Interactive UI: Click-to-confirm interface with
[✅]and[❌]buttons
Copy Modes
Three flexible modes to suit different needs:
ALL Mode
- Copies complete item data with all components
- Perfect for exact item duplication
- Includes all metadata and properties
ESSENTIAL Mode
- Copies only the most important components:
- Damage/Durability
- Enchantments
- Custom Names
- Lore Text
- Unbreakable Status
- Repair Cost
- And other critical data
- Ideal for most common use cases
- Cleaner output with less clutter
CUSTOM Mode
- Fine-grained control over included components
- Choose from 20+ component categories:
- Damage & Durability
- Enchantments & Effects
- Display (Name, Lore, Colors)
- Container Contents (Bundles, Shulker Boxes)
- Potions & Food Properties
- Fireworks & Explosions
- Books & Written Content
- Maps & Decorations
- Tool & Armor Properties
- And many more...
- Perfect for specific data extraction needs
Configuration Options
- Include Empty Values: Toggle whether to include components with default/empty values
- Persistent Settings: Configuration saved between game sessions
- Per-Category Control: Enable/disable specific component categories in CUSTOM mode
ModMenu Integration
- Seamless integration with ModMenu for easy access
- In-game configuration screen with intuitive UI
- No need to edit config files manually
- Real-time settings updates
Subcommands
/copynbt- Main command to copy NBT data/copynbt confirm- Confirm a pending copy operation/copynbt cancel- Cancel a pending copy operation
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:oGPqgAhb:wkHVy9ob"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oGPqgAhb:wkHVy9ob"
}

