Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
/ MeowItemCreator Public archive

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