Tags
Creators
Details
Licensed GPL-3.0-only
Published 11 months ago
Updated 2 weeks ago
All versions
1.3.8
Release
Auction House Plugin 1.3.89 months ago 506
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
- fixed a duping glitch (how it worked: go to cancel an item, but stop on the confirmation inventory. Then another player buys that item. After that you cancel the auction and get the item too; same went for partially sold items)
- added the option to auto-collect purchased items - in the config.yml
- the arrows allowed to go to one more empty page if the first page was filled with items; fixed that
- made it possible to open a shulker box also when being in the inventory of your own auctions and int the item view inventory before the confirmation inventory
- when clicking in your inventory with the auction inventory open, the plugin doesn't think anymore that you're pressing the things in the auction
- small tweaks (like not playing a sound when clicking the arrows when the page isn't changed, adding the display-update in ticks to be customizable)
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:scEbl04C:dCvHmFaD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:scEbl04C:dCvHmFaD"
}

