Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fesuoy1/easy-commands-1.20.x
Minecraft fabric mod that adds some commands for easy usage
https://github.com/fesuoy1/easy-commands-1.20.x
fabric minecraft minecraft-commands minecraft-mod mod
Last synced: 8 days ago
JSON representation
Minecraft fabric mod that adds some commands for easy usage
- Host: GitHub
- URL: https://github.com/fesuoy1/easy-commands-1.20.x
- Owner: Fesuoy1
- License: mit
- Created: 2024-02-02T11:25:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:05:50.000Z (5 months ago)
- Last Synced: 2024-06-21T03:38:35.250Z (5 months ago)
- Topics: fabric, minecraft, minecraft-commands, minecraft-mod, mod
- Language: Java
- Homepage: https://modrinth.com/mod/fesuoy-easy-commands
- Size: 122 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Modrinth page: https://modrinth.com/mod/fesuoy-easy-commands
## 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 [amount of levels] (for fun, put knockback on anything! can be 100 or whatever)
- /knockbackstick [amount of levels] (simliar to the command above, give yourself a stick with knockback)
- /enchantsword (Enchants any sword you are holding. Very OP!)
- /heal [allPlayers true/false, alsoFeed true/false] (Heal yourself or all players to max health! 1st true parameter not tested fully.)
- /feed [allPlayers "@a or @s etc."] (Feeds you or other players! Not tested fully.)
- /day (basically /time set 1000)
- /noon (basically /time set 6000)
- /night (basically /time set 13000)
- /midnight (basically /time set 18000)
- /enableExplosiveProjectiles [explosionPower (number)] (Makes all projectiles (eg. snowball, arrow) explode on collision. Toggleable!)
- /modifyTreeHeight [amount of height, default is 1] (Changes how tall the trees can be based on height. Only for fun!)
- /explode [position (x, y, z), explosionPower (number), createFire true/false] (The 1st command with most arguments. Explodes on a set position with specified explosion power and creates fire on explosion!)### Note
Some or most commands ran through a command block will probably not work. so i recommend running it normally. i didn't test it myself of course.### Bugs?
To be honest, i dont debug much since i made this when i was bored, so expect some bugs that can occur.If you find any. You can report them [here](https://github.com/Fesuoy1/Easy-Commands-1.20.X/issues).
## Dependencies
Since this mod uses CommandRegistrationCallback, You will need to install [Fabric API](https://modrinth.com/mod/fabric-api)!## This is Open Source.
I probably will port this to future versions of minecraft available. But probably no plans for more backporting. If you want to backport to older versions then you can [fork this repository](https://github.com/Fesuoy1/Easy-Commands-1.20.X/fork).