AdvancedChests 图标

AdvancedChests

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0-Free
本资源为搬运资源,原资源地址: https://modrinth.com/mod/advancedchests
资源信息

Minecraft 版本: 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4

平台: paper spigot

标签: game-mechanics management utility

资源介绍
![AdvancedChestsFree banner](https://cdn.modrinth.com/data/cached_images/a8c86e058dd93aa5e925b4474463ed8980b4516f_0.webp) 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
![Changing pages gif](https://i.imgur.com/nrhAyHf.gif)
![Upgrades mini title](https://i.imgur.com/bwVoX6t.png) You can even make your own upgrades for the chests and expand their slots with a custom price ![Upgrading chest gif](https://i.imgur.com/ORCGxgz.gif) ![videos mini title](https://i.imgur.com/8G7hzko.png) ![api mini title](https://i.imgur.com/su32HLs.png) [>> 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
config.yml ``` # ============[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 ``` chests/example.yml ``` 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" ``` languages.yml ``` 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: - "" ``` Permissions ``` advancedchests.admin - access to admin actions advancedchests.user - acess to all the permissions below this one advancedchests.upgrade. - access to upgrade a certain type of chest advancedchests.upgrade.* - acess to upgrade all the type of chests advancedchests.open. - access to open a certain type of chest advancedchests.open.* - acess to open all the type of chests advancedchests.deposit. - 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. - access to place a certain type of chest advancedchests.place.* - acess to place all the type of chests advancedchests.break. - 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 ``` Commands ``` /advancedchests help - (See all the commands) /advancedchests reload - (Reload the plugin) /advancedchests give - (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 - (Open a chest at a specific location) /advancedchests clear - (Right click on a chest to clear its content) /advancedchests placedchests - (Shows all the placed chests of a specified player) /advancedchests options - (Shows all the set values for a specific config option) /chests (Open the chests shop) ``` ![discord logo](https://images.squarespace-cdn.com/content/v1/5a6fcdd32aeba5c9f2a0569b/1551213645041-V6SKE4E0ZZU0JJ8DWCYF/ke17ZwdGBToddI8pDm48kCjb1Lr037ZHeTynJ0YDoARZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpy93ipB_6CzqQ9ozHbN9fOfEJe5KxtpobYXHM4_yWHi4dRgoTWqHA1RCLwNLzo0BKA/DiscordLogo.png) [https://discord.gg/mtqmtYb5e6](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. Please don't post bad reviews if you haven't asked me for support!
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
More Animals For You

价格:0 墨喵币
下载量:0

查看详情
AE2 Toggleable View Cell

价格:0 墨喵币
下载量:0

查看详情
Ping in Tablist

价格:0 墨喵币
下载量:0

查看详情
Colored Bricks Mod

价格:0 墨喵币
下载量:0

查看详情