Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

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) 📷