Chests+ icon

Chests+ -----

Add custom chests and even furniture to your server!



CHESTS+
Add custom chests and even furniture to your server! (Beta)

Снимок экрана (214).png

Features
  1. Create chests with custom textures;
  2. Create chests with custom size;
  3. Create chests with custom sounds;
  4. Add commands when you open the custom chest;
  5. CREATE CHAIRS!and other kinds of furniture
How to give yourself your chest:
Use: /give @s ID{CustomModelData: Data}
you get ID and DATA from your config.
IMAGES
2022-02-16_10.55.39_4.jpg
2022-02-16_10.55.39_4q.jpg
Снимок экрана (360).png
CONFIG
with comments
Code (Text):

resourcePack:
  enabled : "true"
  link: "https://www.dropbox.com/s/0w9vgryenl0lkrc/Furniture.zip?dl=1"

options:
  0:
    id: "QUARTZ" # !I don't recommend changing this value! This is the id of the item which is used as a block
    data: "1" #Custom model data for your object goes here (must be unique)
    name: "Chest"
    type: "dispenser" #Type of the block (chest/workbench/chair/hopper/dispenser/none)
    size: "18" #The size of a chest.Use only these values: 9; 18; 27; 36; 45; 56
    animationOpen: "true" #If true when a chest is opened the custom model data will be changed to animationData
    animationData: "2" #Must be unique (can't be the same as data/animationData of any other object)
    openSound:
      name: "BLOCK_CHEST_OPEN" #This sound will be played if you open the chest. You can see the list of sounds here
      # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
      volume: "1"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE" #This sound will be played if you close the chest. You can see the list of sounds here
      # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
      volume: "1"
      pitch: "1"
    isOnRightClickCommand: "false" #If true runs the list of commands below
    onRightClickCommand:
      1: "[console]tell %player% hello!" #[player] executes the command as a player.[console] as console. %player% used for the name of the player
      2: "[player]tell %player% "
  1:
    id: "QUARTZ"
    data: "3"
    name: "Chest"
    type: "dispenser"
    size: "9"
    animationOpen: "false"
    animationData: "2"
    openSound:
      name: "BLOCK_CHEST_OPEN"
      volume: "1"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE"
      volume: "1"
      pitch: "2"
    isOnRightClickCommand: "false"
    onRightClickCommand:
      1: "[player] command here"
  2:
    id: "QUARTZ"
    data: "4"
    name: "Chest"
    type: "chair"
    size: "9"
    animationOpen: "true"
    animationData: "5"
    openSound:
      name: "ENTITY_IRON_GOLEM_DEATH"
      volume: "0"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE"
      volume: "0"
      pitch: "1"
    isOnRightClickCommand: "false"
    onRightClickCommand:
      1: "[player] command here"
  3:
    id: "QUARTZ"
    data: "6"
    name: "Crate"
    type: "chest"
    size: "54"
    animationOpen: "false"
    animationData: "0"
    openSound:
      name: "ENTITY_IRON_GOLEM_DEATH"
      volume: "1"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE"
      volume: "1"
      pitch: "1"
    isOnRightClickCommand: "false"
    onRightClickCommand:
      1: "[player] command here"
  4:
    id: "QUARTZ"
    data: "7"
    name: "Counter"
    type: "chair"
    size: "54"
    animationOpen: "false"
    animationData: "0"
    openSound:
      name: "ENTITY_IRON_GOLEM_DEATH"
      volume: "0"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE"
      volume: "0"
      pitch: "1"
    isOnRightClickCommand: "false"
    onRightClickCommand:
      1: "[player] command here"
  5:
    id: "QUARTZ"
    data: "9"
    name: "Crate"
    type: "hopper"
    size: "54"
    animationOpen: "true"
    animationData: "8"
    openSound:
      name: "ENTITY_IRON_GOLEM_DEATH"
      volume: "1"
      pitch: "2"
    closeSound:
      name: "BLOCK_CHEST_CLOSE"
      volume: "1"
      pitch: "1"
    isOnRightClickCommand: "false"
    onRightClickCommand:
      1: "[player] command here"
saved:
  1,-1000,1,World:
 

WANT A PLUGIN?: https://bedrye.com
SUPPORT: https://discord.gg/x7Qan5aUC2
Resource Information
Author:
----------
Total Downloads: 797
First Release: Feb 16, 2022
Last Update: May 7, 2023
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings