
ModsJava
Myst1c's Strength Smp
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

StrengthSMP
Features
Kill-based progression
- Killing another player increases your strength.
- Dying to another player decreases it.
- Both limits (min/max) are fully configurable.
- Killing a player at max strength drops a strength token instead of wasting the strength.
Damage Multiplier System
- Strength is applied as a total damage multiplier, not a flat bonus.
- This can be configured in the
config.ymlfile.
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);
Requirements
- Java 17
note for anyone that attempts to modify the plugin: my code is kinda buns, so gl with that.
also, you can check me out here
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as strengthsmp-bukkit-1.1.1.jar — drop this file into the mods folder
- Download size: 1.2 MB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.