NBT Editor

NBT Editor

30k Downloads

Suggestion: ItemEdit built in

Maks7594 opened this issue ยท 4 comments

commented

I just want to type something like /cie rename just like in ItemEdit, the plugin. CIE stands for Client ItemEdit. This would be good.

commented

If I were to implement this, I would want to recreate everything as an item factory, rather than crudely copy and paste the code. Also, due to the licensing on ItemEdit, I'm not able to copy and paste the code. Unfortunately, I'm not planning on going through all the features of ItemEdit and replicating them. However, many of the features could get added anyway, not because they are in ItemEdit but rather because they would be a good new item factory.

Some of the features of this plugin also already exist. Some have both command and gui options (like /itemfactory display name) while others only have a gui (like /itemfactory display hideflags). Are you specifically interested in having command options for the gui only item factories that are also in ItemEdit? And are there some specific features are ItemEdit you're particularly interested in being added?

commented

If I were to implement this, I would want to recreate everything as an item factory, rather than crudely copy and paste the code. Also, due to the licensing on ItemEdit, I'm not able to copy and paste the code. Unfortunately, I'm not planning on going through all the features of ItemEdit and replicating them. However, many of the features could get added anyway, not because they are in ItemEdit but rather because they would be a good new item factory.

Some of the features of this plugin also already exist. Some have both command and gui options (like /itemfactory display name) while others only have a gui (like /itemfactory display hideflags). Are you specifically interested in having command options for the gui only item factories that are also in ItemEdit? And are there some specific features are ItemEdit you're particularly interested in being added?

Thanks for the response. I want the item factory command to also be /if or /factory if they already exist. Also it would be just a better time to type "/factory unbreakable" to make my item unbreakable. Just some shortcuts for lazy people like me.

commented

In a public dev build:
I've just added custom aliases in the config, with optional default "extreme aliases" which have a one or two character version of the original (for example /itemfactory display hideflags can be shortened to /if d hf) - this also standardizes this type of inherently ambiguous alias.
I've also just added /itemfactory unbreakable (/if ub).
Are there any other specific item factories from ItemEdit that you were particularly interested in?

commented

I've now released a custom alias system with built-in extreme aliases in v1.13.0, as mentioned in my previous comment. Additionally, the unbreakable itemfactory was also added. If there are any other itemfactories you want to be added, please comment them. Otherwise, you can close the issue. Thanks!