Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binaris00/extracmds


https://github.com/binaris00/extracmds

Last synced: 5 days ago
JSON representation

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.