Mineuniverse
Log in Register
Plugins

SimpleItemBuilder

A simple API class to create complicated ItemStacks with only one line of code
by alberteistein
Download Claim this project
231 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

SimpleItemBuilder

A simple API class to create complicated ItemStacks with only one line of code
This is an API for Developers not a plugin!
>> For Bukkit/Spigot 1.8 - 1.17
 

How to use?

  • Just download the Item class here and copy it into your project
  • done!

 


Features

  • Create banners
  • Use player and custom skulls
  • Hide enchantments
  • Set items unbreakable - Only for Spigot (any version) or Bukkit (1.11 and above)
  • Brew custom potions
  • Use custom enchantments
  • ...

 


Examples

// Create a simple potato
ItemStack item = new Item(Material.POTATO).build();

 
// Let's give the potato a name
ItemStack funnyItem = new Item(Material.POTATO).setDisplayname("§6Funny potato").build();
 
// A player head
ItemStack playerHead = new Item(Material.PLAYER_HEAD, (short) 3, Item.ItemMeta.ItemMeta).setOwner(player.getUniqueId()).build();
 
// And whatever this is
ItemStack customHead = new Item("723863981895b104c1b29c9f5f427ae0a0ede464584587068fb1593a27d").build();
 
// Here's something more complicated...
ItemStack fast = new Item(Material.GOLDEN_PICKAXE).setDisplayname("§b§o§k..§e§l Fast §b§o§k..")</div>
      .setLore("&sect;6&sect;lSwoooooshhhh", "", "§7Efficiency §7§k99999")</div>
      .addEnchantment(Enchantment.DIG_SPEED, 10) 
      .hideFlags()
      .setUnbreakable()
      .build();
 

Bug / Feature reqests:


 

Discuss or ask questions:

SimpleItemBuilder
MC 1.9, 1.16, 1.17, 1.11, 1.14, 1.8.1, 1.13, 1.8, 1.12, 1.10, 1.15
Release 2021-08-08 Get

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677