Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
β¨ EvenMoreItems (MoreItems) Plugin
EvenMoreItems is a Minecraft plugin that adds a variety of powerful custom items π§ͺ, each with unique abilities and crafting recipes. It integrates seamlessly into the game via Spigot or Purpur and provides a fresh gameplay experience without any client mods.
π§± Features
- β Over 20 custom items
- βοΈ Craftable with custom recipes
- π§ Unique effects powered by event listeners
- π Recipes auto-registered with
ItemManager - π― Lightweight and easy to install
π¦ Custom Items & Recipes
Below is a list of all current custom items, their functions, and how to craft them. Crafting recipes are represented in a grid (top β bottom), with ingredients explained below.
Spoiler
π’ Speed Boots
Effect: Increases player speed when worn Recipe:
S S
L
S S
S = Sugar | L = Leather Boots
π¦ Jump Boots
Effect: Increases jump height Recipe:
F F
L
F F
F = Feather | L = Leather Boots
π₯ Fire Sword
Effect: Sets mobs on fire Recipe:
F
F
S
F = Blaze Powder | S = Stick
πΉ Teleport Bow
Effect: Teleports player to arrow's landing spot Recipe:
E
EBE
E
E = Ender Pearl | B = Bow
π§² Magnet Pickaxe
Effect: Mined drops go directly to inventory Recipe:
III
S
S
I = Iron Ingot | S = Stick
β€οΈ Health Chestplate
Effect: Grants passive regeneration when worn Recipe:
I I
III
III
I = Iron Ingot
π XP Helmet
Effect: Doubles experience gained Recipe:
III
I I
I = Iron Ingot
βοΈ Frost Wand
Effect: Freezes water into ice instantly Recipe:
I
B
I
I = Ice | B = Blaze Rod
π£ Explosive Pickaxe
Effect: Creates small explosions while mining Recipe:
TDT
S
S
T = TNT | D = Diamond Pickaxe | S = Stick
β‘ Lightning Stick
Effect: Summons lightning at the targeted block Recipe:
S
R
S
R = Blaze Rod | S = Stick
ποΈ Sand Wand
Effect: Turns touched blocks into sand Recipe:
S
D
S
S = Sand | D = Diamond Shovel
π Leather Pouch
Effect: Stores up to 64 emeralds (sneak to retrieve) Recipe:
CLC
LAL
CLC
C = Leather | L = String | A = Emerald
πͺ’ Grapple Arrow
Effect: Shoots a grappling arrow Recipe:
L
FIF
B
L = Vine | F = String | I = Arrow | B = Stick
π¨ Mason Hammer
Effect: Polishes stone blocks on right-click Recipe:
I
S
S
I = Iron Ingot | S = Stick
π Fishing Net
Effect: Throws into water to catch fish Recipe:
F
FSF
F
F = String | S = Stick
π Pocket Bell
Effect: Summons nearby pillagers Recipe:
G
GEG
G
G = Gold Ingot | E = Echo Shard
π Survival Ration
Effect: Instantly restores hunger Recipe:
PBV
G
(Empty)
P = Bread | B = Cooked Beef | V = Dried Kelp | G = Gold Ingot
π Dried Apple
Effect: Restores 2 hunger points Recipe:
A
S
(Empty)
A = Apple | S = Smoker
π₯ Campfire Stick
Effect: Places a lit campfire Recipe:
C
T
S
C = Charcoal | T = Torch | S = Stick
π Return Scroll
Effect: Teleports to your last used bed Recipe:
E
PSP
R
E = Ender Pearl | P = Paper | S = Echo Shard | R = Redstone
π‘ Ice Pop
Effect: Restores 1 heart but slows the player Recipe:
B
S
(Empty)
B = Sweet Berries | S = Stick
π§ Technical Info
- All item effects are implemented in dedicated listener classes (e.g.,
SpeedBootsListener,TeleportBowListener, etc.) - Recipes are automatically registered using
ItemManager.init()on plugin load - Clean and modular code for easy expansion
π Installation Instructions
- Build the plugin using Maven (produces a
.jarfile) - Place the JAR file in your serverβs
plugins/folder - Restart your Spigot or Purpur server
- Enjoy! Your world is now filled with exciting custom items π


