You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I develop a plugin, and using player inventory,
ItemStack is = new ItemStack(Material.BED,1);
inventory.addItem(is);
I have tried all ways to use Inventory, but completion is not working.
plugin "non-complying" all code after this string inventory.addItem(is);
I using bukkit 1.5.2 api, but on the other does not work.
Help me =)
The text was updated successfully, but these errors were encountered:
Hi! I develop a plugin, and using player inventory,
ItemStack is = new ItemStack(Material.BED,1);
inventory.addItem(is);
I have tried all ways to use Inventory, but completion is not working.
plugin "non-complying" all code after this string inventory.addItem(is);
I using bukkit 1.5.2 api, but on the other does not work.
Help me =)
The text was updated successfully, but these errors were encountered: