Configuration

This page describes the configuration

config.yml
requires-free-hand: false
requires-block-below: false
bellow-block: "CRAFTING_TABLE"

Hologram:
  enable: true
  amount-item: 3
  timeout: 5
  tab: "&6&lShulkerBox"
  line-text: "&7%n%) &f%item% &7- &e%amount%"  # Position + Items + Quantity
  #line-text: "&f%item% &e%amount%"             # Item + Quantity
  #line-text: "&f%item%"                        # Item
  empty: "&cEmpty"

Chat:
  enable: true
  amount-item: 3
  tab: "&6--- ShulkerBox ---"
  line-text: "&7%n%) &f%item% &7- &e%amount%"  # Position + Item + Quantity
  #line-text: "&7> &f%item% &7- &e%amount%"     # Item + Quantity
  #line-text: "&7> &f%item%"                    # Item
  end-tab: "&6-----------------"
  empty: "&cEmpty"
Entries
Descriptions
equires-free-hand: false

Choose whether players should have a free hand when clicking on the shulker

requires-block-below: false
bellow-block: "CRAFTING_TABLE"

Choose whether a block under the shulker is required to enable the plugin to work (Go to the bottom of the page for more information)

Hologram:
  enable: true
  amount-item: 3
  timeout: 5
  tab: "&6&lShulkerBox"
  line-text: "&7%n%) &f%item% &7- &e%amount%"
  empty: "&cEmpty"

This section manages holograms. You can enable and disable holograms, choose how many items to show, how long they remain visible, and text formatting. %n% = Location of items in the shulker's inventory %item% = The name of the item %amount% = The quantity of items

Chat:
  enable: true
  amount-item: 3
  tab: "&6--- ShulkerBox ---"
  line-text: "&7%n%) &f%item% &7- &e%amount%"
  end-tab: "&6-----------------"
  empty: "&cEmpty"

This section manages the chat You can decide to enable or disable messages in chat, set how many items to show and format the text. %n% = Location of items in the shulker's inventory %item% = The name of the item %amount% = The quantity of items


requires-block-below: true

If set to "true" you can choose the type of block to put under the shulker

Last updated