Go to file
dependabot[bot] c331e2b55e Bump rand from 0.5.5 to 0.6.4
Bumps [rand](https://github.com/rust-random/rand) from 0.5.5 to 0.6.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.5.5...0.6.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11 21:36:48 -08:00
blocks 1.13.2 (404) multiprotocol support (#67) 2018-12-28 21:22:58 -08:00
gl Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
resources Rename project to Stevenarella (#83) 2019-01-11 20:41:19 -08:00
shared 1.13.2 (404) multiprotocol support (#67) 2018-12-28 21:22:58 -08:00
src Rename project to Stevenarella (#83) 2019-01-11 20:41:19 -08:00
.gitignore Update to Minecraft 1.11 (Fixes #63) 2016-12-09 14:32:02 +00:00
.travis.yml Rename project to Stevenarella (#83) 2019-01-11 20:41:19 -08:00
Cargo.lock Bump rand from 0.5.5 to 0.6.4 2019-01-11 21:36:48 -08:00
Cargo.toml Bump rand from 0.5.5 to 0.6.4 2019-01-11 21:36:48 -08:00
LICENSE-APACHE Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
LICENSE-MIT Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
README.md Rename project to Stevenarella (#83) 2019-01-11 20:41:19 -08:00
appveyor.yml Rename project to Stevenarella (#83) 2019-01-11 20:41:19 -08:00

README.md

Stevenarella

Build Status

Multi-protocol Minecraft-compatible client written in Rust

Don't expect it to go anywhere, just doing this for fun.

Images

Steven on Hypixel Steven

In action: http://gfycat.com/NeedyElaborateGypsymoth

Protocol support

Game version Protocol version Supported?
19w02a 452
18w50a 451
1.13.2 404
1.12.2 340
1.11.2 316
1.11 315
1.10.2 210
1.9.2 109
1.9 107
15w39c 74
1.8.9 47
1.7.10 5

Stevenarella is designed to support multiple protocol versions, so that client development is not in lock-step with the server version. The level of support varies, but the goal is to support major versions from 1.7.10 up to the current latest major version. Occasionally, snapshots are also supported.

Support for older protocols will not be dropped as newer protocols are added.

Credits

Thanks to @thinkofname for the original Steven (Rust), which Stevenarella is an updated and enhanced version of.

Downloads

Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/iceiix/stevenarella (Select your platform, Click the artifacts tab and download Steven.zip)

The Visual Studio 2017 Redistributable is required to run these builds.

Building

Requires Rust stable version 1.31.0 or newer to build.

Compile and run:

cargo run --release

Just compile:

cargo build --release

Running

Standalone

Just running Stevenarella via a double click (Windows) or ./stevenarella (everything else) will bring up a login screen followed by a server list which you can select a server from.

License

Dual-licensed MIT and ApacheV2