Add provisional support for basic item Meta

Adds /book command to allow reediting of signed books.
This commit is contained in:
KHobbits 2013-01-13 04:44:28 +00:00
parent ef1492a2a2
commit 18a15ca63c
7 changed files with 135 additions and 8 deletions

View file

@ -62,7 +62,7 @@ public class Commanditem extends EssentialsCommand
for (int i = 2; i < args.length; i++)
{
metaStack.addStringEnchantment(null, allowUnsafe, args[i]);
metaStack.addStringMeta(null, allowUnsafe, args[i]);
}
stack = metaStack.getItemStack();
}