make player ride a bat and 1 more questions

Discussion in 'Plugin Development' started by Infinity_Crafter, Sep 9, 2013.

Thread Status:
Not open for further replies.
  1. when i do something like
    (ent stands for bat entity and p for player)
    ent.setPassenger(p) the player is on the bat.. but the bat seems to be "heavy" and cant get off the ground... anyway that i can fix that?
    one more question.. how can i disable particles coming out of blazes? (the smoke)
     
  2. Offline

    Musaddict

    Correct me if I'm wrong, but I believe that riding a bat would have the same effects that you would on a pig or a horse; i.e., riding on the ground.

    As for the effect. Try listening for particle effects, and if it comes from a blaze, cancel.
     
  3. Offline

    metalhedd


    There's no event you can listen to (or cancel) for particle effects. I'm almost positive there's no way to remove blaze particles.

    as for the bat, no it's nothing like riding a horse or pig, it should fly, I've seen videos of it, but I'm not sure whats wrong with what you've got there.
     
Thread Status:
Not open for further replies.

Share This Page