Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last month
Updated last month
Custom recipes, item limits, bypass prevention, and powerful protection systems for your Minecraft server!
✨ Features
🔨 Custom Recipe System
- In-game Recipe Editor GUI - Create custom recipes without touching config files!
- Drag & Drop Interface - Easy 3x3 crafting grid with visual feedback
- Auto-save - All recipes saved to
custom_recipes.yml - Live Reload - Update recipes without restarting the server
🛡️ Item Limit System
- Mace Limits - Control server-wide mace count with automatic protection
- Totem Limits - Per-player totem limits with auto-removal when exceeded
- Protected Items - Maces protected from lava, void, fire, and despawning
- Teleport to Safety - Maces automatically teleport to safe locations
🚫 Bypass Prevention
- Crafter Block Protection - Prevents Crafter blocks from bypassing limits
- Villager Trade Protection - Stops villagers from trading limited items
- Loot Chest Protection - Prevents loot chests from bypassing limits
- Mob Drop Protection - Controls mob drops for limited items
💥 Additional Features
- End Crystal Ban - Complete End Crystal placement ban system
- Stackable TNT Minecarts - Configure stack size (default: 4)
- Public API - Other plugins can check protected items via
SmpPlusAPI
📋 Commands
Main Commands
| Command | Description | Permission |
|---|---|---|
/smpplus help |
Show all available commands | smpplus.admin |
/smpplus reload |
Reload plugin configuration | smpplus.reload |
Recipe Management
| Command | Description | Permission |
|---|---|---|
/recipes create |
Open recipe editor GUI | smpplus.recipes.create |
/recipes list |
List all custom recipes | smpplus.recipes.list |
/recipes delete <id> |
Delete a custom recipe | smpplus.recipes.delete |
/recipes reload |
Reload all recipes | smpplus.recipes.reload |
🚀 Installation
- Download the latest version from Modrinth
- Place
SmpPlus-1.0.0.jarin yourplugins/folder - Restart your server
- Configure
plugins/SmpPlus/config.ymlto your needs - Reload with
/smpplus reload
🎯 Usage Examples
Creating Custom Recipes
- Run
/recipes create - Place ingredients in the 3x3 grid
- Place result item in the result slot
- Type recipe name in chat
- Done! Recipe is auto-saved and registered
🔌 API for Developers
Other plugins can integrate with SmpPlus:
import me.smpplus.api.SmpPlusAPI;
// Check if an item is protected
if (SmpPlusAPI.isProtectedItem(itemStack)) {
// Don't remove this item
}
📝 Permissions
| Permission | Description | Default |
|---|---|---|
smpplus.admin |
Access to all commands | OP |
smpplus.reload |
Reload plugin config | OP |
smpplus.recipes.create |
Create custom recipes | OP |
smpplus.recipes.list |
List all recipes | OP |
smpplus.recipes.delete |
Delete recipes | OP |
smpplus.recipes.reload |
Reload recipes | OP |
🐛 Bug Reports & Support
Found a bug? Have a suggestion? Join our Discord: https://discord.gg/HutcT9w9AB]
Download now and enhance your SMP experience!


