Go to file
2024-07-17 02:01:23 +03:00
src connection and disconnection messages 2024-07-17 02:01:23 +03:00
.gitignore ignore latest.log 2024-07-16 03:02:50 +03:00
Cargo.lock init commit 2024-07-16 02:54:54 +03:00
Cargo.toml init commit 2024-07-16 02:54:54 +03:00
config.yml init commit 2024-07-16 02:54:54 +03:00
README.md Update README.md 2024-07-16 03:01:59 +03:00

meexprox

Proxy for minecraft servers on rust

in developement

todo list: ( / )

  • add method connect_to_ip(&mut ProxyPlayer, &str)
  • add method connect_to_server(&mut ProxyPlayer, &ProxyServer)
  • add method connect_to_stream(&mut ProxyPlayer, &mut TcpStream)
  • make setting no_pf_for_ip_connect working
  • create bukkit plugin for player formatting support