Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AstraMarket
PluginLicenseRef-ASTRAAUCTIONS-LICENSE

AstraMarket

Global Market for your minecraft server

723
Downloads
3
Followers
5 months ago
Updated
📦
22
Versions
economybukkitpaperpurpurspigot
Download Latestv1.21.2View on Modrinth

📖About AstraMarket

Auction plugin for EmpireProjekt.ru

No-Lag, Free, Live Database reload during server runtime without lags!

drawing

Advantages:

  • Sorting: Name, Date, Type, Player
  • Grouping by players
  • Min and Max prices
  • Max amount per player
  • Broadcast when auction created
  • Sounds on click, open, sold etc.
  • Permissions
  • Customizable buttons
  • Fully translatable
  • Runtime config and database reload
  • Custom currency support
Command Description Permission
️/amarket Open market astra_market.command
️/amarket open [PLAYER] Open market [of player] astra_market.command
️/amarket expired [PLAYER] Open expired menu [of player] astra_market.command
️/amarket players Open player list who have active slots astra_market.command
️/amarket sell <price> <amount> Sell items on market astra_market.sell
️- Allows player to sell up to N items at one time astra_market.sell_max.N
️/amarketreload reload plugin astra_market.reload

Configuring configs

At first launch there will be created config.yml

If plugin can't read config there will be created config.default.yml. The error also will be displayed in console, so
you will understand why the config couldn't be parsed.

auction:
  use_compact_design: true
  max_auction_per_player: 5
  min_price: 10
  max_price: 1000000
  tax_percent: 0
  announce: true
  max_time_seconds: 604800000
  # The vault id of currency you want to use
  currency_id: null
sounds:
  open: "ui.button.click"
  close: "ui.button.click"
  click: "ui.button.click"
  fail: "entity.villager.no"
  success: "block.note_block.chime"
  sold: "block.note_block.chime"
buttons:
  back:
    material: "IRON_DOOR"
    custom_model_data: 0
  previous:
    material: "PAPER"
    custom_model_data: 0
  next:
    material: "PAPER"
    custom_model_data: 0
  sort:
    material: "SUNFLOWER"
    custom_model_data: 0
  aauc:
    material: "DIAMOND"
    custom_model_data: 0
  expred:
    material: "EMERALD"
    custom_model_data: 0
  border:
    material: "BLACK_STAINED_GLASS_PANE"
    custom_model_data: 0
  players_slots:
    material: "PLAYER_HEAD"
    custom_model_data: 0

Configuring database

The database can be changed in runtime after reloading plugin.

# There's 3 types of database
configuration:
  type: "MySql"
  host: "0.0.0.0"
  port: 3006
  user: "user_name"
  password: "password"
  name: "rating_database"
# Or  
configuration:
  type: "H2"
  name: "file_name"
# Or  
configuration:
  type: "SQLite"
  name: "file_name"

More plugins from AstraInteractive AstraInteractive

👥 Team & Contributors

makeevrserg
makeevrsergOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+16 more

🔗 Links

Modrinth Page