Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2069

Disable collisions between players

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • None
    • None

      I can not figure out how to disable collides between players in spigot 1.9.

      These methods doesn't work:

      player.spigot().setCollidesWithEntities(false);
      ((CraftPlayer)player).getHandle().collides = false;
      ((LivingEntity)player).setCollidable(false);
      

            Unassigned Unassigned
            FreeWall FreeWall
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: