#minecraft #minecraft-api #api #server

mcrs

Interface with a local Minecraft server

5 unstable releases

new 0.3.0 Apr 27, 2025
0.2.1 Apr 10, 2025
0.2.0 Apr 3, 2025
0.1.1 Oct 15, 2024
0.1.0 Oct 13, 2024

#2 in #minecraft-api

Download history 1/week @ 2025-02-05 9/week @ 2025-02-12 133/week @ 2025-04-02 157/week @ 2025-04-09 10/week @ 2025-04-16

300 downloads per month
Used in mcutils

GPL-3.0 license

58KB
1.5K SLoC

mcrs: A Rust interface for a Minecraft server.

Based on mcpp.

Requires a server running ELCI.

let mut mc = Connection::new().unwrap();
mc.post_to_chat("Hello world!").unwrap();

mcrs

A rust rewrite of mcpp, a library to interface with Minecraft.

Requires a server running ELCI.

let mut mc = mcrs::Connection::new().unwrap();
mc.post_to_chat("Hello world!").unwrap();

No runtime deps

Features