You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ You can inspect fields of the server object with `server.field`.
102
102
To see the ID of the server, type `server.id.to_s`.
103
103
This 24-digit hex number is the primary key of the server in the database, and will end up in the `config.yml` file for the API plugin.
104
104
105
-
Next, setup a [BungeeCord](https://github.com/OvercastNetwork/BungeeCord) server with the API and Commons plugins from the [ProjectAres](https://github.com/OvercastNetwork/ProjectAres) repo
105
+
Next, setup a [BungeeCord](https://github.com/OvercastNetwork/BungeeCord) server
106
+
with the API and Commons plugins from the [ProjectAres](https://github.com/OvercastNetwork/ProjectAres) repo
106
107
(make sure to use our custom BungeeCord fork, the upstream version won't work).
107
108
In the `config.yml` file for the API plugin, fill in the top section to match the server record you just created:
108
109
@@ -138,7 +139,6 @@ If this is the only lobby in the database, you can quickly retrieve it with `Ser
138
139
139
140
Setup a [SportBukkit](https://github.com/OvercastNetwork/SportBukkit) instance with the appropriate [plugins](https://github.com/OvercastNetwork/ProjectAres) for a lobby.
140
141
In the `config.yml` for the API plugin, enter the details from the lobby server record.
141
-
You will also have to enter the server ID in the ProjectAres `config.yml` file, along with connection details for MongoDB.
142
142
143
143
Start the server with a shell command similar to this:
0 commit comments