Added a command for easier usage of the bed (/bed), Added relative coordinates support for the /dig command.

Added a command for easier usage of the bed (/bed).
Added relative coordinates support for the /dig command.
This commit is contained in:
Anon 2022-09-29 17:30:10 +00:00 committed by GitHub
commit 3656dfdbcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 202 additions and 4 deletions

View file

@ -33,7 +33,7 @@ namespace MinecraftClient.ChatBots
deleteAllOnExit = Settings.Map_Delete_All_On_Unload;
notifyOnFirstUpdate = Settings.Map_Notify_On_First_Update;
RegisterChatBotCommand("maps", "bot.map.cmd.desc", "maps <list/render <id>> | maps <l/r <id>>", OnMapCommand);
RegisterChatBotCommand("maps", "bot.map.cmd.desc", "maps list|render <id> or maps l|r <id>", OnMapCommand);
}
public override void OnUnload()