📄 config.yml

This file contains the main global settings for the plugin.

# How often the health bars should update their position and visibility, in ticks (20 ticks = 1 second).
# Lower values mean smoother animations but use slightly more server resources.
update-interval: 1

# How close a player needs to be to a mob to see its health bar, in blocks.
update-distance: 32

# Determines how the custom resource pack is generated.
# Options:
#   - 'standalone': Creates a 'built_pack.zip' in the plugin folder for you to distribute manually.
#   - 'itemsadder': Creates files in the ItemsAdder folder, for ItemsAdder to handle.
#   - 'nexo': Creates files in the Nexo folder, for Nexo to handle.
pack-generator: 'standalone'

Last updated