Skip to content

MeowItemCreator is an easy to use API which helps you create customized ItemStack with Bukkit / NMS / Spigot in one line of code.

Notifications You must be signed in to change notification settings

LyraMC/MeowItemCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

MeowItemCreator

  • Create Customized ItemStacks with Meta in one line of code
  • Working from 1.7.x to 1.16.x
  • Highly customizable (ItemMeta, LeatherMeta, PotionMeta...)
  • Easy to use

Manual

Copy MeowItemCreator.java and Reflection.java in your project

Usage

Now you can create easily ItemStacks by instancing a new ItemStack object and adding the mode done().

ItemStack itemStack = new MeowItemCreator(Material.STONE).done();

Customization

Just by looking the code of MeowItemCreator.java you can see all the methods available to customize your ItemStacks like:

  • Data 💾
  • Display Name 📋
  • Lore 🕯️
  • Amount 🤏🏽
  • Durability / Breakability 📊
  • Enchantments ✨
  • ItemFlags ⛳
  • PotionEffects ⚗️
  • Color (RGB) 🟥🟩🟦
  • Owner (Skulls) 🐲
  • Head Texture (Skulls) 📷

About

MeowItemCreator is an easy to use API which helps you create customized ItemStack with Bukkit / NMS / Spigot in one line of code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages