Enderpearl isnt working properly
mariagomezjs opened this issue ยท 5 comments
Information
- Server Version: Spigot 1.12.2
- OldCombatMechanics version: 1.9.0
- Server Log File: none
- OldCombatMechanics config file: default
Problem Description
Enderpearl isnt working properly with default configuration, users who use enderpearls, they are supposed to take damage (5 dmg / 2.5 hearts). I know that this config exist:
projectile-knockback:
enabled: true
worlds: []
damage:
snowball: 0.0001
egg: 0.0001
ender_pearl: 0.0001 <---
But if I modify this one, it will hurt to someone who is hit by that enderpearl aswell, this means both players will get the dmg, instead of the one that is throwing it.
To Reproduce
Steps to reproduce the behavior:
- Download the plugin
- Put in the plugin folder, with default config
- Try to use enderpearl in survival mode
Can you please enable debug
mode in the config and provide the damage outputs when an enderpearl is launched?
Wait, that's for the wrong module - is there no output about the actual damage done and taken?
Fixed with 1df299b