CommandBook icon indicating copy to clipboard operation
CommandBook copied to clipboard

Item system is dated

Open LadyCailinBot opened this issue 11 years ago • 5 comments

CMDBOOK-2388 - Reported by Dark_Arc

Currently CommandBook's item system is very dated and supports only basic operations. The goal of this bugs is to track the progress of updating this system.

The current concept I am planning involves the support of this new functionality through a new component dedicated to item management and resolution.

This new component must enable support for as many elements of items in vanilla minecraft as possible under the bukkit API, and also allow external mods to add in their own "custom" items which they can define specific build instructions for based on a name based item matching system.

LadyCailinBot avatar May 09 '14 05:05 LadyCailinBot

Comment by Kainzo

It would be best if we could directly add NBT tags using this system - but in the end vanilla commands "minecraft:give" already have this ability (although extremely hard to use :p)

LadyCailinBot avatar May 09 '14 14:05 LadyCailinBot

Comment by Dark_Arc

Ah yes, I almost forgot that bukkit added a method which allows you to add NBT using vanilla syntax. I suppose I could add support for enabling a new syntax, or sticking with vanilla item syntax in the new system. That could be interesting.

LadyCailinBot avatar May 10 '14 00:05 LadyCailinBot

Comment by Kainzo

When did they add the system for adding NBT ?

LadyCailinBot avatar May 10 '14 05:05 LadyCailinBot

Comment by Dark_Arc

https://github.com/Bukkit/CraftBukkit/commit/169af45bbec1a3b84f1ca8b3a944f4b1f429a68e It's messy to use, but it is there.

LadyCailinBot avatar May 10 '14 05:05 LadyCailinBot

Comment by hockeymikey

Any updates for this? Even NBT using vanilla syntax would be great!

LadyCailinBot avatar Jan 04 '15 06:01 LadyCailinBot