Mineuniverse
Log in Register
Plugins

Custom_Items

Create your own: custom Items, weapons, armor, and blocks for your server.
by isaiah
Download Claim this project
1,575 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Developer Tools Fun General

Custom Items


CustomItems allows you to create your own custom items

 

NOTE: when I say Items, I'm talking about Items, weapons, armor, and blocks. Not just items.

 

How To use:

  1. Download Plugin
  2. Restart server to generate files.
  3. Stop server.
  4. Should now have /plugins/customitems/data/
  5. in that folder create a .yml file (you can name it anything)
  6. Copy and paste the example config from this page and edit it to your liking.

Example Config:

# CustomItems
# =-=-=-=-=-=-=
# Example Item:
#
displayname: "&aEmerald Sword"
material: DIAMOND_SWORD
enchantments:

    - 'DAMAGE_ALL:5'
    - 'MENDING:1'
recipe:

   # shape is crafting recipe (space = no item needed in slot)
    shape:
        - ' E '
        - ' E '
        - ' S '
    ingredients:
        - 'E:EMERALD'
        - 'S:STICK'

API:

CustomItems includes a api just import class me.isaiah.customitems.CustomItem

 

How to use the API:

CustomItem EmSword = new CustomItem("Emerald Sword", Material.DIAMOND_SWORD);
EmSword.addEnch(5, Enchantment.DAMAGE_ALL);
EmSword.addEnch(1, Enchantment.MENDING);
EmSword.shape(" E ", " E ", " S ");
EmSword.setIngred('E', Material.EMERALD);
EmSword.setIngred('S', Material.STICK);
EmSword.register();

TODO:

  • Create custom items via command.
  • Edit created items via command.

 

v1.0
MC 1.9, 1.16, 1.11, 1.14, 1.13, 1.8, 1.12, 1.15
Release 2017-03-12 Get

More from isaiah

GoogleChat
909
Multiworld (Fabric & Forge)
84,718
Bssentials - Updated Essentials
75,795
[BETA] Cardboard - Spigot for Fabric
74,783
EssentialsAPIBridge
6,844
PerWorldCommands
5,600

You Might Also Like

LegendaryMessages
Custom Join Messages
963,227
NoPhantom
Disables and prevents phantom spawning with minimal configuration, removing them from the server
998
Player Profile
Player Profile
996
HubClear
Plugin Request by: LightZz123 -- Clears player's inventory on command /lobby then teleports them to the hub
988
kCmds
kCmds - kCommands
986
PingMe
Legit just a /ping command.
986