..
AchievementCommand.cs
Implement unified achievements feature: data model, protocol handling, state management, ChatBot API, and /achievement command
2026-03-29 20:22:31 +00:00
Animation.cs
[skip ci] Normalize all line endings
2023-09-15 14:44:11 +08:00
Bed.cs
Bug fix
2022-12-11 17:31:37 +08:00
BlockInfo.cs
Bug fix
2022-12-11 17:31:37 +08:00
Book.cs
Fix TUI book controls
2026-05-03 20:12:52 +02:00
Bots.cs
refactor: convert == null / != null to is null / is not null in 31 files
2026-03-24 00:42:59 +00:00
ChangeSlot.cs
Bug fix
2022-12-11 17:31:37 +08:00
Chunk.cs
refactor: convert == null / != null to is null / is not null in 31 files
2026-03-24 00:42:59 +00:00
Connect.cs
fixed typo in word heAlper lol
2024-04-16 21:21:08 +03:00
Debug.cs
TUI for MCC ( #2976 )
2026-03-26 02:08:18 +08:00
Dig.cs
Auxiliary class for Direction, preparation for autodetection of the broken side of the block
2024-03-05 20:30:58 +05:00
DropItem.cs
Bug fix
2022-12-11 17:31:37 +08:00
EffectsCommand.cs
Implemented effects support, as a command, chat notification and added in TUI mode
2026-03-27 15:47:27 +01:00
Enchant.cs
refactor: convert == null / != null to is null / is not null in 31 files
2026-03-24 00:42:59 +00:00
Entitycmd.cs
Modernize null-check patterns: use 'is null' and 'is not null'
2026-03-24 00:28:02 +00:00
ExecIf.cs
Added access to App Vars inside the Chat Bot API via 3 new methods. Added access to Random class inside the execif command
2023-03-31 18:17:03 +02:00
ExecMulti.cs
Bug fix
2022-12-11 16:30:45 +08:00
Exit.cs
Bug fix
2022-12-11 17:31:37 +08:00
Health.cs
Bug fix
2022-12-11 17:31:37 +08:00
Help.cs
Bug fix
2022-12-11 16:30:45 +08:00
Inventory.cs
TUI support for more container
2026-03-28 02:18:11 +08:00
List.cs
Bug fix
2022-12-11 17:31:37 +08:00
Log.cs
Bug fix
2022-12-11 16:30:45 +08:00
Look.cs
Bugfixes to the Looking and Movement. Added General prompt engineer.
2026-04-03 19:54:26 +02:00
Minimap.cs
Cave mode for minimap
2026-03-31 01:28:24 +08:00
Move.cs
Bug fix
2022-12-11 17:31:37 +08:00
NameItem.cs
[skip ci] Normalize all line endings
2023-09-15 14:44:11 +08:00
RecipeBook.cs
fix: support 1.21.11 recipe book display ids
2026-03-29 18:45:14 +00:00
Reco.cs
Bug fix
2022-12-11 17:31:37 +08:00
Reload.cs
Bug fix
2022-12-11 17:31:37 +08:00
Respawn.cs
Bug fix
2022-12-11 17:31:37 +08:00
Script.cs
Fix script not showing execution results.
2023-01-15 19:59:57 +08:00
Send.cs
Bug fix
2022-12-11 16:30:45 +08:00
Set.cs
Bug fix
2022-12-11 17:31:37 +08:00
SetRnd.cs
Bug fix
2022-12-11 16:30:45 +08:00
Sneak.cs
Added slab handling 1.13-1.19.4
2023-05-16 23:19:31 +02:00
Tab.cs
Added a /tab command
2026-04-04 16:17:49 +02:00
Teams.cs
feat: add Teams packet support (parsing, state tracking, /teams command, bot API)
2026-03-30 23:41:11 +00:00
Tps.cs
Bug fix
2022-12-11 17:31:37 +08:00
Tryout.cs
Add tryout command for TUI onboarding
2026-03-29 01:34:10 +08:00
Upgrade.cs
Bug fix
2022-12-11 17:31:37 +08:00
Useblock.cs
Enhance useblock command to support hand selection
2026-03-29 22:40:43 +08:00
UseItem.cs
Fixed shovel not being able to be used on dirt
2026-03-27 16:43:53 +01:00