⭐AdvancedChests⭐ | Unlimited sizes | Holograms | ✨Upgrades | ✅Sells | ⚡Sorter | ☄️ Compressor

MC PLUGINS ⭐AdvancedChests⭐ | Unlimited sizes | Holograms | ✨Upgrades | ✅Sells | ⚡Sorter | ☄️ Compressor 40.6

    Make minecraft chests look Bigger!
You have to Like the resource before downloading.
Legacy (< 1.13)Tested Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
  • 1.11
  • 1.12
  • 1.13
  • 1.14
  • 1.15
  • 1.16
  • 1.17
  • 1.18
  • 1.19
  • 1.20
Contributors:KiingDonation Link:https://www.paypal.me/DeadSilenceDEV
[IMG]

Advanced Chests is the plugin you need to make normal Minecraft chests look BIGGER!
Make chests with unlimited size and enjoy this new possibility.


[IMG]


[IMG]

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


[IMG]

You can also sort your chest with a simple button!
[IMG]


[IMG]

You can also sell all the chest content!
[IMG]


[IMG]

Why use furnaces? when you can smelt all your content with a simple click!
[IMG]


[IMG]

Compress your ores and turn them into blocks!
[IMG]



[IMG]

Schedule automatic sells for each chest!

[IMG]


[IMG]

Look for specific items using the search functionality!
[IMG]


[IMG]

MEDIA=youtube]dDzqGOu_5y0[/MEDIA]
[IMG]

>> CLICK HERE <<
Plugin Features:
  • Create custom chests
    • Unlimited amount of advanced chests​
    • Unlimited size for your chests​
    • Change the Inventory display name (Colored names)​
    • Add custom crafting recipes!​
    • Barrel and Shulker boxes support!​
  • Upgrades
    • Expand the slots of the chests​
    • Make upgrades​
    • Put a price per upgrade​
  • Holograms
    • Holographics Displays Support!​
    • CMI Support!​
    • Add custom titles to your chests!​
  • Sorter
    • You can sort your chest with a simple button!​
  • Sells
    • You can sell all the chest content with a simple button!​
    • Essentials Support!​
    • ShopGUIPlus Support!​
    • zShop Support!​
  • Smelter
    • You can smelt your chest content with a simple button!​
  • Compressor
    • You can compress your ores and other materials to turn them into blocks​
  • Automatic Sells
    • Schedule automatic sells for you chests​
    • Edit the sells frequency​
    • Toggle this option​
    • Set a tax​
  • Search
    • Look for specific items​
    • Intuitive GUI​
    • Shows all the pages that contains the searched item​
  • 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​
  • Mysql support
    • Local data import to Mysql​
    • Mysql data import to local data​
  • Compatibility
    • Vault​
    • Multiverse Core​
    • Royale Economy​
    • Insights​
    • Essentials​
    • ShopGuiPlus​
    • zShop​
    • CMI​
    • Holographics Displays​
    • WildTools​
    • NBTAPI​
    • JetMinions​
    • JetHoppers​
    • HopperSorter​
    • UpgradeableHoppers​
    • SuperiorSkyblock2​
    • IridiumSkyblock​
    • BentoBox​
    • FabledSkyblock​
    • InteractionVisualizer​
    • OneStopShop​
    • EconomyShopGUI​
    • UltraEconomy​
Code:
# ============[ADVANCED CHESTS]============= #
options:
  timings:
    save_interval: 3000 # Time in ticks
    # This option establishes the max amount of time that the selling process can occur
    # Add more delay to this option if you are experiencing lag when selling large amounts of items from chests at once
    sell_time_max_delay: 0 # Time in seconds
    # This option establishes the max amount of time that the compressing process can occur
    # Add more delay to this option if you are experiencing lag when compressing large amounts of items from chests at once
    compress_time_max_delay: 0 # Time in seconds
    # 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
  storage:
    # You can choose between YAML or MYSQL
    type: "YAML"
    # The database should be already created
    database: "advancedchests"
    address: "127.0.0.1"
    username: "root"
    password: ""
    port: 3306
  enhancement:
    # Enabling this option will allow you to use the NBT-API for the chests
    # This option requires NBT-API of course
    use_nbtapi: false
    # This option establishes the economy that will be used in the shop
    # you can choose between MONEY(Requires Vault) or EXPERIENCE(Minecraft experience)
    shop_economy: "MONEY"
    # This option establishes the economy that will be used in the chest upgrades
    # you can choose between MONEY(Requires Vault) or EXPERIENCE(Minecraft experience)
    upgrades_economy: "MONEY"
    # This option establishes the economy that will be used in the chest sorts
    # you can choose between MONEY(Requires Vault) or EXPERIENCE(Minecraft experience)
    sorts_economy: "MONEY"
    # This option establishes the economy that will be used in the chest smelts
    # you can choose between MONEY(Requires Vault) or EXPERIENCE(Minecraft experience)
    smelts_economy: "MONEY"
    # This option establish the economy that will be used in the sells
    # you can choose between (ESSENTIALS, SHOPGUIPLUS, ZSHOP, ROYALE_ECONOMY, CMI, BOSS_SHOP_PRO, ONE_STOP_SHOP,
    # DELUXE_BAZAAR, ECONOMY_SHOP_GUI, ECONOMY_SHOP_GUI_PREMIUM and CUSTOM).
    #
    # Putting this option on CUSTOM requires you to declare your own prices
    # in the custom-worth-provider section at the bottom of this file.
    sells_plugin: "ESSENTIALS"
    # This option will allow you to specify a specific shop of a sells plugin
    # you can use it for plugins like SHOPGUIPLUS, ROYALE_ECONOMY and BOSS_SHOP_PRO
    sells_plugin_shop: ""
    # Enabling this option will allow the plugin to check for new updates
    check_updates: true
    # Disable automatic sells when chests have no activity
    disable_autosells_when_inactive: false
    # This option will allow players to enable their automatic sells chests sessions when they reconnect in the server
    # This option will be useful if you have the option disable_autosells_when_inactive enabled
    enable_autosells_on_reconnect: false
    # Enabling this option will allow the chests to remember the last opened page by a player
    # and reopen it
    reopen_last_opened_page: false
  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
    # Enabling this option the players will receive the money collected by the chest when breaking the block
    onbreak_claim_chest_money: true
    # 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
    # Show a confirmation before selling a chest
    onsell_confirmation: true
    # Show a confirmation before smelting a chest
    onsmelt_confirmation: true
    # Show a confirmation before smelting a chest
    oncompress_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 sell confirmation gui
    # (Material damage based)
    sell_confirmation_color: 7
    # Change the color of the smelt confirmation gui
    # (Material damage based)
    smelt_confirmation_color: 7
    # Change the color of the compress confirmation gui
    # (Material damage based)
    compress_confirmation_color: 7
    # Change the color of the glasses in the shop gui
    # (Material damage based)
    shop_color: 4
    # Change the color of the automatic sells menu
    # (Material damage based)
    automatic_sells_color: 7
    # Change the color of the sorters menu
    # (Material damage based)
    sorters_color: 7
  sells:
    # Disabling this option items with meta will be taken in count in the selling process
    ignore_meta: true
    # Remove all the worthless items
    remove_worthless_items: false
  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
# To use this section you must put the sells_plugin as CUSTOM
custom-worth-provider:
  STONE: 1.0
compressor:
  recipes:
    # The recipe for a specified material
    DIAMOND_BLOCK:
      # The required amount of a specified material to get the result
      # You can add more than one item to get the same result
      DIAMOND: 9
    IRON_BLOCK:
      IRON_INGOT: 9
    COAL_BLOCK:
      COAL: 9
    EMERALD_BLOCK:
      EMERALD: 9
    GOLD_BLOCK:
      GOLD_INGOT: 9
    REDSTONE_BLOCK:
      REDSTONE: 9
    LAPIS_BLOCK:
      LAPIS_LAZULI: 9
    BRICKS:
      BRICK: 4
    GOLD_INGOT:
      GOLD_NUGGET: 9
    IRON_INGOT:
      IRON_NUGGET: 9
    NETHERITE_BLOCK:
      NETHERITE_INGOT: 9
    COPPER_BLOCK:
      COPPER_INGOT: 9
    MELON:
      MELON_SLICE: 9
    GLOWSTONE:
      GLOWSTONE_DUST: 4
    SNOW_BLOCK:
      SNOW_BALL: 4
    SLIME_BLOCK:
      SLIME_BALL: 9
    BONE_BLOCK:
      BONE_MEAL: 9
    AMETHYST_BLOCK:
      AMETHYST_SHARD: 4
[IMG]
https://discord.gg/mtqmtYb5e6


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.
No refunds.


Please don't post bad reviews if you haven't asked me for support!
Liked By 2 members:
Mon Mon Money
gametne
Go to download
tuper
Author tuper
Legend

Posts

373

Likes

679

Resources

135

Downloads 6
Views 307
First release
Last update
Rating 0.00 star(s) 0 ratings
Top