############################################################ # +------------------------------------------------------+ # # | Config | # # +------------------------------------------------------+ # ############################################################ # # If you're using Clearlag or another plugin that clears drops, # It is adviced you configurate it to not clear items that have names. # # For ClearLag, disable "item" removal in the "auto-removal" section, # and add to "remove-entities" the following: "- Item !hasName". # This should clear all item drops, that do not have a custom name. # ############################################################
# Additional messages used for debugging. debug: false
# How often should be check and potentially restore item displays? # If for example the items were removed for some reason, # then the hidden "pilot" will attempt restore the item. refresh-interval: 60
# In seconds.
# Used to translate items without custom names. ## Supported languages: # English (US) --------- en_us # English -------------- en_gb # English (Pirate Speak) en_pt # Danish --------------- da_dk # German --------------- de_de # Spanish -------------- es_es # French --------------- fr_fr # Turkish -------------- tr_tr # Dutch ---------------- nl_nl # Japenese ------------- ja_jp # Korean --------------- ko_kr # Chinese (Simplified) - zh_cn # Russian -------------- ru_ru # Polish --------------- pl_pl # Portuguese ----------- pt_pt # Portuguese (Brazil) -- pt_br language: 'en_us'
# How offset should the display be from the player's location? # Y default is 0.15, to move the armorstand down a bit. display-offset:
x: 0.0
y: 0.15
z: 0.0
# Prefix in front of all plugin messages. '' for blank. prefix: '&7
[&aHaven&bDisplays&7
] &r'
# Display Creataed. created: '&aDisplay created!'
# Display Removed. removed: '&cDisplay removed.'
# If you try to create displays in a claim you don't have access to. not-trusted: '&cYou cannot create/remove displays in claims you do not have access to.'
# Blocked material. not-air: '&cCannot create a display from Air.'