mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 08:22:56 +01:00
kittycannon should actually fire kittens
This commit is contained in:
parent
01221ff3b1
commit
047d73b39f
@ -29,6 +29,7 @@ public class Commandkittycannon extends EssentialsCommand
|
||||
final int i = random.nextInt(Ocelot.Type.values().length);
|
||||
ocelot.setCatType(Ocelot.Type.values()[i]);
|
||||
ocelot.setTamed(true);
|
||||
ocelot.setBaby();
|
||||
ocelot.setVelocity(user.getEyeLocation().getDirection().multiply(2));
|
||||
ess.scheduleSyncDelayedTask(new Runnable()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user