BruceChen
16c1d1fd77
Refactoring Settings.cs
2022-10-05 15:02:30 +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
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
BruceChen
949126c9cb
Supports changing position and angle after catching fish
2022-09-12 16:27:37 +08:00
BruceChen
223c13561c
Fix /move
2022-09-09 16:13:25 +08:00
BruceChen
3dac1f41d1
Add tips
2022-09-06 16:10:34 +08:00
BruceChen
e5c3b914dd
Trim before parse
2022-09-05 22:21:04 +08:00
BruceChen
0eb8d9998c
Support for using relative coordinates in /move
2022-09-05 22:03:47 +08:00
BruceChen
ed8e97fd2d
Bug fix: /move command went to the wrong location
2022-08-25 14:36:15 +08:00
BruceChen
01ef9a89ca
Bug fix: Cancel chunk load task when switching worlds
2022-08-24 18:16:16 +08:00
Milutinke
af6f655d5e
Fixed the requested changes for Terrain Movement. Tested and working.
2022-08-18 20:58:49 +02:00
BruceChen
94fd8b118d
"/move X Y Z" now moves the player to the center of the block first
2022-07-25 18:11:10 +08:00
BruceChen
b0b45a74a0
Make chunk loading status to be displayed using "/move" command
2022-07-25 14:20:24 +08:00
BruceChen
357820e1c2
Fix bugs in gravity handle
2022-07-25 03:19:24 +08:00
BruceChen
af574b654e
avoid pathfind to an unloaded chunk | remove debug logs
2022-07-23 23:10:06 +08:00
Marko von Oppen
8795aab810
Add command to disable Gravity ( #1955 )
...
Allow disabling gravity (flying) for servers that allow this.
/move gravity: show gravity handling status
/move gravity on: enable gravity handling (falling)
/move gravity off: disable gravity handling (flying)
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-03-06 19:37:27 +01:00
Daenges
bbe000b640
Fix /move crash and /setrnd ( #1914 )
...
* Fix /move crash
* Fix substring cutting in SetRnd
2022-01-23 21:31:44 +01:00
Daenges
dd3fd3c9d2
Add "-f" to the /move command ( #1874 )
2021-12-29 22:34:40 +08:00
ReinforceZwei
2017d5d652
Add support of language files ( #1273 )
...
* Basic support of language file
Only mapped main part of MCC.
* Translations function imporve
* Change translation file naming
* Fix default translation file naming
* Complete translation file mapping for main part
Command and ChatBot not done yet
* Complete translation mapping for commands
Except Entitycmd
* Complete translation mapping for ChatBots
* Add new method for replacing translation key
Just for Entitycmd. Be proud of yourself. We have a convenient method now.
* Complete all translation mapping
* Add default config and translation file to resource
* Remove untranslatable messages from default translation file
2020-10-17 13:41:31 +02:00
ORelio
2add4030f4
Rename McTcpClient to McClient for clarity
...
+ Fix compile error in #1071
2020-06-20 15:01:17 +02:00
ORelio
00112e4c6a
Give access to AutoRespond matches inside scripts
...
Available as %match_u%, %match_1% and so on
See #770 for initial suggestion
See #772 for in-progress implementation
2020-03-27 21:39:06 +01:00
ORelio
295d6546b8
MC 1.14 Basic/Chat support ( #703 )
...
Implement MC 1.14 baseline protocol support
Terrain and movements not supported yet for 1.14
2019-04-29 00:26:32 +02:00
ORelio
a6e660c974
Enable/Disable TerrainAndMovements while logged in
...
Feature requested in #705
2019-04-28 21:32:03 +02:00
ORelio
199bbbabeb
Add /move get for getting coordinates
...
Suggested in #129
2016-03-11 10:52:19 +01:00
ORelio
b0c8f82697
Add simple movements with /move command
...
- Determine if we can move to the specified direction
- Add moving ability to the specified direction
- Add /move command for triggering moves
- Add move decomp. into steps (more natural)
- Add pathfinding routines (still WIP)
- SO YES YOU CAN NOW WALK USING MCC!!!
2015-12-12 16:48:38 +01:00