Commit Graph

72 Commits

Author SHA1 Message Date
fullwall
30ef5de8e0 Fix vehicle enter prevention not working properly 2018-03-09 19:29:59 +08:00
fullwall
a8fe35a19d Implement SwimmingExaminer 2018-03-09 18:36:43 +08:00
fullwall
01f00960d7 Change /npc wolf to be toggle-based instead of clearing the command and make /npc ocelot throw an exception instead of doing nothing silently 2018-03-09 17:28:20 +08:00
fullwall
5a1eadb64a Commit some messages that were missing 2018-03-09 16:46:23 +08:00
fullwall
a787465c29 Add error message when a skin name is missing from /npc skin 2018-03-09 16:41:01 +08:00
fullwall
1bc5a47ae8 Use stored location in EntityDeathEvent 2018-02-18 18:41:22 +08:00
fullwall
ffbeedfccd Allow setting of text talk delay per-NPC 2018-02-15 23:29:11 +08:00
fullwall
72ac9134b1 Allow minecraft to remove NPCs on death instead of going through Citizens 2018-02-13 17:18:15 +08:00
fullwall
476debfcd7 Make horse equipper more general 2018-02-03 08:56:09 +08:00
fullwall
f33804609e Add -l flag to /npc spawn and add /npc metadata
Add /npc remove --owner
2018-01-01 14:41:10 +08:00
fullwall
47ef30639a Trial some changes to skin fetching to cut down on requests when persistent skins are in use 2017-10-20 00:42:25 +08:00
fullwall
ffbedcd841 Implement a rudimentary setSkinPersistent API 2017-10-19 00:27:27 +08:00
fullwall
636cd7eff7 Only set shulker peek on spawn and on change 2017-09-05 14:03:42 +08:00
fullwall
15569c529f Add /npc shulker 2017-09-04 19:16:49 +08:00
fullwall
0e25c352a0 Try to aggressively stub out AdvancementDataPlayer 2017-08-24 19:50:04 +08:00
fullwall
0a6b954976 Try a better way of clearing advancement progress 2017-08-22 21:09:06 +08:00
fullwall
8bd543c035 Don't look at invisible players in LookClose 2017-08-22 20:44:29 +08:00
fullwall
20306de9a3 Use contains for equipment editing commands 2017-08-22 20:30:29 +08:00
fullwall
eb5ca54807 Increase y velocity for flyable NPCs 2017-06-09 20:31:43 +08:00
fullwall
9f291dfec2 Add parrot command, fix 1.12 bug in players 2017-06-08 19:19:04 +08:00
fullwall
8e0fa64f9a First pass update to 1.12 2017-06-08 18:14:41 +08:00
fullwall
8145751136 Bump version, first pass at 1.12 2017-06-02 17:36:25 +08:00
fullwall
5552bff4cf Fix /npc age for zombies 2017-04-03 01:18:13 +08:00
fullwall
7e6cf4f7cd Improve waypoint triggers 2017-02-28 21:36:10 +08:00
fullwall
f65d87c2db Fix some bug 2017-02-10 18:16:28 +08:00
fullwall
2c8ac01aea Check world in navigator 2017-02-05 21:37:39 +08:00
fullwall
49c6d3cbed Add basic editor for wander waypoints 2017-01-21 17:32:53 +08:00
fullwall
226470d743 Fix wither crash 2017-01-17 16:08:33 +08:00
fullwall
a8376242bc Remove secondary skin cache for /npc skin 2017-01-07 13:55:19 +08:00
fullwall
59f67c02b9 Add /npc llama 2016-12-27 00:38:59 +08:00
fullwall
f7a4e78a8c Don't update controller look during navigation 2016-12-24 21:22:11 +08:00
fullwall
e1dda0499c Check Citizens plugin disabled in skinpackettracker 2016-12-17 12:22:23 +08:00
fullwall
cf5beab4c5 Add immediate parameter to Util.faceLocation and fix a bug in it 2016-12-16 17:03:11 +08:00
fullwall
1bd3b7e0e8 Don't use empty scoreboard team names 2016-12-14 16:26:19 +08:00
fullwall
afb7e13ee6 Fix some issues with controllable 2016-12-11 17:12:29 +08:00
fullwall
e3981a15a6 Implement debug NavigatorParameter and change some Player yaw code 2016-12-10 19:53:55 +08:00
fullwall
9df3481a9b Check for exceptions 2016-12-06 21:15:45 +08:00
liec0dez
5c88de7783 Trait fix for proper UUID serialization and functionality when NPCs appear in different order 2016-12-03 22:13:04 +01:00
liec0dez
aabc85f177 Trait fix for proper UUID serialization and functionality when NPCs appear in different order 2016-12-03 22:08:16 +01:00
fullwall
2442e24255 Make MountTrait more reliable by making the NPC leave its vehicle on despawn 2016-12-04 02:16:25 +08:00
fullwall
e68e9ad5c6 Update passenger yaw in navigation (issue #994) 2016-12-02 20:08:56 +08:00
fullwall
d47a7e88ad Improve MountTrait 2016-12-02 19:32:25 +08:00
fullwall
7cd3e6d78f Controllable should use LookAirController for non-LivingEntity NPCs 2016-12-01 19:48:47 +08:00
mcmonkey4eva
c4f5c2f727 Correct despawn/removal order for compatibility
Version 2, the "don't include formatting fixes for some reason" edition
2016-12-01 03:40:34 -08:00
fullwall
f8d2e4ec1c Remove unnecessary copy of files 2016-12-01 19:32:50 +08:00
fullwall
f2879fbfcc Fix players always looking south 2016-11-30 14:17:01 +08:00
fullwall
bc9374d30c Remove villager force head yaw setting 2016-11-26 23:42:23 +08:00
fullwall
002d7b71d2 Fix entities looking at feet instead of eyes 2016-11-26 22:38:14 +08:00
fullwall
deffc24bb7 Fix NPE, add MountTrait, fix 1.10 looking 2016-11-26 11:28:29 +08:00
fullwall
07a3aeabad Forward the rest of the RegistryMaterials methods and fix player looking 2016-11-25 19:29:59 +08:00