Compatibility
Minecraft: Java Edition
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
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 3 days ago
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!


