nurtex 1.2.1

Create efficient and lightweight Minecraft bots or clients.
Documentation
1
2
3
4
5
#[tokio::main]
async fn main() -> std::io::Result<()> {
  // Создаём бота и сразу подключаем его к серверу
  nurtex::Bot::create("nurtex_bot").connect_with_handle("localhost", 25565).await?
}