Arrow Height | This versions introduces a Fixed Arrow Height. By enabling this the arrow will no longer re-position itself in accordance with the player's pitch.
If you wish to use this feature please add the following to your config.yml file and set the value to true:
Code (YAML):
# If false the arrow will follow the player's pitch. Looking up will move it up, looking down will move it down. # If true the arrow will stay at the defaultVerticalOffset or the offset the player has chosen regardless of pitch. fixedArrowHeight: false
This section belongs in the Arrow position settings section, however, you may add it wherever you want.
You do not have to add the above if you do not wish to use this feature. The default is false.