Commit Graph

120 Commits

Author SHA1 Message Date
Leijurv 4e2095d251
almost forgot 2022-07-09 22:15:20 -07:00
Leijurv 51275b3a65
make #paws be an alias for #pause 2022-07-09 22:06:39 -07:00
Leijurv 49828baae3
Merge pull request #3296 from ZacSharp/findImprovements
Find improvements
2022-07-05 15:32:02 -07:00
scorbett123 af1eb58bb8 Implement Leijurv's precomputed data idea 2022-05-31 14:43:58 +01:00
scorbett123 2cf973809a eta command should default to NaN not just not showing the eta as suggested by ZacSharp 2022-04-12 12:15:42 +01:00
scorbett123 65974e15ba Improve output to user in eta command 2022-04-11 18:36:48 +01:00
ZacSharp ef4e19002b
Provide more information for #find
Always log something to chat so people don't think it's broken and make sure they know about the restriction to cached blocks.
2022-03-05 22:27:27 +01:00
ZacSharp e6ee5fc6b8
Make positions from #find clickable 2022-03-05 21:42:27 +01:00
ehylo 0ade37f14f
Update Setup and Usage guides
Also fix 2 settings that just don't have a description for some reason, and add some information to the find command because that also for some reason did not have anything there. The descriptions I put may not be detailed enough so please let me know if things should change
2022-02-08 21:13:51 -08:00
Leijurv c2de6e3f3d
Merge pull request #3173 from scorbett123/patch-4
Add unpause as an alias for resume
2022-02-01 23:57:21 -08:00
scorbett123 bb8e4bd737
Add unpause as an alias for resume
Some people can't seem to find out what to do to unpause baritone, so this should hopefully help them figure it out, as for some reason unpause makes more sense to people than resume.
2022-01-02 12:45:03 +00:00
scorbett123 90fcffdf2a Remove container memory
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-12-12 19:50:27 +00:00
ZacSharp 724162f37f
Store deleted waypoints per world
Different dimensions are actually different worlds and the user might expect the wapoints to be restorable until they leave the server, so discrading them when the world changes would be too early.
2021-10-19 01:17:23 +02:00
ZacSharp 3244b102ad
Add a way to restore deleted waypoints
Makes using the clickable text less dangerous when there are others writing in chat.
2021-10-18 02:42:58 +02:00
ZacSharp 6669d49636
Add a way to get the creation command for a waypoint 2021-10-17 15:10:14 +02:00
ZacSharp 3b480dabdb
Make the tag argument optional, defaulting to USER
Listing all possible combinations in the usage as done before would have beed 8 lines just for the save command so I made it one special case, one combined line and a line explaining the defaults in the general waypoint help.

Also tab completion does not work when omitting either tag or name, because it starting to tab complete a position right from the first argument would probably only cause confusion and would be harder to implement because of the variable start position (names can even be numbers so it's impossible to do it 100% correctly)
2021-10-17 14:47:03 +02:00
ZacSharp 3e69281d61
Update usage of #waypoint
It now properly reports when either a tag or name can be specified and includes the clear subcommand
2021-10-17 14:06:07 +02:00
ZacSharp 1b04386b01
Allow saving unnamed waypoints by position 2021-10-17 13:53:55 +02:00
wagyourtail ba0b5f929f cleanup 2021-10-08 15:49:22 -06:00
wagyourtail 89c960c455 better follow command error handling 2021-10-08 14:58:17 -06:00
ZacSharp cec44e3668
Add a clipboard to #sel 2021-06-13 00:21:52 +02:00
Leijurv db24a2251f
Merge pull request #2771 from ZacSharp/notificationCallback
More log callbacks
2021-05-26 11:32:53 -07:00
ZacSharp dbc43b445b
Replace unhandled exception with a helpful message 2021-05-24 03:38:14 +02:00
ZacSharp 7b5f419713
Treat the new callbacks like the old one 2021-05-24 03:14:33 +02:00
ZacSharp bdb98b487f
fix typo 2021-04-04 03:17:35 +02:00
Leijurv 4bc179bd2a
Merge pull request #2462 from scorbett123/ModifiedImprovement
Improve #modified command to include original setting value.
2021-02-19 20:14:35 -08:00
Leijurv 76debda76e
Merge pull request #1978 from ZacSharp/master
 Add improved ETA and a command to access it
2021-02-19 20:13:47 -08:00
scorbett123 6b9c1f0a22 Improve #modified command to include original setting value.
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-02-10 16:00:44 +00:00
Leijurv 835fb3471f
a long overdue reformat of every file 2021-01-29 20:17:53 -08:00
millennIumAMbiguity 853b5ca771 Moved throw up into the default: 2020-11-02 01:44:12 +01:00
millennIumAMbiguity f4706fff18 Simplified and optimised code 2020-11-02 01:25:25 +01:00
millennIumAMbiguity 7218a46211 Added defaults and javadocs 2020-11-02 00:33:31 +01:00
millennIumAMbiguity 65a5677b33 Added the feature to only farm within range of a waypoint. 2020-10-22 00:36:19 +02:00
millennIumAMbiguity 5d3522ca0a Added range argument to farm 2020-10-16 23:32:53 +02:00
CDAGaming af29ed7146
Added a top/surface command
Superseeds PR #594
2020-10-12 12:44:12 -05:00
ZacSharp 8a572516fc
Update description of WaypointsCommand 2020-09-23 22:54:41 +02:00
ZacSharp 508dacac63
directly start pathing after `#home`
just like servers directly teleport you after `/home` without waiting for something like `/teleport`
2020-09-18 22:41:33 +02:00
ZacSharp 13ca691f5d
make `#wp goto` behave like `#goto`
It now is a combined `#wp goal` and `#path` just like `#goto` is `#goal` and `#path`
2020-09-16 20:19:55 +02:00
ZacSharp d29b3ee893
Fix copy/paste mistake in ETACommand.getLongDesc() 2020-08-28 01:19:06 +02:00
ZacSharp d9cecb35cb rename Eta to ETA 2020-08-28 00:56:18 +02:00
ZacSharp 56f13d314a Add eta command 2020-08-26 23:53:02 +02:00
Leijurv 836ef3328c
Merge pull request #1541 from babbaj/keep-annotation
Annotation for proguard -keep
2020-08-17 16:36:48 -07:00
Leijurv 97a1029a72
Merge pull request #1554 from ByteZ1337/master
Fixed Typo
2020-08-17 16:17:47 -07:00
CorruptedSeal 6603e8b11e
Update ExecutionControlCommands.java 2020-07-16 03:45:23 -06:00
ByteZ1337 c41eb4afa0
Merge remote-tracking branch 'upstream/master' 2020-06-08 17:42:05 +02:00
Leijurv a76cf0fe9a
brady more like brainletdy 2020-05-17 18:35:41 -07:00
ByteZ1337 ff3234fcdd Fixed Typo
Fixed Typo in the Long Description of the Goto Command
2020-04-13 20:39:56 +02:00
Babbaj c32652394e
Annotation for proguard -keep 2020-04-12 03:01:24 -04:00
Leijurv f4842aa512
fix actual underlying sneak issue 2020-03-14 11:51:26 -07:00
Brady 0ca3c496de
Fix tunnel command usage 2020-03-02 13:40:43 -06:00
aUniqueUser 628ec0f2b5
updated longDesc 2020-02-26 13:04:10 -05:00
aUniqueUser e3b91c884a
More logical argument order 2020-02-26 12:30:07 -05:00
CDAGaming 6f136a90a2
[Change] Adjustments 2020-02-26 07:55:21 -06:00
aUniqueUser acd9bcceeb
Codacy 2020-02-25 21:47:35 -05:00
aUniqueUser 3c2838df9e
lol 2020-02-25 21:22:35 -05:00
aUniqueUser 4b526f7242
Custom Tunneling 2020-02-25 21:13:20 -05:00
Brady adff391e45
Merge branch 'schematic-formats' 2019-12-31 18:25:21 -06:00
FTC55 04190af340 ...more than I thought. Autoreformatted file x2 2019-12-31 19:45:08 +01:00
FTC55 4b10904b97 Git missed some changes. Autoreformatted files. 2019-12-31 19:43:54 +01:00
FTC55 bbb25acff3 Fixed the bug, merged CancelCommand into ExecutionControlCommands 2019-12-31 19:31:30 +01:00
Brady ea8d7fb3b9
Improve file extension fallback mechanism 2019-12-18 15:19:58 -06:00
Greg Depoire--Ferrer 0db4b193e1 Remove hack, add comment, don't use default when arg is required 2019-10-25 14:49:08 +02:00
Brady 2f9efae457
Refactors to improve consistency 2019-10-11 18:15:14 -05:00
Brady 4d05b152f0
Create ICommand to go alongside Command default implementation 2019-10-07 16:46:21 -05:00
Brady f1bbdc177f
Collapse the sub-packages under helpers 2019-10-07 10:06:05 -05:00
Brady 9591b6fdef
Move IArgConsumer from *.helpers.arguments to *.argument 2019-10-07 10:00:04 -05:00
Leijurv d1c2a0491c
only one goto target 2019-10-06 13:49:24 -07:00
Leijurv d19039e3e5
goto is back 2019-10-06 13:44:37 -07:00
Leijurv 5f0d3a4018
resume builder too 2019-10-06 13:24:50 -07:00
Brady 889e288524
Refactor *.util.command to *.command 2019-10-06 15:21:21 -05:00