
Easy Commands
Adds new commands like /repair, /knockbackstick, etc.
- Загрузки
- 2K
- Подписчики
- 2
- Обновлён
- 1 июля 2026 г.
- Лицензия
- MIT
Опубликован 21 января 2024 г.
Have you wanted to access minecraft commands easily?
Suppose you wanted a OP Netherite sword right now without using /enchant command over and over... now with this mod you can do /enchantsword while holding any sword!
Current Commands Implemented:
- /repair (Repair a tool in your hand such as a pickaxe that is nearly broken)
- /repairinventory (Repairs everything that is damaged in your inventory)
- /repairall <repairInventory true/false> (Repairs a damaged tool in every player's hands, use true parameter for all players inventory)
- /killall [shouldAlsoKillPlayers true/false] (This explains itself)
- /knockback (put knockback on anything! can be 100 or whatever)
- /knockbackstick (similar to the command above, give yourself a stick with knockback)
- /enchantsword [sweepingEdge] [mending] [unbreaking] [fireAspect] [knockback] [looting] (Enchants any sword you are holding with custom enchantment levels.)
- /enchantpickaxe [fortune] [mending] [unbreaking] [silkTouch] (Enchants any pickaxe you are holding with custom enchantment levels.)
- /heal [alsoFeed true/false] (Heal specified players to max health! Also feeds them if true.)
- /feed (Feeds specified players! Use e.g. @a, @s, or a player name.)
- /day (basically /time set 1000)
- /noon (basically /time set 6000)
- /night (basically /time set 13000)
- /midnight (basically /time set 18000)
- /toggleExplosiveProjectiles (Toggles explosive projectiles on/off. All projectiles (e.g. snowball, arrow) explode on collision.)
- /setExplosionPower (Sets the explosion power for explosive projectiles. Default is 2.5.)
- /modifyTreeHeight (Changes how tall newly generated trees can be based on height, which can lead to some interesting results.)
- /resetTreeHeight (Resets the tree height modifier back to default.)
- /explode [createFire true/false] (Explodes on a set position with specified explosion power and creates fire on explosion!)
Note
Some or most commands ran through a command block might probably not work. so I recommend running it normally or via /execute. I didn't test it myself of course.
Bugs?
To be honest, I don't debug much since I originally made this when I was bored, so expect some bugs that can occur.
If you do find any, Please report them on my GitHub repository.
Dependencies
This Is Open Source.
I probably will port this to future versions of minecraft available, but definitely no plans for more backporting. If you want to backport to older versions then please fork this repository.
Ченджлог
2.3.0Релиз26.2 · 1 июля 2026 г.
Changes:
- Added new tool/weapon enchant commands:
/enchantaxe <efficiency> [fortune] [silkTouch] [sharpness] [mending] [unbreaking]/enchantshovel <efficiency> [fortune] [silkTouch] [mending] [unbreaking]/enchanthoe <efficiency> [fortune] [silkTouch] [mending] [unbreaking]/enchantbow <power> [punch] [flame] [infinity] [mending] [unbreaking]/enchantcrossbow <multishot> [piercing] [quickCharge] [mending] [unbreaking]/enchantmace <density> [breach] [windBurst] [smite] [baneOfArthropods] [fireAspect] [mending] [unbreaking]/enchantspear <sharpness> [smite] [baneOfArthropods] [knockback] [fireAspect] [looting] [lunge] [mending] [unbreaking]/enchanttrident <loyalty> [impaling] [riptide] [channeling] [mending] [unbreaking]/enchantfishingrod <luckOfTheSea> [lure] [mending] [unbreaking]
Internal/developer changes:
- Used
Map.of()instead ofHashMapinEnchantSwordCommandandEnchantPickaxeCommand - Major: Added automatic game tests when building the mod
- Note: For making huge changes or adding new commands, You are still recommended to test them in-game manually just to be safe
- Usual code cleanup, etc.
If you find bugs/crashes, please report them by opening an issue on my github repository
2.2.0Релиз26.2 · 1 июля 2026 г.
Changes:
- Made more commands' parameters optional
/repairall [repairInventory](Default: false)/feed [players](Feeds yourself if no players specified)/knockback [amount of levels] [target](Default level: 10)/knockbackstick [amount of levels] [target](Default level: 10)/setExplosionPower [power](Shows current value if no power given)/modifyTreeHeight [height](Shows current height if none specified)
- Added optional
targetplayer argument to:/repair [target]/repairinventory [target]/knockback [level] [target]/knockbackstick [level] [target]
/toggleExplosiveProjectilescan now be set explicitly with[true/false]instead of just toggling
If you find bugs/crashes, please report them by opening an issue on my github repository
2.1.1Релиз26.2 · 28 июня 2026 г.
Changes:
- Added update checker for mod menu
If you find bugs/crashes, please report them at my github repository
2.1.0Релиз26.2 · 26 июня 2026 г.
Changes:
- Added
/enchantpickaxecommand:/enchantpickaxe <efficiency> [fortune] [mending] [unbreaking] [silkTouch]
- Both
/enchantswordand/enchantpickaxenow work with any sword/pickaxe, including modded ones
Internal/developer changes
- Cleaned up unused client initializations
- Removed empty client-side entrypoint and unused client mixins config
- Gamerules are now registered directly in the mod initializer instead of a static initializer
- Code cleanup, etc.
If you find bugs/crashes, please report them at my github repository
2.0.0Релиз26.2 · 23 июня 2026 г.
After 2 years, I've decided to update the mod to the latest version (26.2 as of writing)!
Changes:
- Made more commands' parameters optional (parameters surrounded by [square brackets] indicate optional)
- /heal [alsoFeed]
- /explode [createFire]
- /enchantsword [sharpness] [sweepingEdge] [mending] [unbreaking] [fireAspect] [knockback] [looting]
- Added back /modifyTreeHeight (which internally just sets the gamerule)
- Added /resetTreeHeight (Resets the tree height modifier back to default)
- Added /toggleExplosiveProjectiles (Toggles explosive projectiles on/off)
- Fixed certain sounds not playing
- Maybe other stuff I forgot
Internal/developer changes
- Made the codebase more cleaner and organized
- Other more stuff
If you find bugs/crashes, please report them at my github repository
1.3.2Релиз1.20.2, 1.20.3, 1.20.4 · 14 февраля 2024 г.
Replaced
- /modifyTreeHeight
- /enableExplosiveProjectiles
- with their gamerules for easier access (and wont reset back to their default values when rejoining the world)
Other stuff!
Report bugs in the issue tracker if any.
1.3.12Релиз1.20.2, 1.20.3, 1.20.4 · 13 февраля 2024 г.
Support for older versions (and quilt)
Report bugs in the issue tracker if any.
1.3.11Релиз1.20.4 · 5 февраля 2024 г.
- Update Fabric API to 0.95.1+1.20.4
Комментарии
Загружаем…