Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/27rogi/renameit

️📝 Little Fabric mod that allows you to edit item/block name, lore and color.
https://github.com/27rogi/renameit

Last synced: about 1 month ago
JSON representation

️📝 Little Fabric mod that allows you to edit item/block name, lore and color.

Awesome Lists containing this project

README

        

![logo](/src/main/resources/assets/renameit/icon.png)

# RenameIt

## Introduction

This mod can be used only on server or client, it provides commands for changing item/block name, lore or color value.
It also supports [PlaceholderAPI](https://placeholders.pb4.eu/user/mod-placeholders/)
by [Patbox](https://github.com/Patbox).

## Commands

All commands are provided below, be sure to hold item that you want to edit in your main hand.

| Command | Description | Permission |
|:-------------------------------------|:-------------------------------|:--------------------:|
| **/renameit** OR **/ri** | Base command | X |
| /ri name _\_ | Changes name of the item | renameit.name |
| /ri color _\_ | Changes color of the dyed item | renameit.color |
| /ri lore | Base lore command | renameit.lore |
| /ri lore add _\_ | Adds new lore line | renameit.lore.add |
| /ri lore set _\_ _\_ | Changes existing lore line | renameit.lore.set |
| /ri lore delete _\_ | Removes existing lore line | renameit.lore.delete |