forked from Upstream/CommandPanels
v3.15.2.1
This commit is contained in:
parent
45b9e4f8f3
commit
ed89e63d57
@ -1,4 +1,4 @@
|
|||||||
version: 3.15.2.0
|
version: 3.15.2.1
|
||||||
main: me.rockyhawk.commandpanels.CommandPanels
|
main: me.rockyhawk.commandpanels.CommandPanels
|
||||||
name: CommandPanels
|
name: CommandPanels
|
||||||
author: RockyHawk
|
author: RockyHawk
|
||||||
|
@ -58,7 +58,9 @@ public class OpenGUI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ItemStack s = plugin.itemCreate.makeItemFromConfig(Objects.requireNonNull(pconfig.getConfigurationSection("item." + item + section)), p, onOpen != 3, onOpen != 3, true);
|
|
||||||
|
//will only add NBT if not an editor GUI
|
||||||
|
ItemStack s = plugin.itemCreate.makeItemFromConfig(Objects.requireNonNull(pconfig.getConfigurationSection("item." + item + section)), p, onOpen != 3, onOpen != 3, onOpen != 3);
|
||||||
|
|
||||||
//This is for CUSTOM ITEMS
|
//This is for CUSTOM ITEMS
|
||||||
if(pconfig.contains("item." + item + section + ".itemType")) {
|
if(pconfig.contains("item." + item + section + ".itemType")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user