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

When is the animal riding function added? #246

Open shdudwns opened 6 years ago

shdudwns commented 6 years ago

Can I add a boat and a minecart?

95CivicSi commented 6 years ago

If by "animal riding function" you mean the ability to use a saddle and/or ride certain mobs (such as horses, llamas, pigs etc..) then these features are work in progress with no ETA as some of the necessary components are not available in PMMP yet.

As for boats and minecarts, neither of these are properly implemented in PMMP yet. This plugin targets MobAI and items directly related to Mob movements and interactions. PureEntitiesX will not implement minecarts and boats, and interaction with them will not be supported until they are fully functional in the PMMP.

shdudwns commented 6 years ago
    /**
     * Just for Bluelight ...
     * @return null
     */
    public function getRidePosition() {
        return null;
    }

@95CivicSi

95CivicSi commented 6 years ago

We only support PocketMine-MP directly.

DegenApeDev commented 6 years ago

Hmm,, interesting because I was riding my pet before and it worked fine.

shdudwns commented 6 years ago

https://github.com/RevivalPMMP/PureEntitiesX/tree/RideableMobs @95CivicSi @jasonwynn10 RIDEMOBS...

shdudwns commented 6 years ago

https://github.com/RevivalPMMP/PureEntitiesX/blob/e2541695b39984a71655dcbeb4518d2432da086d/PureEntitiesX/src/revivalpmmp/pureentities/entity/animal/walking/Pig.php#L123 @95CivicSi @jasonwynn10

jasonw4331 commented 6 years ago

@shdudwns That function was left over from the original developer of this repository. The current developer, @95CivicSi , is only giving support for pmmp's PocketMine-MP Server Software.