Mods / Itemizer
Author: Moby_
Side: Both
Created: May 23rd 2023 at 10:47 AM
Last modified: May 24th at 9:30 AM
Downloads: 3687
Follow Unfollow 26
Latest file for Various v1.19.x:
itemizer-1.0.2.zip
1-click install
If you find a bug, have a suggestion or want to talk, feel free to join my Discord server!
Itemizer allows players to change the name and description of items. Great for roleplayers!
The mod is fully compatible with VTML, Vintage Story's markup language. It can be used to add colors, resize text, and even add icons!
Here are the commands added by the mod:
/itemizer name [name]
Sets the item in hand's name.
/itemizer desc [description]
Sets the item's description. To use line breaks, write <br>.
/itemizer descline [description]
Appends text as a new line at the end of a description. You can still use <br> to add multiple lines.
/itemizer delname
Deletes the item's name, making it recover its default name.
/itemizer deldesc
Deletes the item's description.
/itemizer lock
Locks the item in hand: only the player who locked it and players with gamemode privilege can edit a locked item.
/itemizer unlock
Unlocks the item in hand.
Planned features:
- Add a "Trusted" tag to custom items that were created by an administrator (prevent counterfeiting of legendary objects for instance)
- Better permissions
- Make it so death messages when killed by another player using a renamed item display the item's name
- Ability to add a banned words list or something
- Compatibility with Attributer
- Add the ability to save, copy and paste item attributes
Known issues:
- Names do not work with blocks
- When a block with a description is placed then gathered back, its desc is lost
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.0.2 | 1574 | May 24th at 9:30 AM | Show | itemizer-1.0.2.zip | Install now | |
v1.0.1 | 1879 | May 23rd 2023 at 2:06 PM | Show | itemizer-1.0.1.zip | Install now | |
v1.0.0 | 234 | May 23rd 2023 at 11:39 AM | Show | itemizer-1.0.0.zip | Install now |
Cuddly_Khan Yeah, ACA does weird stuff with names for bottles, I don't think I could fix that without breaking a significant portion of ACA.
Basically, iirc the names for colored bottles is set by code instead of by item variant or something, and since I also set the name by code, it's only keeping one of the two
I'm trying to name a ACA/EF bottle of wine, but the name isn't appearing. Decriptions work fine though. Does the name attach to the liquid and not the bottle or something? Would naming the bottle first before taking liquid into it work?
Kifaru Thank you! :D
That's weird... The /itemizer delname and deldesc commands should do that already. I'll check it out.
It's possible that it's related to changing of hands and logging out, I haven't really tested the mod on servers and only marginally used it in multiplayer (and never used the reset functionalities there). It might also be a syncing issue, which should be fixed by dropping and picking the item back up (if it's that, of course)
This mod is used on an online roleplay server and we love it! One small issue though, sometimes stackable items that were given a description cannot be restacked again when the descrption was removed.
The things I've tried to fix it is adding a name or description and then deleting it. Nothing I tried could get it to restack. There must be something left behind causing it to be unstackable. Is it possible there is a command like /itemizer reset to fully restore the item so that it could be stackable again? Otherwise it's quite annoying. I can't reproduce it consistently either. Maybe it's related to changing of hands, or logging out maybe?
Matiamo It does, but I haven't gotten around to fixing the existing bugs yet
edit: i fixed the bugs now x)
Does this still work in more recent versions?
As of 1.18.8 this mod seems to interfere with the description of crop seeds, making it impossible to tell which nutrient they require. Would it be possible to fix? I have Attributer/RPG Item Rarity installed as well, but disabling them does not seem to fix this issue.
Such a great mod, perfect for servers, :D loved it, now the world can have a deeper player based lore
Amarillo Not yet. I'm going to add better permissions someday though, and the "trusted" tag for items made by admins
there is any way to allow/restric this commands only for certain roles?
Will you include a way to make animated names and descriptions?
Also a site to ease the creation of the colored names
Ruyeex The mod is compatible with VTML, you can use that to add colors (using <font color="#FFFFFF">your text</font> )
How to add color to names and descriptions?