-
-
Notifications
You must be signed in to change notification settings - Fork 33
Knockback Configuration
Eden supports some spigot's knockback. The list of supported spigot fork can be found here except PaperMC (because PaperMC doesn't have a knockback API).
Before reading this part, please note that knockback apply only works for supported Spigot forks except PaperMC. By default, the plugin will find a knockback profile called 'default' and apply to all match players. If knockback profiles not found, then it will throw an error to all match players. So make sure you have all kit's knockback profile ready.
We don't support PaperMC knockback configuration. But if you really want to modify knockback with PaperMC, you will need to use a plugin to modify the knockback value, and code a plugin with our API to add support to Eden. This can be done with our custom bukkit event, MatchStartEvent, loop for all the match players and set the knockback one by one. Editing knockback with a plugin is strongly not recommend because it will cause delay and makes the knockback not "smooth".