MrSellChests v1.0.4

This plugin was tested on version 1.21.8 and was fully functional!

About the Plugin

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

Functions

  • Chunk-Collecting
  • Keep/Remove/Transfer non-sellable items
  • Holograms
  • Statistics
  • Every sell-chest have own settings
  • Support 1.21.4 and Hex Colors
  • Boost System
  • I WILL ADD MORE IN THE FUTURE
Plugin Preview

Commands

Admin Commands

/msc - For help

/msc reload - For reload configuration/messages files.

/msc give <player> <chest_type> <count> - Gives the given number of chests to the given user.

/msc boost <player> <boost> <time> - Gives the player the specified boost for a specified duration!

/msc boost give <player> <boost> <count> - Gives the player boost voucher!

Permissions

Functions Permissions

mrsellchests.destroy.others - Allows you to destroy others' sell chests.

mrsellchests.open.others - Allows you to open someone else's sales chest.

mrsellchests.place.<type> - Allows the player to place a given type of chest.

mrsellchests.limit.<number> - Allows the player to place the max.num of chests according to the specified value.

Commands Permissions

mrsellchests.reload - For the possibility of using the command: /msc reload

mrsellchests.give - For the possibility of using the command: /msc give

mrsellchests.boost - For the possibility of using the command: /msc boost

Configuration

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 #This is for the sell interval in TIME (seconds)
      Booster: 1.0 #This is for the sell booster!
      Size: 9 #This is for the sell gui size!
      MaxLinks: 1 #This is for maximum link vanilla chests to sell chest (for transfer non sellable items)!
      Material: "YELLOW_SHULKER_BOX" #Here you can use any placeble material!
    Item:
      Name: "{#D8F454>}✹ Basic Sell Chest ✹{#A9B654<}" #This is name of the given item!
      Lore: #This is lore of the given item!
        - "&7"
        - "{#D8F454}Informations:"
        - "&7This chest selling items in sell inventory"
        - "&7of this chest in 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!" 

Example Sell-Chest in MrUltimateShop

# MrUltimateShop Configuration
Shop:
  Name: "{#FF58DF>}&lSHOP{#FF58C4<} &8| &fSell-Chests &8(&a[CurrentPage]&8/&c[TotalPages])"
  Size: 54  # 6 řádků
  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 #Enable original lore from this item in shop
      quantity: 1
      slot: 10
      page: 1
      Buy:
        Enable: true
        Price: 10000.0
      Sell:
        Enable: false
        Price: 0.5

Supported Plugins

  1. For Economy: Vault
  2. For Holograms: DecentHolograms, CMIHolograms
  3. For Sell-Prices: ShopGUI+, EconomyShopGUI, MrUltimateShop, FILE(in this plugin)