Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/27rogi/renameit
- Owner: 27rogi
- License: lgpl-3.0
- Created: 2021-12-18T22:04:59.000Z (about 3 years ago)
- Default Branch: 1.20
- Last Pushed: 2024-07-18T07:23:14.000Z (5 months ago)
- Last Synced: 2024-07-18T09:26:12.067Z (5 months ago)
- Language: Java
- Size: 167 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 |