Commit graph

159 commits

Author SHA1 Message Date
BruceChen
759eb888a6 Fix bug in "/entity near" 2022-11-30 22:17:02 +08:00
BruceChen
046f5ddbc6 Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client 2022-11-30 18:02:37 +08:00
BruceChen
c77b3e705f
[SKIP_BUILD] Merge pull request #2353 from ITHackerstein/entitynear-command
entitynear: New command to interact with the entity closest to the player.
2022-11-30 18:00:44 +08:00
BruceChen
60bec055a5 Migrate to the "entity" command. 2022-11-30 17:58:29 +08:00
BruceChen
6c3bfb82ee Remove color code from text 2022-11-30 16:08:55 +08:00
ITHackerstein
5b471b518f EntityNear: Created a new command called 'entitynear' similar to the
'entity' command except it will interact with the entity closest to
the player.
2022-11-28 08:29:55 +01:00
BruceChen
ef39e8329c [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
BruceChen
f6a11dffdf Entitycmd: Replace Parse with TryParse 2022-11-25 10:30:51 +08:00
ITHackerstein
30861a92ee Entitycmd: Added try-catch statement around the Enum.Parse instruction 2022-11-24 08:30:45 +01:00
ITHackerstein
3d2b9b22a3 Entitycmd: Fixed a bug for which when passing as the second argument
the entity type the command will error out showing its usage
description.

Also now when the type of interaction isn't passed it shows a list
of all the entities with that type.
2022-11-23 10:52:44 +01:00
BruceChen
ae23ead4c3 [SKIP_BUILD] FIx "/reco" and "/connect" not working properly 2022-11-05 20:27:10 +08:00
BruceChen
077e3a5e9f
Crowdin localization support (#2310)
* Switching to use resource files

* Update Crowdin configuration file

* Code cleanup
2022-10-28 11:13:20 +08:00
Milutinke
428c5eb71e Fixed BlockInfo overwrite. 2022-10-17 16:17:23 +02:00
Milutinke
a31b4a792b Improvements to the Bed, Blockinfo and Enchant commands. 2022-10-17 15:14:55 +02:00
BruceChen
117a38b5f9 Better translation 2022-10-17 20:00:33 +08:00
BruceChen
db6d6c80bf Bug fix 2022-10-16 20:37:07 +08:00
Milutinke
df410a9c8e Fully transalted. 2022-10-16 13:37:49 +02:00
Milutinke
d4129e04bb Implemented block reporting as requested in #1762 2022-10-16 13:33:04 +02:00
Anon
12e2c6b4bb
Implemented Enchanting
Implemented Enchanting
2022-10-14 16:02:34 +00:00
Anon
e44973e900
Merge branch 'master' into farmbot 2022-10-14 16:00:46 +00:00
Milutinke
c47add39a4 Added Enchanting Table ASCII Art.
Added ChatBot method for enchantments.
Changed the how the list of enchantments looks, now looks cleaner + has Roman numbers.
Added safe guards to the echant command.
2022-10-14 15:33:33 +02:00
BruceChen
89b7110839 Update Map Bot 2022-10-13 19:34:49 +08:00
Milutinke
4dc1b420f5 Added enchanting 2022-10-12 19:51:01 +02:00
Milutinke
6524fe1734 Added Farmer Bot. Fixed a bug in the configuration. Moved Reload and Bots command to the Commands folder. 2022-10-12 12:56:56 +02:00
BruceChen
625612909e Bug fix 2022-10-10 10:56:12 +08:00
BruceChen
f567cadc47 Bug fix 2022-10-09 07:57:28 +08:00
BruceChen
c1a04fe5bf Bug fix 2022-10-07 21:49:05 +08:00
BruceChen
16c1d1fd77 Refactoring Settings.cs 2022-10-05 15:02:30 +08:00
BruceChen
53898f3446 Fix xxx.Parse 2022-10-04 11:53:07 +08:00
BruceChen
1d52d1eadd
Fix all warnings & Trim (#2226)
* Fix AutoFishing crash
* Fix all warnings
* Remove DotNetZip.
* Fix the usage of HttpClient.
2022-10-02 18:31:08 +08:00
BruceChen
4aa6c1c99f
Upgrade GetLookingBlock 2022-10-02 13:49:36 +08:00
BruceChen
ff7021e798 Upgrade old coordinate parsing. 2022-09-30 08:47:02 +08:00
BruceChen
993771dc5d Merge from master 2022-09-30 08:44:11 +08:00
Milutinke
d66e009979 Removed the old name for the file with bed command. Now using a proper name. 2022-09-29 19:32:02 +02:00
Milutinke
a52da095b4 Added an option to find a bed and sleep in it. 2022-09-29 19:28:34 +02:00
BruceChen
cfdc035617 Upgrade old coordinate parsing. 2022-09-29 23:11:30 +08:00
BruceChen
e01eab28a2 Add Location.Parse 2022-09-29 22:49:07 +08:00
Milutinke
cd3adfa14c Changed the bed command to be able to sleep. Added relative coordinates to /dig command. 2022-09-28 22:43:14 +02:00
Milutinke
6a266c68c3 Leave bed command. 2022-09-28 21:39:13 +02:00
Milutinke
23fadc0c33 Removed a comment. 2022-09-23 20:21:56 +02:00
Milutinke
6cb7a25a16 Added /inventory search <item type> [count] command and fixed command help and description. 2022-09-23 20:20:02 +02:00
Milutinke
5b8d5e8e4a Changed the name of the sub command to avoid confusion. Updated the usage string 2022-09-22 22:03:57 +02:00
Milutinke
55057b3157 Added ASCII Art for Furnace/Smoker/Blast Furnace, Hopper/Minecart, Shulker, Grindstone. Added a command for list of available inventories. Added SmithingTable inventory type. 2022-09-22 21:58:51 +02:00
Anon
b5cf315ca1
Added /execmulti and /execif commands.
Added a way to execute multiple commands with a single command and a conditional command.
The documentation will be updated soon.
2022-09-19 15:26:53 +00:00
BruceChen
85f6d807bf Support using relative coordinates in /useblock 2022-09-18 18:07:10 +08:00
Milutinke
a0f0c634ff Made the /execif return boolean as expression evaluation result 2022-09-13 13:49:59 +02:00
BruceChen
949126c9cb Supports changing position and angle after catching fish 2022-09-12 16:27:37 +08:00
Milutinke
77da611411 Added a command that executes other command if a condition is met. 2022-09-11 22:35:26 +02:00
Milutinke
59cc4cea7c Added a way to execute multiple commands with a single command 2022-09-11 17:06:23 +02:00
BruceChen
223c13561c Fix /move 2022-09-09 16:13:25 +08:00