Commit Graph

931 Commits

Author SHA1 Message Date
fullwall 63401046a9 Update README 2013-07-21 23:10:53 +08:00
fullwall e75227d0cd Fix NPE 2013-07-20 16:22:46 +08:00
fullwall d030909524 Fix Enderman, Horse and Wither not moving properly, fix Player NPCs not jumping properly 2013-07-19 15:22:36 +08:00
fullwall fdadd1df8b Add /npc targetable and update tab list name based on removefromplayerlist setting 2013-07-18 18:48:57 +08:00
fullwall dfc7f7e553 Implement the defaultAttackStrategy 2013-07-18 00:22:49 +08:00
fullwall 0f156caf6a Make sure that players are removed from the playerlist every so often 2013-07-16 23:29:11 +08:00
fullwall 705c894c7c Update version incompatible version to be more clear 2013-07-15 19:58:30 +08:00
fullwall 99c32d932f Implement /npc respawn command 2013-07-14 17:28:35 +08:00
fullwall e1e05c6728 Print the root cause of any exceptions while updating NPCs 2013-07-14 16:38:06 +08:00
fullwall e21d6daf48 Remove Util#parseLocation 2013-07-14 13:47:57 +08:00
fullwall ff50cd761d Locations are mutable, fix toggle path altering the waypoints 2013-07-12 21:09:45 +08:00
fullwall 2d973e7575 Add PlayerAnimation#CRIT and MAGIC_CRIT 2013-07-12 20:32:10 +08:00
fullwall 870825d212 Add /npc horse, /npc ocelot, make /npc wolf persist 2013-07-11 12:29:46 +08:00
fullwall 26d79436d7 Work around traits removing themselves or adding traits during onSpawn iteration 2013-07-10 17:35:20 +08:00
fullwall d0d2f0fc1f Set player position before and after 2013-07-10 00:14:38 +08:00
fullwall fd51c577ce Remove leash if leashable is false in entities 2013-07-10 00:08:19 +08:00
fullwall c7057656a3 Add leashable command 2013-07-09 22:01:00 +08:00
fullwall 9b8bef597d Add /npc copier command 2013-07-09 18:07:37 +08:00
fullwall 54eb4e31da Allow 50,000 iterations of A* 2013-07-09 15:21:23 +08:00
fullwall 3e1a15e347 Catch throwable 2013-07-09 12:36:29 +08:00
fullwall 7f6251b709 Don't fail to spawn if a trait has an exception when onSpawn() is called 2013-07-09 12:17:57 +08:00
fullwall e370fedd3c 1.6.2 2013-07-09 11:32:55 +08:00
fullwall bfe891495a Fix speed modifier for players 2013-07-07 15:57:21 +08:00
fullwall af40da3c0e Respect plugin setting of useNewPathfinder better 2013-07-07 13:39:49 +08:00
fullwall 3c08d3c5b6 Fix mistranslated field 2013-07-06 12:04:11 +08:00
fullwall 65bb8f202a Implement new parameter, default USE_NEW_PATHFINDER to true 2013-07-06 12:02:17 +08:00
fullwall 01ede533f8 Fix default pathfinding range and updating pathfinding range 2013-07-05 15:44:18 +08:00
fullwall a381c3e12d Test 2013-07-05 13:59:13 +08:00
fullwall c98162c20d Change navigation back to MC navigation and fix duplicate NPCs clientside 2013-07-05 13:46:39 +08:00
fullwall 1ebbe6fe64 Fix server crash 2013-07-03 18:34:53 +08:00
fullwall 6e5f77be62 Fix player line of sight checking and make the A* targeting more robust (10 retries before cancelling target) 2013-07-03 18:29:57 +08:00
fullwall 350a63f0b8 Validate target NPC in /npc tp 2013-07-03 18:05:18 +08:00
fullwall 676d2658dd New way to move air controllable NPCs - hold space to ascend, right click air to descend 2013-07-03 17:51:44 +08:00
fullwall ea85682d67 Fix entity speeds, targeting 2013-07-03 17:24:00 +08:00
fullwall fe1956a5fa Test for wolv 2013-07-03 16:44:33 +08:00
fullwall 5b1a73f4d8 Fix target in navigation 2013-07-03 16:38:08 +08:00
fullwall a064a28aab More cleanup, fix mistranslated field breaking head yaw for players 2013-07-03 14:21:30 +08:00
fullwall 9c4b0f41d2 Clean up jump implementation and remove left click to jump 2013-07-03 14:08:13 +08:00
fullwall b6b160e99b Ground controllable NPCs can now jump using spacebar 2013-07-03 13:50:34 +08:00
fullwall fde461489a Fix controllable NPCs and add -m flag to instamount 2013-07-03 12:36:52 +08:00
fullwall c6e9cfa58a Fix Navigation for non-new AI NPCs - thanks kumpelblase2 2013-07-03 11:38:27 +08:00
fullwall df97053e91 Preliminary update to MC 1.6.1: NOTE THAT PLAYER PATHFINDING DOES NOT WORK FULLY YET 2013-07-03 11:31:52 +08:00
fullwall 73ec77eaa0 Call new NPCDataStore method 2013-06-29 23:47:46 +08:00
fullwall f123b2f44e Remove /tc alias 2013-06-29 23:32:36 +08:00
fullwall 59996b44af Fix Sheared trait 2013-06-28 17:39:58 +08:00
fullwall 8d7d8a7261 Fix bug with /npc playerlist, add some mob-specific methods 2013-06-08 18:43:19 +08:00
fullwall c9f51bca26 Add more waypoint manipulation flags 2013-06-01 16:37:14 +08:00
fullwall 34c61dcc07 Implement NPC#getStoredLocation 2013-06-01 16:11:55 +08:00
fullwall a47e05728a Extract attack range to a setting 2013-05-18 13:19:33 +08:00
fullwall 005ed48216 Add setting for new boat controls for controllable NPCs. Fixes CITIZENS-556 2013-05-16 12:04:21 +08:00