Black-Market icon

Black-Market -----

Rotating Shop, Limited Stocks, Discount System and more!



BLACK MARKET - Mysterious Night Shopping Experience
Transform your server's economy with a thrilling underground marketplace that only appears in the shadows of night!

✨ What is Black Market?
Black Market adds an exclusive, time-limited shop to your server that creates excitement and competition among players. When darkness falls (or at scheduled times), a mysterious merchant opens their doors, offering rare and valuable items at special prices - but supplies are limited!

Key Features
Time-Limited Access
  • Shop opens only during specific times (Minecraft night or real-world schedules)
  • Creates anticipation and excitement when the market opens
  • Global announcements with mysterious sound effects alert all players
Daily Rotating Items
  • Different items available each day - keeping gameplay fresh
  • Rare and exclusive items not found in regular shops
  • Limited stock creates urgency and competition
Dynamic Pricing System
  • Random daily discounts on select items (10-50% off!)
  • Eye-catching gradient colors and animations
  • Visual indicators for special deals and out-of-stock items
Stunning Visual Interface
  • Beautiful GUI with gradient color effects
  • Clean, modern design that's easy to navigate
  • Real-time stock updates visible to all players
  • Custom sound effects for purchases and interactions
Smart Features
  • Vault Economy Integration - Works with your existing economy
  • Timezone Support - Configure opening hours for any timezone
  • Fully Customizable - Every message, item, and setting can be configured
  • Stock Management - Items have limited quantities that refresh daily
  • Permission Based - Control who can access the market
Commands:
upload_2025-8-30_22-10-0.png


Code (YAML):
settings:
  max-items-per-day
: 9
  discount-chance
: 0.25
  discount-min
: 0.10
  discount-max
: 0.50

  # Schedule mode: "minecraft-night" or "real-time"
  schedule-mode
: minecraft-night

  # If using real-time mode, specify timezone (e.g., "UTC", "America/New_York", "Europe/Rome")
  timezone
: UTC

  # If using real-time mode, specify open hours (24h format)
  # Format: "HH:MM-HH:MM" (can span midnight)
  open-hours
:
   - "20:00-23:59"
    - "00:00-02:00"

items
:
  diamond_sword
:
    display-name
: "&gradient:#00BFFF:#1E90FF>&lDiamond Sword"
    material
: DIAMOND_SWORD
    price
: 1500.0
    stock
: 3
    lore
:
     - "&7A powerful weapon"
      - "&7forged from diamonds"
    commands
:
     - "give {player} diamond_sword 1"

  god_apple
:
    display-name
: "&gradient:#FFD700:#FFA500>&lEnchanted Golden Apple"
    material
: ENCHANTED_GOLDEN_APPLE
    price
: 5000.0
    stock
: 1
    lore
:
     - "&7The ultimate healing item"
      - "&7Grants incredible powers"
    commands
:
     - "give {player} enchanted_golden_apple 1"

  netherite_armor
:
    display-name
: "&gradient:#4B0082:#8A2BE2>&lNetherite Armor Set"
    material
: NETHERITE_CHESTPLATE
    price
: 15000.0
    stock
: 1
    lore
:
     - "&7Complete netherite armor set"
      - "&7Maximum protection"
    commands
:
     - "give {player} netherite_helmet 1"
      - "give {player} netherite_chestplate 1"
      - "give {player} netherite_leggings 1"
      - "give {player} netherite_boots 1"

  totem
:
    display-name
: "&gradient:#FF1493:#FF69B4>&lTotem of Undying"
    material
: TOTEM_OF_UNDYING
    price
: 8000.0
    stock
: 2
    lore
:
     - "&7Saves you from death"
      - "&7One time use"
    commands
:
     - "give {player} totem_of_undying 1"

  elytra
:
    display-name
: "&gradient:#87CEEB:#00CED1>&lElytra Wings"
    material
: ELYTRA
    price
: 12000.0
    stock
: 1
    lore
:
     - "&7Fly through the skies"
      - "&7The ultimate transportation"
    commands
:
     - "give {player} elytra 1"

  beacon
:
    display-name
: "&gradient:#FFFF00:#FFD700>&lBeacon"
    material
: BEACON
    price
: 10000.0
    stock
: 1
    lore
:
     - "&7Provides powerful effects"
      - "&7To nearby players"
    commands
:
     - "give {player} beacon 1"

  shulker_box
:
    display-name
: "&gradient:#9370DB:#8B008B>&lShulker Box"
    material
: SHULKER_BOX
    price
: 6000.0
    stock
: 2
    lore
:
     - "&7Portable storage"
      - "&7Keep items on death"
    commands
:
     - "give {player} shulker_box 1"

  dragon_egg
:
    display-name
: "&gradient:#FF0000:#8B0000>&lDragon Egg"
    material
: DRAGON_EGG
    price
: 50000.0
    stock
: 1
    lore
:
     - "&7The rarest item"
      - "&7Trophy of the End"
    commands
:
     - "give {player} dragon_egg 1"

  custom_item_example
:
    display-name
: "&gradient:#00FF00:#32CD32>&lCustom Plugin Item"
    material
: NETHER_STAR
    price
: 25000.0
    stock
: 1
    lore
:
     - "&7Example custom item"
      - "&7From another plugin"
    commands
:
     - "otherplugin give {player} special_item 1"
Resource Information
Author:
----------
Total Downloads: 25
First Release: Aug 30, 2025
Last Update: Sep 12, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings