CraftBook 3

CraftBook 3

139k Downloads

Make XP-Bottle from XP-Storer renameable

Ceejuu opened this issue ยท 3 comments

commented

The Problem

If im using a custom amount of XP to store in a bottle via XP-Storer, players cannot indentify this bigger bottle from the vanilla ones.

A Solution

Give us a config-string to be able to rename the generating XP bottle so we can set a new name to identify it.
Also, if possible, let us set another entity like the block from the XP-Storer so we can use custom items as bottle.

Alternatives

No response

Anything Else?

No response

commented

i'm not sure if just adding a name option is the best solution to this, i can see people requesting lore, etc too and massively overcomplicating this system.

might make sense to wait for an API that allows parsing item attributes from a string in Paper, and then merging that with the existing item stack

commented

I've added this in de5f44c

it basically just adds an option to define an itemstack using the MC syntax, and then it merges it with the item that the plugin makes. so the output item will be:

Your entry here + Data that makes it work.

commented

Thank you so much! I will check this :)