Commit Graph

53 Commits

Author SHA1 Message Date
fullwall 74a861142b Add durations to settings, allow falling distance to be set for all mobs 2023-03-12 22:30:19 +08:00
fullwall fc66909ae0 isNavigating() considers paused status 2023-02-27 22:05:19 +08:00
fullwall b8e79b20cf Implement API, check for invalid Player references, remove Text min/max-cooldown settings and fix Text delay/right click cancellations, make SitTrait work with npc#teleport 2023-01-01 15:26:35 +08:00
fullwall 44e988b7d7 Remove debugging code 2022-12-18 15:43:40 +08:00
fullwall f9def3fe6a Don't send per-player rotation packets as often 2022-12-18 15:39:48 +08:00
fullwall 139158cb48 Initial update to 1.19.3 2022-12-08 23:21:09 +08:00
fullwall d34fd48533 Make lookAtFunction use packets for yaw, tweak API further 2022-12-06 23:50:11 +08:00
fullwall 748af9f9bd Implement new methods 2022-07-28 15:43:24 +08:00
fullwall e9d197eab0 Simplify navigator interface 2022-07-28 15:36:16 +08:00
fullwall 58b53174c8 Fix itemframes, add /npc debug command, don't lowercase skin names early in skintrait 2022-07-15 10:21:44 +08:00
fullwall 96ba80edd8 Persist use new pathfinder if set manually 2022-04-20 11:55:15 +08:00
fullwall b1b5704145 Cancel move destination on navigation stop 2022-02-20 01:31:13 +08:00
fullwall 5bf9fdc6c9 Make NavigatorParameters#run run consistently 2022-02-13 21:39:22 +08:00
fullwall bef0f16f3b Cancel current move destination when navigator paused 2022-02-02 21:40:19 +08:00
fullwall 5c3878d2f8 Implement destinationTeleportMargin. Tweak pathfinding in an attempt to fix minecraft navigation issues with players. Expect changes. 2022-01-29 14:56:29 +08:00
fullwall 004c46ab76 Extra plugin disabled check 2021-09-18 15:35:13 +08:00
fullwall cffb0519e0 Add backcompat code 2021-09-17 20:32:41 +08:00
fullwall cdb7cbba4a Fix chunk tickets being removed when Citizens is disabled, return correct NPC entity in HologramTrait 2021-09-17 19:04:52 +08:00
fullwall 7952600382 Add simple chunk ticketing system for pathfinding 2021-09-09 18:21:00 +08:00
fullwall 0499839115 Fix navigation bug with duplicate examiners, add change detection to scoreboard to avoid sending as many packets 2021-01-27 22:38:50 +08:00
fullwall 79f048fe0c Implement new metadata for /wp disableteleport 2020-12-26 17:01:27 +08:00
fullwall 1266298442 Allow straight line navigator to track entity exactly 2020-12-16 17:59:20 +08:00
fullwall 810441c17b Add new setting and implement parameter 2020-11-22 21:29:55 +08:00
fullwall fb0591c187 Implement new APIs 2020-11-22 21:08:01 +08:00
fullwall 3ecd3300ce Add location cloning to setTarget and Waypoint 2020-07-07 22:22:34 +08:00
fullwall 9d2cad098a Implement new bounding box checker for pathfinding 2020-06-30 20:39:40 +08:00
fullwall c1a89984a3 Rework mounted pathfinding 2020-05-12 20:28:41 +08:00
fullwall cc14768607 New finder now sets the passenger movement for horses 2020-05-11 20:36:35 +08:00
fullwall 14ebf26935 Try to avoid water more 2020-04-08 23:59:49 +08:00
fullwall de94185133 Fix turtle navigation between biomes 2020-02-21 23:50:35 +08:00
fullwall 68e9ca68b5 Use NMS#look instead of teleporting to set pitch 2019-07-14 00:24:14 +08:00
fullwall 0e328ee167 Add /waypoints opendoors 2019-07-12 14:35:30 +08:00
fullwall b02bcbe38b Temp fix for chunk unloading problem 2019-04-29 15:58:07 +08:00
fullwall 0922694604 Allow users to set the path distance margin as well 2019-04-26 18:10:23 +08:00
fullwall ca5cb195b7 Reset pitch after navigation end 2019-04-25 17:03:18 +08:00
mcmonkey 8e9eb3d373
Fix rare error with certain delay trigger setups, for #1630 2018-12-13 01:31:14 -08:00
fullwall 0cbf22a944 Stop double execution stop 2018-10-29 22:33:41 +08:00
fullwall 3c1975f1df Update for 1.13.2 2018-10-25 16:48:15 +08:00
fullwall 97d4d7b428 Force armor stands to use the new pathfinder and override packet sending 2018-09-18 18:15:37 +08:00
fullwall a8fe35a19d Implement SwimmingExaminer 2018-03-09 18:36:43 +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 2c8ac01aea Check world in navigator 2017-02-05 21:37:39 +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 e3981a15a6 Implement debug NavigatorParameter and change some Player yaw code 2016-12-10 19:53:55 +08: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 f2879fbfcc Fix players always looking south 2016-11-30 14:17:01 +08:00
fullwall 07a3aeabad Forward the rest of the RegistryMaterials methods and fix player looking 2016-11-25 19:29:59 +08:00
fullwall 14cd243d6a Don't add waypoint markers to the main registry 2016-09-09 01:32:10 +08:00