⭐AdvancedChests⭐ | Free Version icon

⭐AdvancedChests⭐ | Free Version -----

Make minecraft chests look Bigger!



[​IMG]
AdvancedChests is the plugin you need to make normal Minecraft chests look BIGGER!
Try this FREE version of the plugin and unlock its awesome mechanics


[​IMG]

[​IMG]
You can even make your own upgrades for the chests and expand their slots with a custom price
[​IMG]

[​IMG]







[​IMG]

>> CLICK HERE <<

Plugin Features:
  • Create custom chests
    • Unlimited amount of advanced chests
    • Up to 50 pages (2250 slots)
    • Change the Inventory display name (Colored names)
    • Add custom crafting recipes!
    • Barrel and Shulker boxes support!
  • Hopper Compatible
    • The chests are compatible with vanilla hoppers
  • Intuitive Configuration
    • Config with explanation
    • Include basic examples
    • Configure details
      • Edit names
      • Edit lore
    • Configure options
      • Enable/disable tnt protection
      • Enable/disable Creeper protection
    • Configure upgrades
      • Enable/disable upgrades for specific chests
      • Edit upgrade prices
  • Compatibility
    • Vault
    • Multiverse Core
    • Insights
    • Essentials
    • Holographics Displays
    • NBTAPI
    • SuperiorSkyblock2
    • IridiumSkyblock
    • BentoBox
    • FabledSkyblock
    • InteractionVisualizer
Code (Text):
# ============[ADVANCED CHESTS FREE]============= #
# Love AdvancedChests? Take your experience to the next level with the premium version!
# By upgrading to AdvancedChests Premium Version, you unlock:
# Exclusive Features
# Priority Support
# Frequent Updates & Enhancements – Stay ahead with the latest improvements
#
# Your support helps keep AdvancedChests growing, ensuring more features, updates, and optimizations in the future!
#
# Get it now:
# SpigotMC: https://www.spigotmc.org/resources/79061/
# BuiltByBit: https://builtbybit.com/resources/15838/
# PolyMart: http://polymart.org/resource/67

options:
  timings:
    save_interval: 3000 # Time in ticks
    # This option establishes the max amount of time that the loading chests process can take
    # Add more delay to this option if you are experiencing lag when loading a large amount of chests on the server startup
    chests_loading_max_delay: 3 # Time in seconds
  enhancement:
    # Enabling this option will allow you to use the NBT-API for the chests
    use_nbtapi: false
    # This option establishes the economy that will be used in the shop
    # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience)
    shop_economy: "MONEY"
    # This option establishes the currency that will be used by the economy
    # This is useful when you are using ULTRA_ECONOMY
    shop_economy_currency: ""
    # This option establishes the economy that will be used in the shop
    # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience)
    # or ULTRA_ECONOMY(plugin)
    upgrades_economy: "MONEY"
    # This option establishes the currency that will be used by the economy
    # This is useful when you are using ULTRA_ECONOMY
    upgrades_economy_currency: ""
    # You can choose between HOLOGRAPHIC_DISPLAYS,CMI and DECENT_HOLOGRAMS
    holograms_plugin: "HOLOGRAPHIC_DISPLAYS"
    # Enabling this option will allow the plugin to check for new updates
    check_updates: true
    # Enabling this option will allow the chests to remember the last opened page by a player
    # and reopen it
    reopen_last_opened_page: false
    # Put this option on false if you don't want to use the plugin's permissions
    allow_permissions: true
    # Replace new placed vanilla chests by a default advanced chest type
    # Leave this empty if you do not want to use this option
    default_chest: ""
  explosions:
    # Enable or disable advanced chest explosions
    creeper: false
    tnt: false
  actions:
    # Drop the Advanced chest item
    onbreak_dropchest: true
    # Enabling this option the players will receive the chest item directly into their inventories when breaking the block
    onbreak_dropchest_to_inventory: false
    # Show a confirmation before breaking a chest
    # Enable this option to reduce the lag caused by the dropped items
    onbreak_confirmation: true
    # Drop items after breaking a chest
    onbreak_dropcontent: true
    # Enabling this option the players will have to clear out the chest before breaking it
    # Enable this option to reduce the lag caused by the dropped items
    onbreak_wait_for_empty_chest: false
    # Show a confirmation before upgrading a chest
    onupgrade_confirmation: true
  gui:
    # Enable or disable all the decorative glass panels
    use_glass_panels: true
    # Change the color of the glasses in the page selector
    # (Material damage based)
    pageselector_color: 7
    # Change the color of the glasses in the break confirmation gui
    # (Material damage based)
    break_confirmation_color: 14
    # Change the color of the glasses in the upgrade confirmation gui
    # (Material damage based)
    upgrade_confirmation_color: 4
    # Change the color of the glasses in the shop gui
    # (Material damage based)
    shop_color: 4
  events-priorities:
    # You can choose between [LOW,LOWEST,NORMAL,HIGH,HIGHEST]
    block_break: "HIGH"
    block_place: "HIGHEST"
    inventory_move_item: "HIGH"
    inventory_click: "NORMAL"
    player_interact: "HIGHEST"
    entity_explode: "HIGH"
  events-call:
    # Disable all those events you don't need to be handled for a better performance.
    chest_remove_event: true
  sounds:
    volume: 100
    pitch: 1
  backups:
    enable: true
 
Code (Text):
inventory:
  name: "&6Legendary Chest &8Page - %i%"
  # The size must be multiple of 9
  size: 270
container:
  # You can choose between CHEST, BARREL and SHULKER_BOX
  type: "CHEST"
item:
  name: "&6&lLegendary Chest"
  lore:
    - "&7This chest contains a total"
    - "&7of &6x%size% &7slots"
hologram:
  # This functionality requires at least Holographic Displays
  enable: false
  title:
    - ""
    - ""
# Put it as -1 if you don't want to display the chest in the shop
shop-price: 1000
allow-hoppers-use: true
previous-page-slot: 4
next-page-slot: 6
upgrades:
  enable: true
  next_upgrade: "example2"
  price: 1000
  slot: 5
deposit:
  enable: false
settings:
  enable: false
  slot: 1
crafting:
  enable: true
  items:
    A:
      material: "OAK_PLANKS"
      data: 0
    B:
      material: "IRON_INGOT"
      data: 0
  recipe:
    - "AAA"
    - "ABA"
    - "AAA"
Code (Text):
languages:
  prefix: '&8[&e&lAdvanced&6&lChests&8]'
  upgrades:
    success: '&aThe chest was correctly upgraded&6!'
    fail: '&cYou do not have enough money to buy this upgrade&6!'
    new-chest-container-forbidden-location: "&cThe new type of container can not have chests around."
  permissions:
    openchest-fail: '&cYou do not have the proper permissions to open this chest&6!'
    placechest-fail: '&cYou do not have the proper permissions to place this chest&6!'
    breakchest-fail: '&cYou do not have the proper permissions to break this chest&6!'
    upgrade-fail: '&cYou do not have the proper permissions to do this upgrade&6!'
    deposit-fail: '&cYou don not have permissions to deposit items inside this chest!'
    settings-toggle-hologram-fail: '&cYou don not have permissions to toggle the hologram of this chest!'
  actions:
    on-break-wait-for-empty-chest-fail: "&cThe chest needs to be empty to break it&6!"
  shop:
    inventoryname: "&c&e&lAdvanced&6&lChests"
    lore-format:
      - ''
      - '&7&o((Left click for &aUnit&7&o))'
      - '&7&o((Right click for &bStack&7&o))'
    price-format: "&6Price&8: &f%price%&6$"
    previous:
      name: "&6&lPrevious"
      head: "f7aacad193e2226971ed95302dba433438be4644fbab5ebf818054061667fbe2"
      material: "PLAYER_HEAD"
      lore:
        - ""
    next:
      name: "&6&lNext"
      head: "d34ef0638537222b20f480694dadc0f85fbe0759d581aa7fcdf2e43139377158"
      material: "PLAYER_HEAD"
      lore:
        - ""
    success: "&aYou have bought correctly&6!"
    fail: "&cYou do not have enough money to buy this chest&6!"
    without-inv-space: "&cYou do not have enough space in your inventory&6!"
    without-perms-to-open: "&cYou do not have permissions&6!"
  commands:
    placed-chests:
      title: "&e&lPlaced advanced chests&6:"
      chest-hover-message: "&7world = &6%world%\n&7x = &6%x%\n&7y = &6%y%\n&7z = &6%z%\n&7type = &6%chest-type%"
      chest-line: "&7- &6%index% &8(&7See information&8)"
  gui:
    previouspage:
      name: '&6&lPrevious page'
      head: "f7aacad193e2226971ed95302dba433438be4644fbab5ebf818054061667fbe2"
      material: "PLAYER_HEAD"
      lore:
        - ""
    nextpage:
      name: '&6&lNext page'
      head: "d34ef0638537222b20f480694dadc0f85fbe0759d581aa7fcdf2e43139377158"
      material: "PLAYER_HEAD"
      lore:
        - ""
    upgradeicon:
      material: "CHEST"
      head: ""
      name: '&e&lUpgrade your slots&6&l!'
      lore:
        - '&7This upgrade contains a total'
        - '&7of &6x%size% &7slots'
        - '&aPrice&e: &6%price%&e$'
    break-confirmation:
      inventoryname: '&c&lRemove the Chest...'
      confirmicon:
        material: "BARRIER"
        head: ""
        name: '&cBreak this chest!'
        lore:
          - '&7Click to break this chest!'
    upgrade-confirmation:
      inventoryname: '&8Confirm your upgrade!'
      confirmicon:
        material: "CHEST"
        head: ""
        name: '&e&lUpgrade!'
        lore:
          - '&7Click here to confirm your upgrade!'
    settings:
      inventory-name: "&8Settings"
      icon:
        material: "PLAYER_HEAD"
        head: "45e15d15d608a86372bb5c3d10b06e628c87ed31009ad3891c5922b3fbd86771"
        name: "&6&lSettings"
        lore:
          - "&7Click here to see the chest's settings!"
      toggle-holograms:
        on-status:
          material: "PLAYER_HEAD"
          head: "6153ad8ea62b2328e1c037ad13ae462a751e5b828de876e2b2993c8009d5c887"
          name: "&e&lToggle Holograms"
          lore:
            - "&7Status: &a&lON"
        off-status:
          material: "PLAYER_HEAD"
          head: "1a49f1fb3ed6ddc7c0569880d4ef815ae64d4b5c6be2d464532b5cacf5a19804"
          name: "&e&lToggle Holograms"
          lore:
            - "&7Status: &c&lOFF"
      back:
        material: "PLAYER_HEAD"
        head: "f7aacad193e2226971ed95302dba433438be4644fbab5ebf818054061667fbe2"
        name: "&6&lBack"
        lore:
          - ""
Code (Text):
advancedchests.admin - access to admin actions
advancedchests.user - acess to all the permissions below this one
advancedchests.upgrade.<chest_name> - access to upgrade a certain type of chest
advancedchests.upgrade.* - acess to upgrade all the type of chests
advancedchests.open.<chest_name> - access to open a certain type of chest
advancedchests.open.* - acess to open all the type of chests
advancedchests.deposit.<chest_name> - acess to deposit all your inventory content into a certain type of chest clicking outside the inventory
advancedchests.deposit.* - acess to deposit all your inventory content into all type of chests clicking outside the inventory
advancedchests.place.<chest_name> - access to place a certain type of chest
advancedchests.place.* - acess to place all the type of chests
advancedchests.break.<chest_name> - access to break a certain type of chest
advancedchests.break.* - acess to break all the type of chests
advancedchests.shop.open - access to open the shop
advancedchests.settings.toggle-hologram - access to toggle the chest hologram via the settings tab
Code (Text):
/advancedchests help - (See all the commands)
/advancedchests reload - (Reload the plugin)
/advancedchests give <player> <chest_name> <amount> - (Give a chest to a player)
/advancedchests list - (See the list of active chests)
/advancedchests info - (See all the information related to chests)
/advancedchests open <x> <y> <z> - (Open a chest at a specific location)
/advancedchests clear - (Right click on a chest to clear its content)
/advancedchests placedchests <player> - (Shows all the placed chests of a specified player)
/advancedchests options <option> - (Shows all the set values for a specific config option)
/chests (Open the chests shop)




If you find any bug you can also me a private message via spigot or contact me on my personal discord: DeadSilenceIV#5307


Terms of service:
You can not impersonate the author.
You can not distribute the code.
You may askme for support.

Please don't post bad reviews if you haven't asked me for support!
Resource Information
Author:
----------
Total Downloads: 62
First Release: Mar 17, 2025
Last Update: Mar 17, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings