Skip to content

Commit

Permalink
use 1.16.1 paper version in docs/sample/server1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Aug 4, 2020
1 parent c3b114a commit 3cf6482
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ custom plugins/code can react to.

## Quick sample setup

This is a simple sample setup of a Minecraft network using Gate proxy.
This is a simple setup of a Minecraft network using Gate proxy,
a Paper 1.16.1 (server1) & Paper 1.8.8 (server2).

**You will only need a JRE (Java Runtime Environment, 8 or higher).**

Expand All @@ -48,11 +49,11 @@ and run the pre-compiled executable
- windows: `gate.exe`
- Or build an executable yourself. ;)
4. Open two terminals, one for each `server1` & `server2`.
- Run `java -jar server.jar` to run both servers.
- Run `java -jar <the server jar>` to run both servers.

Now you can connect to the network on `localhost:25565`
with Minecraft version 1.8.9.
(Newer versions will be easily supported very, very soon!)
with a Minecraft version 1.16.1 and 1.8.x.
Gate tries to connect you to one of the servers as specified in the configuration.

Checkout the `/server` command
(temporarily hardcoded until commands system has been added).
Expand Down
Binary file added docs/sample/server1/paper-1_16_1.jar
Binary file not shown.
File renamed without changes.
Binary file removed docs/sample/server2/server.jar
Binary file not shown.

0 comments on commit 3cf6482

Please sign in to comment.