This API allows you to very easily create any item in only 1 line of code.
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
Examples
Create a compass with display name and lore
Code (Java):new ItemBuilder(Material.COMPASS).buildMeta().withDisplayName("§6Teleporter").withLore("§7Go somewhere else!").item().build();
Create a player skull with the owner inventivetalent
Code (Java):new ItemBuilder().withType(Material.SKULL_ITEM).buildMeta(SkullMetaBuilder.class).withOwner("inventivetalent").item().build();
More Features
- Load items from a configuration file
Maven
Code (XML):<repositories>
<repository>
<id>inventive-repo</id>
<url>https://repo.inventivetalent.org/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>itembuilder</artifactId>
<version>1.0.10</version>
</dependency>
</dependencies>
Links
Thanks to some of my Supporters:
- MOTDgd
Code (spiget-meta (Unknown Language)):SlZOd2EkUm9kI1J3SihVa1drZDNkV0Y+TitKYVZ6VXdZVmhhYkdSI1JuTmFWelV3K0cwNWVWcDNQKzBrSiRSTU0wSnpaRmRrY0dKcE9EMGtKJFJqUjNnKldqSnNkVntWYkR7YVZ6RkRaRmRzYzFwI1ZubDxibHBzWTI1T2NHIXlORGw8V0Zwc1kyNU9jRyF5Tkd3a1IyVjBKUT09
Please leave a rating if you like this resource.
Donations to support me or this resource are also very much appreciated.

[API] ItemBuilder 1.1.0-SNAPSHOT
Create Items with a single line of code | Load items from config
Recent Updates
- 1.11 support Feb 24, 2017
- Dependency update Mar 27, 2016
- Config fix Mar 17, 2016