luanmenglei
如图,没有这个效果

luanmenglei
有没有大佬知道啊

Ir.Nep
ball.getWorld().spawnParticle

Bloody丶Han
PacketPlayOutWorldParticles packet = new PacketPlayOutWorldParticles(EnumParticle.粒子效果,true, (float) loc.getX(), (float) loc.getY(), (float) loc.getZ(), 0, 0, 0, 0, 1);
        for(Player online : Bukkit.getOnlinePlayers()) {
            ((CraftPlayer)online).getHandle().playerConnection.sendPacket(packet);
        }

第一页 上一页 下一页 最后一页