Commit Graph

1199 Commits

Author SHA1 Message Date
fullwall 4271d80dda Remove debug 2014-01-11 16:00:22 +08:00
fullwall da2bf551bc Implement run callbacks and fix /npc skeletontype requiring uppercase input 2014-01-11 14:28:26 +08:00
fullwall 993d2fe017 Falling block movement 2014-01-10 20:45:42 +08:00
fullwall d74ce4ae81 Fix save task 2014-01-10 19:39:01 +08:00
fullwall a3bf2d4e51 Remove debug 2014-01-09 17:59:52 +08:00
fullwall d0fe32d949 Better BlockBreaker 2014-01-09 17:58:43 +08:00
fullwall 0af5422368 Add data to /npc item 2014-01-09 17:13:27 +08:00
fullwall 34fc6ab029 Force new pathfinder with nonliving NPCs 2014-01-09 16:25:32 +08:00
fullwall 6cc922a115 Fix falling blocks setting id 2014-01-08 17:42:37 +08:00
fullwall 8ad3b1d674 Fix speed on mob NPCs 2014-01-07 00:48:17 +08:00
fullwall 3808d7188a Add some PlayerAnimation entries for using items 2013-12-29 23:04:10 +08:00
fullwall efc6b8375c Set speed modifier 2013-12-24 18:55:01 +08:00
fullwall 4a2106d354 Construct more entities manually 2013-12-19 15:27:26 +08:00
fullwall ed42a3cadd Add /npc item 2013-12-17 16:00:15 +08:00
fullwall ecbd2efe28 Initial pass of non-living NPCs 2013-12-16 21:49:53 +08:00
fullwall e772611ec1 Implement attackRange() parameter 2013-12-16 08:31:23 +08:00
fullwall 64b2396e07 Fix damage event cancellation 2013-12-05 23:04:18 +08:00
fullwall 2517a5629d Change speed of pathfinder, seems to work better 2013-12-03 18:43:10 +08:00
fullwall fe370258db Fix player animations 2013-12-01 18:51:43 +08:00
fullwall 3896c67709 Allow flying NPCs to have their path set via command 2013-12-01 18:45:10 +08:00
fullwall 3c9b42355f Fix mob NPCs and get closer to working players (not yet though) 2013-12-01 18:34:23 +08:00
fullwall 15b1bd0683 Close the channel better 2013-12-01 17:36:16 +08:00
fullwall 38cec9d3f3 Initial untested 1.7.2 update 2013-12-01 17:24:54 +08:00
fullwall e25df6cd47 Add a blockStrengthModifier to BlockBreaker.Configuration and implement setPaused/isPaused in CitizensNavigator 2013-11-23 00:40:09 +08:00
fullwall f9497b31c2 Move some methods into AbstractNPC, implement sorted() 2013-11-18 15:18:18 +08:00
fullwall 23704dbfc3 Be null-safe in EventListen 2013-11-17 23:21:03 +08:00
fullwall d9f9861965 Add /npc passive 2013-11-16 15:08:00 +08:00
fullwall 5765d80125 Add /npc swim command 2013-11-15 12:06:18 +08:00
fullwall 04cae6b692 Remove stack trace printing for trove support 2013-11-14 23:24:10 +08:00
fullwall a4cda3e25c Allow trove to be optional 2013-11-13 14:25:43 +08:00
fullwall 6f411cd9f2 Relocate trove lib to lib.trove 2013-11-13 14:09:10 +08:00
fullwall 862e534cdf Update pom - Minimise trove dependency 2013-11-13 00:27:45 +08:00
fullwall c145917194 Deprecate ByIdArray and pull in trove for better NPC storage 2013-11-12 12:01:42 +08:00
fullwall a80f9c6cf4 Fix iterator implementation 2013-11-11 11:53:41 +08:00
fullwall 3ef703bdcd Allow /npc spawn and /npc despawn to use names as well instead of ids 2013-11-08 00:08:50 +08:00
fullwall 02186a16f6 Remove unused command 2013-11-07 23:47:55 +08:00
fullwall dc1771d911 Better error message for non-numeric IDs with /npc spawn 2013-11-07 23:47:18 +08:00
fullwall 63cc59c833 Fix iterator remove() for NPCs 2013-11-07 00:24:26 +08:00
fullwall 6c5ebcddee Fix NPC iteration in certain cases 2013-11-06 15:10:11 +08:00
fullwall d6c013447f That won't work 2013-11-06 12:59:44 +08:00
fullwall 4d88c05e17 Make priority for controllable LOWEST 2013-11-06 12:58:40 +08:00
fullwall 3cff37e8fd Implement migration method 2013-11-06 11:37:15 +08:00
fullwall 7c45b167c0 Fix getBukkitEntity() for nulls 2013-11-06 00:58:20 +08:00
fullwall dd58a07528 Fix up some erroneous casting, better /npc create behaviour 2013-11-05 22:14:02 +08:00
fullwall 33adf0434f Fix incorrect import in NMS 2013-11-05 21:44:01 +08:00
fullwall 5a9fb3e1ab Move FlyingUtil methods to NMS and Util 2013-11-05 21:38:08 +08:00
fullwall 4c9d80a464 Implement new methods, add /npc flyable command, and add some missing messages 2013-11-05 21:35:26 +08:00
fullwall b4076c23db Use new getEntity() call 2013-11-05 19:29:18 +08:00
fullwall 014a47faa0 Ignore cancelled block click events 2013-11-05 13:17:36 +08:00
fullwall 5ee4538fc4 Set event priorty to MONITOR for right click entity events 2013-11-05 13:08:01 +08:00