πBlack Market
Overview
Configuration Files
File
Purpose
Main Configuration
blackmarket/blackmarket.yml
# Black Market Configuration
# Automatically open GUI when event starts
auto_open_gui: true
# Broadcast purchases to server
broadcast_purchases: true
# Skip to next item when current is purchased
skip_on_purchase: false
# How long each item is available (seconds)
item_duration: 30
# Number of items per event
items_per_event: 5
# Auction Mode Settings
auction_mode:
enabled: false
starting_price: 1000.0
bid_increase_percent: 5.0
bid_reset_time: 5 # seconds
one_item_per_server: true
limit_purchases: false
# Messages
messages:
event_start: "&6&l[BLACK MARKET] &eThe Black Market has opened!"
event_end: "&6&l[BLACK MARKET] &cThe Black Market has closed."
no_event: "&cThe Black Market is not open right now."
already_purchased: "&cYou have already purchased from this Black Market!"
insufficient_funds: "&cYou don't have enough money for this item!"
# Items Configuration
items:
special_sword:
type: ITEM
price: 5000.0
weight: 1
max_stock: 1
use_auction_price: true
item:
material: DIAMOND_SWORD
amount: 1
name: "&6&lBlack Market Sword"
lore:
- "&7A mysterious sword from the"
- "&7depths of the black market."
- ""
- "&6Special Edition"
enchants:
1:
enchant: SHARPNESS
level: 5
2:
enchant: UNBREAKING
level: 3
mystery_command:
type: COMMAND
price: 3000.0
weight: 2
commands:
- "give %player% diamond 64"
- "msg %player% &aYou received a mystery reward!"
display_item:
material: ENDER_CHEST
name: "&d&lMystery Box"
lore:
- "&7What could be inside?"
- "&7Only one way to find out!"
rare_shop_item:
type: SHOP_ITEM
price: 10000.0
weight: 1
shop_category: "your_category_id"
shop_item: "your_item_id"
display_item:
material: NETHER_STAR
name: "&b&lRare Shop Item"
lore:
- "&7Normally unavailable item"
- "&7from the shop!"Item Types
Type
Description
ITEM Type
COMMAND Type
SHOP_ITEM Type
Weight System
Auction Configuration
blackmarket/blackmarket-auction.yml
Commands
Command
Description
Toggle Options
Permissions
Permission
Description
Default
Placeholders
Placeholder
Description
Event Flow
Standard Mode (Non-Auction)
Auction Mode
Tips
Related Features
Last updated