From d6537b42a9da75a481526d0319959fd0a8610a6d Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 21 Sep 2017 17:14:47 +1000 Subject: [PATCH] Add /bot rename for renaming bot for targetting in commands, fixes #435 --- MCGalaxy/Commands/Bots/CmdBot.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/Bots/CmdBot.cs b/MCGalaxy/Commands/Bots/CmdBot.cs index 9d6bf6aba..afc5a24aa 100644 --- a/MCGalaxy/Commands/Bots/CmdBot.cs +++ b/MCGalaxy/Commands/Bots/CmdBot.cs @@ -131,7 +131,9 @@ namespace MCGalaxy.Commands.Bots { Player.Message(p, "%HSets the text shown when a player clicks on this bot"); Player.Message(p, "%HSee %T/help mb %Hfor more details on "); Player.Message(p, "%T/Bot deathmessage [name] "); - Player.Message(p, "%HSets the message shown when this bot kills a player"); + Player.Message(p, "%HSets the message shown when this bot kills a player"); + Player.Message(p, "%T/Bot rename [name] [new name] %H- Renames a bot"); + Player.Message(p, "%H Note: To change name tag of a bot, use %T/nick bot"); } } }