RevivalPMMP / PureEntitiesX

A Revival of the original PureEntities, a plugin which provides MobAI for PMMP - Coming back soon
GNU General Public License v3.0
165 stars 77 forks source link

Mobs can't levitate #443

Open FluffyDev1 opened 3 years ago

FluffyDev1 commented 3 years ago

PocketMine-MP Version: 3.17.2 Plugin Version: 0.6.7 Other Installed Plugins: none

PHP version: Latest one

OS Version: Windows 10

Steps to reproduce the issue.

  1. Add levitation effect to a mob (i used the EntityDamageByEntity event)

Description

I thought the mob will levitate lol

FluffyDev1 commented 3 years ago

Sooooooo???/

95CivicSi commented 3 years ago

What are you using to add levitate?

FluffyDev1 commented 3 years ago

Effects

95CivicSi commented 3 years ago

After taking some time to look into this, it appears that there is no implementation of levitation effects in PM other than a generic effect intended for use on Players. That implementation relies heavily on the client to perform the actions necessary for the effect.

PureEntitiesX doesn't have response to this effect built in yet, so this would need to be added.