Strike lightning without the sound?

Discussion in 'Plugin Development' started by MrSnare, Jul 4, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    MrSnare

    Is it possible? If so, how?
     
  2. Offline

    kmccmk9

    I don't think you can. If you could it would have to be either a resource pack or maybe spout can do it.
     
    MrSnare likes this.
  3. Offline

    John Cameron

    NO IT IS
    Just send a custom packet :D
    Code:
    EntityLightning el = new EntityLightning(((CraftWorld) world).getHandle(), x, y, z, true);
    Packet71Weather packet = new Packet71Weather(el);
    ((CraftPlayer) player).getHandle().playerConnection.sendPacket(packet);
     
    bennie3211 likes this.
Thread Status:
Not open for further replies.

Share This Page