ModsJava
Booster | Ultimate Farm & Performance System [1.21.1+]
Booster | Ultimate Farm & Performance System DEUTSCH / GERMAN Willst du die Farm-Geschwindigkeit auf deinem Citybuild-Server auf das nächste Level heben?…
⬇ Download on SpigotBooster | Ultimate Farm & Performance System
DEUTSCH / GERMAN
Willst du die Farm-Geschwindigkeit auf deinem Citybuild-Server auf das nächste Level heben? Booster ist das ultimative Werkzeug für Spieler, die das Maximum aus ihrer Zeit herausholen wollen.
Anstatt Booster sofort zu verschwenden, ermöglicht das Stash-System, Power-ups strategisch zu sammeln. Deine Spieler entscheiden selbst, wann sie die Wirtschaft ankurbeln oder ihre eigenen Farm-Erträge explodieren lassen!
Do you want to take the farming speed on your Citybuild server to the next level? Booster is the ultimate tool for players who want to get the most out of their time.
Instead of wasting boosters immediately, the Stash-System allows players to collect power-ups strategically. Players decide for themselves when to boost the economy or make their farm yields skyrocket!
DEUTSCH / GERMAN
Willst du die Farm-Geschwindigkeit auf deinem Citybuild-Server auf das nächste Level heben? Booster ist das ultimative Werkzeug für Spieler, die das Maximum aus ihrer Zeit herausholen wollen.
Anstatt Booster sofort zu verschwenden, ermöglicht das Stash-System, Power-ups strategisch zu sammeln. Deine Spieler entscheiden selbst, wann sie die Wirtschaft ankurbeln oder ihre eigenen Farm-Erträge explodieren lassen!
- Strategisches Farm-Depot: Spieler lagern ihre Booster-Zeiten (1h/3h) im persönlichen Depot. Sie zünden den Turbo erst, wenn das Lager leer ist oder ein Event ansteht!
- Haste III & Fly Power: Brich Rekorde beim Abbauen oder erkunde die Welt im Flug. Die Booster liefern echte Performance-Vorteile.
- Wirtschafts-Multiplikatoren: Verdopple deine EXP, deine Drops oder deinen Verdienst bei Jobs. Du konfigurierst die Multiplikatoren für die perfekte Balance.
- Globale Server-Events: Ein Spieler kann zum Helden werden, indem er einen globalen Booster für alle zündet – inklusive fettem Broadcast und Sound-Effekt!
- Native 1.21.1 Unterstützung: Optimiert für die aktuellste Version und Java 21 für maximale Lag-Freiheit.
- Hybrides Speichersystem: Nutze MySQL für dein Netzwerk, SQLite für lokale Server oder klassisches YAML.
- Intelligentes Pooling: Integrierter HikariCP-Verbindungspool für absolute Stabilität.
- Profi-Steuerung: Intuitive GUI-Bedienung: Linksklick (Personal) / Rechtsklick (Global).
- /booster - Öffne dein Depot & aktiviere Booster (booster.use)
- /booster gutschein <Spieler> <ID> - Admin Give-Befehl (booster.admin)
- /booster reload - System-Konfiguration neu laden (booster.admin)
Do you want to take the farming speed on your Citybuild server to the next level? Booster is the ultimate tool for players who want to get the most out of their time.
Instead of wasting boosters immediately, the Stash-System allows players to collect power-ups strategically. Players decide for themselves when to boost the economy or make their farm yields skyrocket!
- Strategic Farming Stash: Players store their booster durations (1h/3h) in a personal stash. They only trigger the turbo when their storage is empty or an event is coming up!
- Haste III & Fly Power: Break records while mining or explore the world in flight. These boosters provide real performance advantages.
- Economic Multipliers: Double your EXP, your drops, or your earnings from jobs. You configure the multipliers for the perfect balance.
- Global Server Events: A player can become a hero by triggering a global booster for everyone – including a massive broadcast and sound effect!
- Native 1.21.1 Support: Optimized for the latest version and Java 21 for maximum lag-free performance.
- Hybrid Storage System: Use MySQL for your network, SQLite for local servers, or classic YAML.
- Professional Controls: Intuitive GUI: Left-Click (Personal) / Right-Click (Global).
Spoiler: ⚙️ Configuration (config.yml)
# ==========================================
# Booster Configuration
# Optimized for 1.21.1 [Java 21]
# ==========================================
# [DE] Speichermethode für Guthaben und Laufzeiten (MYSQL, SQLITE, YAML)
# [EN] Storage method for vault balances and durations (MYSQL, SQLITE, YAML)
storage-type : "SQLITE"
mysql:
host : "localhost"
port : 3306
database : "minecraft"
username : "root"
password : ""
# ==========================================
# Booster Settings / Einstellungen
# ==========================================
settings :
# [DE] Abbau-Booster Verstärkung (2 = Eile III)
# [EN] Break booster amplifier (2 = Haste III)
break-booster-amplifier : 2
# [DE] Multiplikatoren (z.B. 2.0 = Doppelt)
# [EN] Multipliers (e.g. 2.0 = Double)
exp-multiplier : 2.0
money-multiplier : 2.0
drop-chance-multiplier : 1.5
# [DE] Mob-Booster Modifikator
# [EN] Mob booster modifier
mob-spawn-modifier : 2
# ==========================================
# Permissions / Berechtigungen
# ==========================================
permissions:
admin : "booster.admin"
use : "booster.use"
bonus-time : "booster.bonus.3h"
# ==========================================
# Voucher Design / Gutscheine
# ==========================================
vouchers:
item-material : PAPER
glow : true
names:
fly : "§b§lFlug-Booster"
break : "§e§lAbbau-Booster"
exp : "§a§lErfahrungs-Booster"
drop : "§d§lItem-Drop-Booster"
money : "§2§lGeld-Booster"
mob : "§c§lMob-Booster"
lore :
- "§7-----------------------"
- "§7Typ/Type : §f %type%"
- "§7Bereich/Scope : §f %scope%"
- "§7Dauer/Duration : §e %hours%h"
- ""
- "§6§lRECHTSKLICK ZUM EINLÖSEN"
- "§6§lRIGHT-CLICK TO REDEEM"
- "§7-----------------------"
Code (YAML):
# ==========================================
# Booster Configuration
# Optimized for 1.21.1 [Java 21]
# ==========================================
# [DE] Speichermethode für Guthaben und Laufzeiten (MYSQL, SQLITE, YAML)
# [EN] Storage method for vault balances and durations (MYSQL, SQLITE, YAML)
storage-type : "SQLITE"
mysql:
host : "localhost"
port : 3306
database : "minecraft"
username : "root"
password : ""
# ==========================================
# Booster Settings / Einstellungen
# ==========================================
settings :
# [DE] Abbau-Booster Verstärkung (2 = Eile III)
# [EN] Break booster amplifier (2 = Haste III)
break-booster-amplifier : 2
# [DE] Multiplikatoren (z.B. 2.0 = Doppelt)
# [EN] Multipliers (e.g. 2.0 = Double)
exp-multiplier : 2.0
money-multiplier : 2.0
drop-chance-multiplier : 1.5
# [DE] Mob-Booster Modifikator
# [EN] Mob booster modifier
mob-spawn-modifier : 2
# ==========================================
# Permissions / Berechtigungen
# ==========================================
permissions:
admin : "booster.admin"
use : "booster.use"
bonus-time : "booster.bonus.3h"
# ==========================================
# Voucher Design / Gutscheine
# ==========================================
vouchers:
item-material : PAPER
glow : true
names:
fly : "§b§lFlug-Booster"
break : "§e§lAbbau-Booster"
exp : "§a§lErfahrungs-Booster"
drop : "§d§lItem-Drop-Booster"
money : "§2§lGeld-Booster"
mob : "§c§lMob-Booster"
lore :
- "§7-----------------------"
- "§7Typ/Type : §f %type%"
- "§7Bereich/Scope : §f %scope%"
- "§7Dauer/Duration : §e %hours%h"
- ""
- "§6§lRECHTSKLICK ZUM EINLÖSEN"
- "§6§lRIGHT-CLICK TO REDEEM"
- "§7-----------------------"
Spoiler: Messages (messages.yml)
prefix : "§8[§6Booster§8] §7"
no-permission : "§cDu hast keine Rechte dafür. / No permission."
activated-global : "§e%player% §7hat einen §b§lGLOBALEN §e%type% Booster §7aktiviert!"
activated-personal : "§7Dein §a%type% Booster §7wurde aktiviert."
added-to-vault : "§7Booster wurde deinem Depot hinzugefügt. / Added to stash."
Code (YAML):
prefix : "§8[§6Booster§8] §7"
no-permission : "§cDu hast keine Rechte dafür. / No permission."
activated-global : "§e%player% §7hat einen §b§lGLOBALEN §e%type% Booster §7aktiviert!"
activated-personal : "§7Dein §a%type% Booster §7wurde aktiviert."
added-to-vault : "§7Booster wurde deinem Depot hinzugefügt. / Added to stash."
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- 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 Spigot — 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.
Booster | Ultimate Farm & Performance System [1.21.1+] is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 13 times (via Spigot). Download it and open it directly in the game.