For more control you can edit the holograms.yml file.
Requirements
Example hologram with number requirement.
show:requirements:test:# This can be named any way you wanttype:value# There are currently 3 types: value, permission, textoperation:'>='first:'%vault_eco_balance%'second:'1000.0'location:==:org.bukkit.Locationworld:worldx:268.4633145013018y:77.78269178904614z:-89.69380098878904pitch:33.74977yaw:116.07733range:10lines: - Example line - '{hpe-statistic_mine_block-1-user} - {hpe-statistic_mine_block-1-value}' - '{TENTHS}' - TENTHS - '{CURRENTDATA} {FAST}'
Value requirement:
Requires the next values:
type:valueoperation:'>='# > , >= , < , <= , != , ==first:'%vault_eco_balance%'# any value you can type your own value here,# if using placeholders just make sure its number onesecond:'1000.0'# any value you can type your own value here,# if using placeholders just make sure its number one
Text requirement
type:textoperation:'=='# == , != , contains , !containsfirst:'%vault_rank%'# any type of text (placeholder or your own)second:'admin'# any type of text (placeholder or your own)
Permission requirement
type:permissionpermission:can.you.see.me# any permission you want.
Requirements will always compare first value with second example
first >= second