Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binaris00/extracmds
https://github.com/binaris00/extracmds
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binaris00/extracmds
- Owner: Binaris00
- License: other
- Created: 2024-09-01T14:24:56.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-11T15:45:32.000Z (2 months ago)
- Last Synced: 2024-09-12T00:17:04.409Z (2 months ago)
- Language: Java
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE-Paulscode IBXM Library.txt
Awesome Lists containing this project
README
# ExtraCMDS
[CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/extracmds)
[Modrinth](https://modrinth.com/mod/extracmds)**ExtraCMDS** is a utility mod that introduces several commands to enhance gameplay. These commands allow players to manage attributes, enchantments, lore, and more, offering a wide range of customization and utility options.
---
## Commands:
### Attribute & Enchantment Commands:
- **`/attribute `**
Adds the specified attribute to the desired equipment slot. Supports both vanilla attributes and **WizardryUtils** attributes. Use "all" to apply the attribute to all slots.
- **`/enchantity `**
Adds the specified enchantment to the held item. Optionally, specify the enchantment level.### Utility Commands:
- **`/feed` or `/feed `**
Fills the player's hunger bar to full. If a player name is provided, it feeds the specified player.
- **`/fix` or `/fix all`**
Repairs the item held in hand or, when "all" is specified, repairs all items in the player's inventory.- **`/heal` or `/heal `**
Fully restores the player's health. Optionally, specify another player to heal.### Lore & Item Customization Commands:
- **`/lore `**
Displays or adds lore to the item, starting at the specified line.- **`/removelore `**
Removes the lore at the specified line number.- **`/replaceloreline `**
Replaces the lore at the specified line with the provided new line.- **`/rename `**
Renames the item in hand to the specified name.- **`/removeattribute `**
Removes the specified attribute from the item.- **`/unenchant `**
Removes the specified enchantment from the item.- **`/skull ` or `/skull`**
Gives the player head of the specified player. If no player is specified, gives the player's own head.### Potion Commands (from MoreCommands Mod):
- **`/potion setcolour `**
Sets the potion color.- **`/potion settype `**
Changes the potion type.- **`/potion add ; [duration] [amplifier] [showParticles] [ambient]`**
Adds the specified potion effect with optional duration, amplifier, particle visibility, and ambient effect.- **`/potion remove `**
Removes the potion effect at the specified index.