New permission: essentials.itemspawn.meta-vanilla

Without this permission you cannot use vanilla itemmeta.  You can still use essentials style meta, if you have the appropriate permissions.
This commit is contained in:
KHobbits 2014-06-07 16:08:51 +01:00
parent 7e9328bd25
commit 3887fdd47d

View File

@ -128,7 +128,7 @@ public class MetaItemStack
public void parseStringMeta(final CommandSource sender, final boolean allowUnsafe, String[] string, int fromArg, final IEssentials ess) throws Exception
{
if (string[fromArg].startsWith("{"))
if (string[fromArg].startsWith("{") && hasMetaPermission(sender, "vanilla", false, true, ess))
{
try
{