ℹ️Items Holograms

config_holo.yml

This config allows you to:

  • show holograms on dropped items (item name)

  • merge dropped items above the 64 stack limit, to avoid lag

  • merge dropped unstackable items (on the ground)

  • glow the items to make them more recognizable by players

(Description of the option is in gray)

# language of the holograms (items names). folder: "lang"
lang: "en_us"
enabled: true
#which worlds do you want these options to be applied
worlds:
  - world
  - world_nether
  - world_the_end
merge:
  # merge dropped items even if their stack limit is exceeded (64+)
  force_merge:
    enabled: true
    radius: 7
    # please enable it only if you have duplication problems or incompatibility
    # with holograms plugins. For example with holograms of Shops plugin.
    # this option can increase CPU usage.
    more_precise_item_similarity_check__ENABLE_ONLY_IF_ANY_DUPE_PROBLEM: false
    max_stack:
      # max amount of stacked items of the same type
      custom_amount: 512
  merge_only_player_drops: false
  hologram:
    enabled: true
    format: "&f{name} &bx{amount}"
    glow:
      enabled: true
      # color of the hologram: 
      # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html
      color: "AQUA"
      only_player_dropped_items: true
      only_current_player: true
  blacklist:
    - BEDROCK
pickup_delay:
  legit_stacks: 2
  unstackable_items_stacks: 2

languages

Download more languages here: http://matteodev.it/spigot/holodrops/assets/lang.zip

Last updated

Was this helpful?