public void botStop(string bot) { IBotManager manager = World.RequestModuleInterface <IBotManager>(); if (manager != null) { manager.StopAutoMove(UUID.Parse(bot)); } }