- Fixed the position of the hologram, it is now positioned in the center of the block.
- Now you can adjust the hologram position for each mob type by editing the offset in the config.
To update, you should regenerate your config.yml so delete it (save it if you need to copy some text) and restart the server to regenerate it
OR add the new property "offset-holo" just under "show-holo" for every type of mobs like in the code below:
Code (YAML):
show-holo
: true
offset-holo
:
#You can adjust the position of the hologram by editing the x,y,z offset.
x
: 0.0
y
: 1.5
z
: 0.0