[SPIGOT-2374] Villagers with NoAI tag keep jumping Created: 09/Jun/16  Updated: 26/Sep/16  Resolved: 09/Jun/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Clément Ababou Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: 1.10, Spigot

Attachments: PNG File 2016-06-09_19.32.29.png     PNG File 2016-06-09_19.33.11.png    
Plugin: SlotMachine

 Description   

Villager who have the tag NoAI just keep jumping without stopping, is only happens to villagers (See screenshots)

(I'm SlotMachine plugin developper)



 Comments   
Comment by Erik [ 26/Sep/16 ]

I had the same issue after upgrading and this is what I did to fix it:

  • /entitydata @e[type=Villager,r=50] {NoAI:1,NoGravity:1}

    Then for some reason my villagers startet flying up. so then I whent to the location I wanted the villager to be and wrote this command:

  • /tp @e[type=Villager,r=5] Erik1988

Note that I did not have this issue on villagers spawned after I upgraded, so it seems like for me it was only the one that was from earlier versions.

Comment by Onnowhere [ 24/Aug/16 ]

Can confirm, still occurs

Comment by Rémi Grandzinski [ 24/Aug/16 ]

Had the same problem, agree with Jonathan Faulch. It's really anoying btw

Comment by Jonathan Faulch [ 21/Jun/16 ]

This issue should definitely be re-opened, as the steps to reproduce are very straight forward.

  1. Create a new spigot server
  2. Summon a villager: /summon Villager
  3. Give them NoAI: /entitydata @e[type=Villager] {NoAI:1}
  4. Watch 'em jump

Verified in version: git-Spigot-c55900f-9af379f (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)

Edited for formatting and to add version

Comment by WolfezzBlazer [ 11/Jun/16 ]

Clone it

Comment by Clément Ababou [ 10/Jun/16 ]

Can this issue be re-opened.

Seems to happen whether you set the tag NoAI or you use .setNoAI(true); and then you restart the server

Generated at Tue Apr 15 09:42:13 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.