ModsJava
Auktionshaus [1.21.1+, 26.2]
A modern Citybuild marketplace system featuring an intuitive Drag & Drop experience. Free Minecraft Java mod for 1.21, 26.2.
⬇ Download on SpigotAuktionshaus (Deutsch)
Ein hochmodernes Citybuild-Marktplatz System mit intuitivem Drag & Drop Verfahren.
⭐ Features
/ah - Öffnet das Hauptmenü (Kategorie-Auswahl & Marktübersicht).
/ah admin - Ermöglicht das Verwalten und Löschen aller aktiven Auktionen (Permission: ah.admin).
ah.limit.X - Ersetze X durch eine Zahl (z.B. ah.limit.10), um das Item-Limit für bestimmte Ränge zu erhöhen.
⚙️ Installation
1. Lade die auktionshaus.jar herunter und ziehe sie in deinen Plugins-Ordner.
2. Stelle sicher, dass Vault und ein kompatibles Economy-Plugin (Essentials) installiert sind.
3. Starte den Server neu, um die Konfiguration zu generieren.
4. Passe die config.yml an deine Bedürfnisse an.
5. Luckperms für die rechte und slots wird benötigt.
AuctionHouse (English)
A modern Citybuild marketplace system featuring an intuitive Drag & Drop experience.
⭐ Features
/ah - Opens the main marketplace menu.
/ah admin - Manage and delete any active listing (Permission: ah.admin).
ah.limit.X - Replace X with a number (e.g., ah.limit.10) to set custom listing limits for specific ranks.
⚙️ Installation
1. Download the auktionshaus.jar and place it in your plugins folder.
2. Ensure Vault and an economy provider (Essentials) are installed.
3. Restart your server to generate the config files.
4. Customize the config.yml to fit your needs.
5. LuckPerms is required for permissions and slots.
Konfiguration / Configuration
![[IMG]](//proxy.spigotmc.org/c84bea42705e7280b0e304e1c69a74a2ef8cde7c/68747470733a2f2f6273746174732e6f72672f7369676e6174757265732f62756b6b69742f41756b74696f6e73686175732e737667)
Ein hochmodernes Citybuild-Marktplatz System mit intuitivem Drag & Drop Verfahren.
⭐ Features
- Visuelles Verkaufssystem: Keine Befehle nötig! Ziehe dein Item einfach per Drag & Drop in das Verkaufsmenü, lege Preis, Modus und Dauer fest.
- Zwei Handelsmodi: Biete Items zum Sofortkauf an oder starte Versteigerungen mit echtem, automatisiertem Bietersystem.
- Seiten-Navigation: Dank eines intelligenten Seitensystems mit Federn als Platzhalter und gelben Pfeilen findest du dich auch bei hunderten Items sofort zurecht.
- Intelligente Kategorien: Items werden automatisch in Waffen, Rüstung, Blöcke, Nahrung oder Sonstiges sortiert und können gefiltert werden.
- Rangbasierte Slots: Über die Permission ah.limit.X kannst du bestimmen, wie viele Items ein Spieler (je nach Rang) gleichzeitig anbieten darf.
- Wirtschafts-Kontrolle: Konfigurierbare Einstellgebühren (Listing-Fee) und Verkaufssteuern (Tax) helfen, die Inflation auf deinem Server zu stoppen.
- Maximale Sicherheit: Integrierter Schutz vor Item-Verlust beim Schließen des Inventars und lückenloses Logging jeder Transaktion in täglichen Dateien.
- Flexible Speicherung: Nutze lokale YAML-Dateien für kleine Server, SQLITE oder hochperformante MySQL-Datenbanken für Netzwerke.
/ah - Öffnet das Hauptmenü (Kategorie-Auswahl & Marktübersicht).
/ah admin - Ermöglicht das Verwalten und Löschen aller aktiven Auktionen (Permission: ah.admin).
ah.limit.X - Ersetze X durch eine Zahl (z.B. ah.limit.10), um das Item-Limit für bestimmte Ränge zu erhöhen.
⚙️ Installation
1. Lade die auktionshaus.jar herunter und ziehe sie in deinen Plugins-Ordner.
2. Stelle sicher, dass Vault und ein kompatibles Economy-Plugin (Essentials) installiert sind.
3. Starte den Server neu, um die Konfiguration zu generieren.
4. Passe die config.yml an deine Bedürfnisse an.
5. Luckperms für die rechte und slots wird benötigt.
AuctionHouse (English)
A modern Citybuild marketplace system featuring an intuitive Drag & Drop experience.
⭐ Features
- Visual Selling: No commands needed! Simply drag and drop your item into the GUI, set your price, mode, and duration visually.
- Hybrid Trading: Support for both Buy Now listings and real-time Auctions with an automated bidding system.
- Smart Pagination: Navigate effortlessly through hundreds of items with built-in page arrows and intuitive layout.
- Auto-Categorization: Items are automatically sorted into Weapons, Armor, Blocks, Food, or Miscellaneous filters.
- Rank-Based Slots: Use the ah.limit.X permission to define how many concurrent listings a player can have based on their rank.
- Economy Balancing: Built-in listing fees and sales taxes (VAT) help manage your server's economy and prevent inflation.
- Advanced Safety: Protection against item loss if a player closes the GUI during setup, and detailed asynchronous logging of every transaction.
- Data Flexibility: Choose between local YAML storage, SQLITE or high-performance MySQL for large networks.
/ah - Opens the main marketplace menu.
/ah admin - Manage and delete any active listing (Permission: ah.admin).
ah.limit.X - Replace X with a number (e.g., ah.limit.10) to set custom listing limits for specific ranks.
⚙️ Installation
1. Download the auktionshaus.jar and place it in your plugins folder.
2. Ensure Vault and an economy provider (Essentials) are installed.
3. Restart your server to generate the config files.
4. Customize the config.yml to fit your needs.
5. LuckPerms is required for permissions and slots.
Konfiguration / Configuration
Spoiler: Standard config.yml
# ==============================================================================
# AUKTIONSHAUS - CONFIGURATION
# Version 1.5
# ==============================================================================
# [DE] Soll beim Start geprüft werden, ob eine neue Version verfügbar ist?
# [EN] Should the plugin check for updates on startup?
update-checker: true
# [DE] Speichermethode für die Auktionsdaten.
# [EN] Storage method for all auction data.
# Options: YAML (flat file), MYSQL (network database), SQLITE (local file database)
storage-type: "YAML"
# ==============================================================================
# STORAGE SETTINGS / SPEICHER-EINSTELLUNGEN
# ==============================================================================
# [DE] MySQL Verbindungseinstellungen (Nur aktiv, wenn storage-type auf "MYSQL" steht)
# [EN] MySQL connection settings (Only active if storage-type is set to "MYSQL")
mysql:
host: "localhost"
port: 3306
database: "minecraft"
user: "root"
password: ""
# Sicherheits-Parameter gegen Timeouts / Safety parameters to prevent timeouts
useSSL: false
autoReconnect: true
# ==============================================================================
# ⚙️ GENERAL SETTINGS / CORE-EINSTELLUNGEN
# ==============================================================================
settings:
# [DE] Einstellgebühr: Dieser Betrag wird dem Spieler beim Erstellen einer Auktion sofort abgezogen (Geld-Senke).
# [EN] Listing Fee: This amount is immediately deducted from the player when creating an auction (money sink).
listing-fee: 50.0
# [DE] Verkaufssteuer: Prozentsatz, den der Server vom Verkaufspreis einbehält.
# [DE] Beispiel: 3.0 bedeutet, der Verkäufer erhält bei 1000$ Verkauf nur 970$.
# [EN] Sales Tax: The percentage that the server retains from the final sale price.
# [EN] Example: 3.0 means the seller receives only $970 on a $1000 sale.
tax-percent: 3.0
# [DE] Standard-Slots: Anzahl der Items, die ein Spieler ohne spezielle Rechte gleichzeitig anbieten darf.
# [DE] TIPP: Nutze die Permission 'ah.limit.X' (z.B. ah.limit.10) um Rängen mehr Slots zu geben benötigt LuckPerms!.
# [EN] Default Slots: Number of items a player can list simultaneously without any special permissions.
# [EN] TIP: Use the permission 'ah.limit.X' (e.g., ah.limit.10) to give ranks more slots required LuckPerms!.
default-slots: 3
# [DE] Laufzeit: Wie viele Stunden ein Item im AH bleibt, bevor es abläuft und in die Abholung verschoben wird.
# [EN] Duration: How many hours an item stays in the AH before it expires and is moved to the collection area.
auction-duration-hours: 24
# ==============================================================================
# ️ CATEGORY SETTINGS / KATEGORIE-EINSTELLUNGEN
# ==============================================================================
# [DE] Diese Kategorien werden im GUI zur Filterung angezeigt.
# [DE] Das System ordnet Items automatisch basierend auf ihrem Material zu.
# [EN] These categories are displayed in the GUI for filtering.
# [EN] The system automatically assigns items based on their material.
categories:
- "MATERIAL"
- "WEAPONS"
- "ARMOR"
- "FOOD"
- "DECORATION"
- "MISC"
# ==============================================================================
# CUSTOMIZABLE MESSAGES / ANPASSBARE NACHRICHTEN
# ==============================================================================
# [DE] Anpassbare Nachrichten (Unterstützt Farbcodes mit §)
# [EN] Customizable messages (Supports color codes using §)
messages:
prefix: "§8[§6Auktionshaus§8] §7"
no-money: "§cFehler: Du besitzt nicht genügend Ingame-Geld!"
item-listed: "§aErfolgreich! Dein Item ist nun auf dem Marktplatz verfügbar."
item-bought: "§aGlückwunsch! Du hast das Item erfolgreich erworben."
no-permission: "§cDu hast keine Berechtigung für diesen Befehl!"
bid-success: "§aErfolgreich! Du bist nun Höchstbietender."
outbid: "§cSchade! Jemand hat mehr geboten als du."
Please leave a ⭐⭐⭐⭐⭐ rating if you like the plugin!
Code (Text):
# ==============================================================================
# AUKTIONSHAUS - CONFIGURATION
# Version 1.5
# ==============================================================================
# [DE] Soll beim Start geprüft werden, ob eine neue Version verfügbar ist?
# [EN] Should the plugin check for updates on startup?
update-checker: true
# [DE] Speichermethode für die Auktionsdaten.
# [EN] Storage method for all auction data.
# Options: YAML (flat file), MYSQL (network database), SQLITE (local file database)
storage-type: "YAML"
# ==============================================================================
# STORAGE SETTINGS / SPEICHER-EINSTELLUNGEN
# ==============================================================================
# [DE] MySQL Verbindungseinstellungen (Nur aktiv, wenn storage-type auf "MYSQL" steht)
# [EN] MySQL connection settings (Only active if storage-type is set to "MYSQL")
mysql:
host: "localhost"
port: 3306
database: "minecraft"
user: "root"
password: ""
# Sicherheits-Parameter gegen Timeouts / Safety parameters to prevent timeouts
useSSL: false
autoReconnect: true
# ==============================================================================
# ⚙️ GENERAL SETTINGS / CORE-EINSTELLUNGEN
# ==============================================================================
settings:
# [DE] Einstellgebühr: Dieser Betrag wird dem Spieler beim Erstellen einer Auktion sofort abgezogen (Geld-Senke).
# [EN] Listing Fee: This amount is immediately deducted from the player when creating an auction (money sink).
listing-fee: 50.0
# [DE] Verkaufssteuer: Prozentsatz, den der Server vom Verkaufspreis einbehält.
# [DE] Beispiel: 3.0 bedeutet, der Verkäufer erhält bei 1000$ Verkauf nur 970$.
# [EN] Sales Tax: The percentage that the server retains from the final sale price.
# [EN] Example: 3.0 means the seller receives only $970 on a $1000 sale.
tax-percent: 3.0
# [DE] Standard-Slots: Anzahl der Items, die ein Spieler ohne spezielle Rechte gleichzeitig anbieten darf.
# [DE] TIPP: Nutze die Permission 'ah.limit.X' (z.B. ah.limit.10) um Rängen mehr Slots zu geben benötigt LuckPerms!.
# [EN] Default Slots: Number of items a player can list simultaneously without any special permissions.
# [EN] TIP: Use the permission 'ah.limit.X' (e.g., ah.limit.10) to give ranks more slots required LuckPerms!.
default-slots: 3
# [DE] Laufzeit: Wie viele Stunden ein Item im AH bleibt, bevor es abläuft und in die Abholung verschoben wird.
# [EN] Duration: How many hours an item stays in the AH before it expires and is moved to the collection area.
auction-duration-hours: 24
# ==============================================================================
# ️ CATEGORY SETTINGS / KATEGORIE-EINSTELLUNGEN
# ==============================================================================
# [DE] Diese Kategorien werden im GUI zur Filterung angezeigt.
# [DE] Das System ordnet Items automatisch basierend auf ihrem Material zu.
# [EN] These categories are displayed in the GUI for filtering.
# [EN] The system automatically assigns items based on their material.
categories:
- "MATERIAL"
- "WEAPONS"
- "ARMOR"
- "FOOD"
- "DECORATION"
- "MISC"
# ==============================================================================
# CUSTOMIZABLE MESSAGES / ANPASSBARE NACHRICHTEN
# ==============================================================================
# [DE] Anpassbare Nachrichten (Unterstützt Farbcodes mit §)
# [EN] Customizable messages (Supports color codes using §)
messages:
prefix: "§8[§6Auktionshaus§8] §7"
no-money: "§cFehler: Du besitzt nicht genügend Ingame-Geld!"
item-listed: "§aErfolgreich! Dein Item ist nun auf dem Marktplatz verfügbar."
item-bought: "§aGlückwunsch! Du hast das Item erfolgreich erworben."
no-permission: "§cDu hast keine Berechtigung für diesen Befehl!"
bid-success: "§aErfolgreich! Du bist nun Höchstbietender."
outbid: "§cSchade! Jemand hat mehr geboten als du."
Auktionshaus [1.21.1+, 26.2] is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.2. Downloaded 54 times (via Spigot). Download it and open it directly in the game.