Error: Code: Error: "Call to a member function getServer() on null" (EXCEPTION) in "src/pocketmine/event/entity/EntityDamageByEntityEvent" at line 65 Code:
Look, after you get the error, there should be a backtrace with some reverse calls (numerated usually from #0 to #6)
Try enabling debugging in pocketmine.yml (set debug-level to “2”). After you get an error it should be something like this:
And, also, are you sure that you identified defective plugin correctly? Maybe, is it something else that causes this error?