Changed the bed command to be able to sleep. Added relative coordinates to /dig command.

This commit is contained in:
Milutinke 2022-09-28 22:43:14 +02:00
parent 6a266c68c3
commit cd3adfa14c
5 changed files with 94 additions and 13 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()