Go to file
ice_iix 80006d9212 Update web-sys, zip, flate2 dependencies
Closes #209 Bump web-sys from 0.3.25 to 0.3.26
Closes #210 Bump zip from 0.5.2 to 0.5.3
Closes #211 Bump flate2 from 1.0.9 to 1.0.11
2019-08-17 13:34:32 -07:00
blocks steven_blocks: Use the ? operator instead of * in macro 2019-05-30 18:31:23 -07: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 1.13+: Fix parsing Teams packet. Closes #205 (#208) 2019-08-11 17:46:34 -07:00
std_or_web wasm: Fix operation not supported on std::fs. Closes #115 (#166) 2019-05-29 08:21:56 -07:00
www Bump lodash from 4.17.11 to 4.17.15 in /www (#201) 2019-07-27 17:50:33 -07:00
.build.yml Add .build.yml file for builds.sr.ht SourceHut CI (#176) 2019-05-31 09:23:13 -07:00
.gitignore Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
.travis.yml Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
Cargo.lock Update web-sys, zip, flate2 dependencies 2019-08-17 13:34:32 -07:00
Cargo.toml Update web-sys, zip, flate2 dependencies 2019-08-17 13:34:32 -07: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 1.14.4 protocol support (498) (#207) 2019-08-11 17:26:20 -07:00
appveyor.yml Update to Rust stable 1.34.1 2019-05-05 06:22:31 -07:00

README.md

Stevenarella

builds.sr.ht 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

Community chatroom

We have a chatroom on EsperNet: irc.esper.net server, #stevenarella channel.

Join with your favorite IRC client or Matrix.

Protocol support

Game version Protocol version Supported?
1.14.4 498
1.14.3 490
1.14.2 485
1.14.1 480
1.14 477
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.

Forge servers are currently supported on 1.7.10 - 1.12.2.

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.34.1 or newer to build.

Compile and run:

cargo run --release

Just compile:

cargo build --release

For progress on web support, see www/.

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