ClientCommands

Quick rating

ClientCommands

No reviews yet

Various client-side utilities in command form.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.7.5+26.1.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ClientCommands

Adds a couple client utilities in the form of commands.

Curent tools

All commands are subcommands of /client

Command Description Example
give <item> [amount] Creative only (alias: /cive)
Gives the player any itemstack, with any NBT. Vanilla syntax.
give apple{display:{Name:'{"text":"abc"}'}} 1
rename <name> [customName] Creative only
Renames the item the player is currently holding. Simple syntax for quick renaming of items. Set customName to true to mimic anvil rename behavior.
rename "Cool Sword" false
rename json <name> Same as above, but accepts any valid text component(s). rename json {"text":"Cool Sword","color":"gold"}
enchant add <enchantment> <level> Creative only
Puts the desired enchantment on the player's currently held item. Does not have the limitations the vanilla command has.
enchant add minecraft:depth_strider 10
enchant clear Creative only
Clears all enchantments on held item.
enchant clear
enchant remove <enchantment> Creative only
Removes enchantment from player's currently held item.
enchant remove minecraft:depth_strider
modifier list Lists attribute modifiers on player's currently held item. modifier list
potion create <type> <effect> [<amplifier>] [infinite|<duration>] [<hideParticles>] Creative only
Creates potion item of type (normal/splash/linger) with specified effect.
potion create linger minecraft:blindness 0 infinite
potion modify color (<color>|hex) [<colorHex>] Creative only
Modify the color of the held potion to one of the 16 Minecraft colors or to a custom hexadecimal color
potion modify color hex ffaa00
potion modify effect set <effect> <amplifier> (infinite|<duration>) [<hideParticles>] Creative only
Set the details of a potion effect in the held potion.
potion modify effect set minecraft:glowing 0 100
potion modify effect remove <effect> Creative only
Completely removes potion effect from held potion.
potion modify effect remove minecraft:haste
potion modify type <type> Creative only
Changes the potion's type (normal/splash/linger)
potion modify type linger
modifier add <attribute> <operation> <value> <slot> Creative only
Add attribute modifier to held item.
modifier add minecraft:generic.armor_toughness add_multiplied_base 2 armor
modifier remove <uuid> Creative only
Remove attribute modifier from held item.
modifier remove bae7d9d5-6221-45e3-9d14-4956229557f2
modifier modify <uuid> <attribute|operation|value|slot|> <value> Creative only
Lists attribute modifiers on player's currently held item.
modifier modify bae7d9d5-6221-45e3-9d14-4956229557f2 slot hand
components set Creative Only
Set item components for held item.
components set [food={saturation:1,nutrition:10}]
components merge Creative only
Merge item components into held item.
components merge [unbreakable={}]
components get Get item components of held item. components get

Additional features

  • Long (32K) character limit on chat messages

Translators

  • Latvian: @Foxytisy

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~5,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works