Перейти к содержимому
Mineforgian

AstraMarket

Global Market for your minecraft server

Загрузки
1K
Подписчики
3
Обновлён
22 июня 2026 г.
Лицензия
ASTRAAUCTIONS-LICENSE

Опубликован 15 января 2025 г.

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

Центр версий

31 версий
  • Релиз13.1 МБ
  • Релиз12.6 МБ
  • Релиз12.6 МБ
  • Релиз12.6 МБ
  • Релиз12.6 МБ
  • Релиз12.6 МБ
  • Релиз9.5 МБ
  • Релиз9.5 МБ
  • Релиз9.5 МБ
  • Релиз21.1 МБ
  • Релиз21.2 МБ
  • Релиз21.2 МБ
  • Релиз21.1 МБ
  • Релиз21.3 МБ
  • Релиз9.8 МБ
  • Релиз9.8 МБ
  • Релиз9.8 МБ
  • Релиз17.7 МБ
  • Релиз18.4 МБ
  • Релиз18.4 МБ

Ченджлог

1.27.0Релиз1.20.5, 1.20.6, 1.21 · 22 июня 2026 г.

[FIX] Up versions

1.26.2Релиз1.20.5, 1.20.6, 1.21 · 21 июня 2026 г.

[FIX] Update README

1.26.1Релиз1.20.5, 1.20.6, 1.21 · 21 июня 2026 г.

[REFACTOR] Update readme\n[FIX] Up version

1.26.0Релиз1.20.5, 1.20.6, 1.21 · 21 июня 2026 г.

[REFACTOR] Update dependencies\nMerge pull request #131 from Astra-Interactive/feature/update

[REFACTOR] Update dependencies

1.25.0Релиз1.20.5, 1.20.6, 1.21 · 10 мая 2026 г.

[FEAT] InventoryLayout.kt\n[FEAT] Improve InventoryLayout\n[FEAT] Improve InventoryLayout\n[FIX] Remove dependencies interface\n[FIX] Remove dependencies interface\n[FIX] Move InventoryLayout.kt to AstraLibs\n[FIX] Update AstraLibs\n[TEST] Add tests\n[FIX] Buttons location\n[FIX] Up version\nMerge pull request #128 from Astra-Interactive/refactor/inventory

[REFACTOR] Inventory

1.24.0Релиз1.20.5, 1.20.6, 1.21 · 2 мая 2026 г.

[FIX] Up versions (#127)

1.23.0Релиз1.20.5, 1.20.6, 1.21 · 22 марта 2026 г.

[FEAT] Refactor and improve multipaltform (#122)

  • [FEAT] Refactor
  • Improve multiplatform
  • [FEAT] Refactor
  • fix shadow task
1.22.1Релиз1.20.5, 1.20.6, 1.21 · 21 марта 2026 г.

update dependencies (#121)

  • update dependencies

  • Update gradle.properties

Комментарии

Загружаем…