Is your feature request related to a problem? Please describe.
Other plugins can behave weirdly with MT when items are "broken".
Causing duplication glitches (?) or other weird behaviour.
Describe the solution you'd like
Turn items into sticks or another non usable item when "broken".
When the item is repaired it turns back to the original item.
Describe alternatives you've considered
N/A
Additional context
I can see this working well when MT repair is used but I don't know how anvil repairing would work with this. We would probably have to manually listen to inventory clicks.
We'd also have to have ways of converting items to and from sticks.
I know vanilla has JSON serialization and deserialization for items.
We could probably go with that?
Is your feature request related to a problem? Please describe.
Other plugins can behave weirdly with MT when items are "broken".
Causing duplication glitches (?) or other weird behaviour.
Describe the solution you'd like
Turn items into sticks or another non usable item when "broken".
When the item is repaired it turns back to the original item.
Describe alternatives you've considered
N/A
Additional context
I can see this working well when MT repair is used but I don't know how anvil repairing would work with this. We would probably have to manually listen to inventory clicks.
We'd also have to have ways of converting items to and from sticks.
I know vanilla has JSON serialization and deserialization for items.
We could probably go with that?