Black Market! Sell random items for increased prices!

Scar

Supreme
Feedback score
4
Posts
724
Reactions
384
Resources
0
I made this plugin for a project of mine a few months ago, and I no longer need it as I have moved on from said project. This plugin allows players to sell items defined in the config to the "Black Market" for a defined price. You can add as many items as you want, set the price for each item, and it gets randomized every 24 hours, or whenever you want it to.

If you have any questions, feel free to DM me, I will answer as soon as possible.

Images:
D0ibPk5



Config file:
Code:
npc-name: "Black Market"
reset-time: 24
preview-enabled: false
items:
  item1:
    display-item: IRON_INGOT
    display-name: '&7Default Item'
    display-lore:
      - '&7A description of the item'
      - '&7can be added here.'
    price: 10
  item2:
    display-item: DIAMOND
    display-name: '&7Default Item'
    display-lore:
      - '&7A description of the item'
      - '&7can be added here.'
    price: 10
  item3:
    display-item: GOLD_INGOT
    display-name: '&7Default Item'
    display-lore:
      - '&7A description of the item'
      - '&7can be added here.'
    price: 10



Price: $10 per copy





If anyone has any ideas for future additions to the plugin feel free to ask, if it interests me, I may end up adding it.
 
Type
Offering
Last edited:
Top