Tags
Creators
Details
1.0.6
Compatibility
Changes
🔨 The Auction House & Company Update (v1.0.6)
We are keeping the momentum going! This update introduces a brand new player-to-player trading system and adds crucial balancing mechanics for companies.
🛒 New Global Auction House
- Player Trading: Sell your hard-earned items safely to others! Use
/job ah sell <price>to list the item currently in your hand. - Secure & Paginated GUI: Type
/job ahto open the global auction house. It features multiple pages (pagination) and safely stores all enchantments, custom names, and NBT data in the database! - Customizable Fees: Set a listing fee in the
config.yml(e.g., $50) to act as a money sink and balance your server's economy.
🏢 Company Member Limits
- Dynamic Growth: Companies can no longer invite infinite members at Level 1!
- Config Controlled Limits: Set a base member limit (e.g., 5 players) and define how many extra slots are unlocked per company level-up (e.g., +2 per level). This gives players a huge incentive to upgrade their companies!
⚙️ Technical Updates & Fixes
- 1.20 - 1.26+ Support: The
api-versionhas been officially updated to1.20. The plugin is future-proof and works flawlessly on all modern Minecraft versions! - Tab-Completion Fixed: Massively improved chat auto-completion. All new commands (like
/job ah,/job admin, etc.) are now correctly suggested when pressing the Tab key.
🔨 Das Auktionshaus & Firmen-Update (v1.0.6)
Wir legen direkt nach! Mit diesem Update bringen wir den Handel zwischen Spielern auf ein völlig neues Level und balancen das Firmen-System für Langzeitmotivation.
🛒 Neues Auktionshaus (Auction House)
- Handel zwischen Spielern: Verkaufe Items sicher an andere Spieler! Mit
/job ah sell <Preis>stellst du das Item in deiner Hand ins Auktionshaus. - Sicheres GUI: Mit
/job ahöffnet sich das globale Auktionshaus. Es unterstützt mehrere Seiten (Paginierung) und speichert alle Verzauberungen und Custom-Namen absolut sicher in der Datenbank! - Einstellbare Gebühren: In der Config kannst du eine Einstellgebühr (Listing Fee) festlegen, um die Wirtschaft zu balancen.
🏢 Firmen-Mitgliedslimits
- Dynamisches Wachstum: Firmen können nicht mehr unendlich viele Spieler ab Level 1 aufnehmen!
- Config-Steuerung: Lege ein Basis-Limit fest (z.B. 5 Spieler) und definiere, wie viele zusätzliche Plätze die Firma pro Level-Up erhält (z.B. +2 pro Level). Das motiviert enorm zum Upgraden!
⚙️ Technische Updates & Fixes
- Zukunftssicher (1.20 - 1.26+): Die
api-versionwurde offiziell auf1.20angehoben. Das Plugin läuft perfekt und fehlerfrei auf allen modernen Versionen! - Tab-Completion: Die Autovervollständigung (Tab-Taste) im Chat wurde massiv verbessert. Alle Befehle (wie
/job ahoder/job admin) werden nun korrekt im Chat vorgeschlagen.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tQtkphmA:Xc3ieGtE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tQtkphmA:Xc3ieGtE"
}

