Myst1c's Strength SMP icon

Myst1c's Strength SMP -----

Killers gain strength and victims lose strength.



Features
Kill-based progression
  • Killing another player increases your strength.
  • Dying to another player decreases it.
  • Both limits (min/max) are fully configurable.
Damage Multiplier System
  • Strength is applied as a total damage multiplier, not a flat bonus.
  • This can be configured in the config.yml file.
Craftable Strength Tokens
  • Configurable 3×3 recipe via config.yml.
  • Uses Bukkit’s recipe system (no client mods required).
  • Tokens are consumable with right-click to permanently gain +1 Strength.
Commands
  • /strength get: See your current strength level.
  • /strength set <player> <amount>: (OP only) Manually set someone’s strength.
  • /strength withdraw <amount>: Convert part of your strength into tradable tokens.
  • /strength reload: Reload config without restarting.
  • /strength version: Displays plugin version.
Custom crafting
Recipe shape and materials configurable in config.yml.

Example:

strength-item:
enabled: true
recipe:
key: strength_token
shape:
- "ABA"
- "BCB"
- "ADA"
A: DIAMOND
B: BLAZE_POWDER
C: NETHER_STAR
D: BLAZE_ROD

Permissions
  • strength.get: Allows you to view other player's strength (default: op)
  • strength.set: Allows you to set any player's strength (default: op)
  • strength.reload: Allows you to reload the config (default: op)
API/Integration
Other plugins can hook into the system via:

StrengthManager manager = ((Main) Bukkit.getPluginManager().getPlugin("Strength_SMP")).getStrengthManager();
int current = manager.getStrength(player);
manager.setStrength(player, newAmount);

For support join the discord server

Requirements
  • Java 17
Resource Information
Author:
----------
Total Downloads: 177
First Release: Oct 19, 2025
Last Update: Apr 18, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings