SupremeBlackmarket

Description

Every day, the black market will offer you 3 items he is interested in for you to sell. There are no limits on how much you can sell. This brings a whole new element to the economy, as it gives users the chance to sell infinite amounts of an item on a particular day. One day this could mean you're selling all that dirt you've been storing away, another day could give you the chance to sell gold at a high price.

Commands

CommandsPermissionsDescription

/supremeblackmarket refresh

supremeblackmarket.admin

Refreshes the items inside the black market menu.

/blackmarket

supremeblackmarket.use

Opens the black market menu.

Adding/removing items

You are of course free to choose which items you do or do not want to offer to your players. Here I briefly explain how you can add more items and of course remove them in reverse order.

YellowDye1: # Item ID (must be unique)
  name: '&6&lYellow dye' # Item title
  price: 0.5 # Sell price
  material: 'YELLOW_DYE' # Material type (see 'useful links' for all material types)
  amount: 1
  lore:
    - ''
    - ' &7▪ &fSell Price: &e$%price%/ea' 
    - ''
    - '&a&lClick here &r&ato Sell this item.'
  durability: 0
  glow: false
  slot: 11 # You can add multiple items on the same slot so it will rotate the items on a refresh

You can copy this exact same text section and paste it into the transferitems.yml file to add a new item but don't forget to change the item name.

Last updated