✨ 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
.jar file)
- 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 ?

暂无评论,抢个沙发吧~