MrSellChests
PluginLicenseRef-Eula

MrSellChests

Sell Chests, Boosters support multiple shops to get sell prices.

464
Downloads
2
Followers
4 months ago
Updated
📦
13
Versions

📖About MrSellChests

Older versions are not and will not be supported

Preview you can find in gallery on this site

Banner
License Discord Wiki Wiki

Banner

MrSellChests is a modern Minecraft plugin that allows players to easily sell the contents of chests directly in the game.

Banner

  • Chunk-Collecting
  • Keep/Remove/Transfer non-sellable items
  • Holograms
  • Statistics
  • Every sell-chest has its own settings
  • Support 1.21.4 and Hex Colors
  • Boost System
  • I will add more in the future

Banner

Command Description Permission
/msc help Show plugin help (pages, aliases, etc.) (default help permission)
/msc reload Reload the plugin configuration and messages mrsellchests.reload
/msc give Give a sell-chest item to a player mrsellchests.give
/msc boost Set a temporary boost for all of a player’s sell-chests mrsellchests.boost
/msc boost give Give a booster voucher to a player mrsellchests.boost
/msc banned add Add an item to the banned-items list (SELL, COLLECT, INV) mrsellchests.banned
/msc banned remove Remove an item from the banned-items list mrsellchests.banned

Banner

Permission Description Default
mrsellchests.reload Allows reloading the plugin configuration op
mrsellchests.give Allows giving sell-chest items to other players op
mrsellchests.boost Allows managing boosters (setting boosts, giving vouchers) op
mrsellchests.banned Allows managing the banned-items list op
mrsellchests.place.* Wildcard for placing specific sell-chest types op
mrsellchests.limit.* Wildcard for the per-player chest limit op
mrsellchests.destroy.others Allows destroying sell-chests owned by other players op
mrsellchests.open.others Allows opening sell-chests owned by other players op
mrsellchests.* Grants access to all MrSellChests commands and permissions op

Banner

  • MrUltimateShop – FREE
  • ShopGUI+ - PAID
  • ExcellentShop - PAID
  • EconomyShopGUI - FREE

Banner

File: config.yml

Sell-Chest configuration:

  • Chest size
  • Chest boost
  • Custom Lore/Names/Holograms
  • Custom Item

Example Sell-Chest

# SellChests Configuration
SellChests:
  Basic:
    Chest:
      Type: "TIME" # TIME
      Interval: 10 # Sell interval in seconds
      Booster: 1.0 # Sell booster
      Size: 9 # GUI size
      MaxLinks: 1 # Max vanilla chests linked
      Material: "YELLOW_SHULKER_BOX" # Placeable material
    Item:
      Name: "{#D8F454>}✹ Basic Sell Chest ✹{#A9B654<}"
      Lore:
        - "&7"
        - "{#D8F454}Informations:"
        - "&7This chest sells items in its inventory"
        - "&7at the set interval!"
        - "&7"
        - "{#D8F454}Statistics:"
        - "&7Sell Interval: {#D8F454}10s"
        - "&7Booster: {#D8F454}1.0x"
        - "&7Size: {#D8F454}9"
    Hologram:
      - "{#D8F454>}&l✹ MrSellChests ✹{#A9B654<}"
      - "&7ʙᴀꜱɪᴄ"
      - "&7"
      - "{#D8F454}&l❘ &fChest Owner: {#A9B654}[PlayerName]"
      - "{#D8F454}&l❘ &fChest Boost: {#A9B654}[Booster]x"
      - "{#D8F454}&l❘ &fItems Sold: {#A9B654}[ItemsSold]"
      - "{#D8F454}&l❘ &fDeleted Items: {#A9B654}[DeletedItems]"
      - "{#D8F454}&l❘ &fMoney Earned: {#A9B654}[MoneyEarned]"
      - "{#D8F454}&l❘ &fNext Sell in {#A9B654}[Interval] seconds"
      - "&7"
      - "{#D8F454}Right-Click &8| &fTo open settings of this chest!"

File: YOURSHOP.yml

Item in shop configuration:

  • Quantity
  • Sell Price
  • Buy Price
#### MrUltimateShop Configuration
Shop:
  Name: "{#FF58DF>}&lSHOP{#FF58C4<} &8| &fSell-Chests &8(&a[CurrentPage]&8/&c[TotalPages])"
  Size: 54  # 6 rows
  Decorations:
    '1':
      Material: BLACK_STAINED_GLASS_PANE
      Name: " "
      Slots: "1,2,3,4,5,6,7,9,17,18,26,27,35,36,44,46,47,48,49,50,51,52"
      Glowing: false
    '2':
      Material: IRON_BARS
      Name: " "
      Slots: "0,8,45,53"
      Glowing: false
  Items:
    '10':
      Material: MrSellChests:Basic
      type: VANILLA
      command: "give [PlayerName] Stone [Count]"
      EconomyType: "VAULT"
      EnableCustomItemLore: true
      quantity: 1
      slot: 10
      page: 1
      Buy:
        Enable: true
        Price: 10000.0
      Sell:
        Enable: false
        Price: 0.5