SMP Customization A lightweight plugin that introduces a flexible gameplay control system. It allows administrators to enforce item inventory limits, set weapon cooldowns, and manage Netherite upgrades using simple in-game commands.
🎒 1. Inventory Limits System The plugin includes a built-in inventory control module. If a player carries more items of a specific type than allowed by the current limit, the excess items will automatically drop onto the ground.
Configurable limits:
🕸️ Cobwebs
🔮 Ender Pearls (setting the limit to 0 completely disables their usage)
🍏 Golden Apples
🧪 Strength II Potions (applies to splash, drinkable, and lingering potions)
⚡ Swiftness II Potions (applies to splash, drinkable, and lingering potions)
⏱️ 2. Weapon Cooldown System (PVP) The plugin allows you to set optional cooldowns on powerful weapons to balance combat:
🔨 Mace: Admins can set a cooldown after an attack. While on cooldown, dealing damage with the Mace is disabled.
🔱 Trident: Setting a cooldown restricts the use of the Trident (melee attacks, throwing, and the Riptide enchantment) for a specified duration after throwing or using Riptide.
🗡️ Spear: Admins can apply an attack cooldown to restrict the frequency of damage output.
🛡️ 3. Netherite Control System (Smithing Table) Full control over upgrading items to Netherite in the Smithing Table:
⚔️ Netherite Sword: Always allowed to be crafted by default.
🛡️ Armor and Tools: Admins can easily block or unblock upgrades for all armor and tools with a single command, or configure blocks individually per item (e.g., block only the chestplate or pickaxe).
⚙️ 4. In-Game Management — Admin Commands (/smpconfig) All settings can be adjusted live on the server without needing a restart.
Permission: smp.admin
Usage: /smpconfig [option] [value]
🔹 Item Limits: /smpconfig cobweb [amount] — sets the max limit for cobwebs
/smpconfig pearls [amount] — sets the max limit for Ender Pearls (0 = completely banned)
/smpconfig gapples [amount] — sets the max limit for Golden Apples
/smpconfig strength_2 [amount] — sets the max limit for Strength II potions
/smpconfig speed_2 [amount] — sets the max limit for Swiftness II potions
🔹 Weapon Cooldowns (in seconds): /smpconfig mace_cooldown [seconds] — sets the Mace cooldown (0 = no cooldown)
/smpconfig trident_cooldown [seconds] — sets the Trident cooldown (0 = no cooldown)
/smpconfig spear_cooldown [seconds] — sets the Spear cooldown (0 = no cooldown)
🔹 Netherite Upgrades Control: /smpconfig netherite true — unlocks all Netherite item upgrades.
/smpconfig netherite false — blocks Netherite armor and tool upgrades (keeps only the sword enabled).
/smpconfig netherite_[item] true/false — toggle individual items (e.g., netherite_chestplate, netherite_pickaxe, netherite_boots).

