An easy to use plugin to modify your server knockback. You don't like actual spigot knockback? Not a problem just use this plugin a modify knockback ingame or in configuration file.
Depends
This plugin depends from ProtocolLib to work. Wich version you want.
Permissions
Permissions to configure knockback on game is "knockback.admin" Just do /knockback and you'll see all help you need.
How to configure
You can configure ingame by doing /knockback
Or configure it by configuration file.
Step one go into your server folders
Step two go into your plugin folder
Step three open CustomKB folder and then config.yml
And then just modify wich KB you want to modify. All is explained in configuration file, but if you need some help just open an issue on github.
Code (YAML):
##################################################### # CustomKB by # # gonzyui # #####################################################
# Set to false to disable custom knockback enabled: true
# These values multiply the normalized knockback vector # The knockback vector is measured in blocks per tick ground_horizontal_multiplier: 0.42
ground_vertical_multiplier: 0.3
# Will multiply knockback vector in air air_horizontal_multiplier: 0.42
air_vertical_multiplier: 0.3
# How much should sprint knockback be affected by the attacker's yaw? Range: 0.0-1.0 sprint_yaw_factor: 0.5
##################################################### # For support open # # an issue on github # # https://github.com/gonzyui # #####################################################