Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 5a16779

Browse files
committed
Remove README line about obsolete plugin
1 parent e51e6f9 commit 5a16779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ You can inspect fields of the server object with `server.field`.
102102
To see the ID of the server, type `server.id.to_s`.
103103
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.
104104

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
106107
(make sure to use our custom BungeeCord fork, the upstream version won't work).
107108
In the `config.yml` file for the API plugin, fill in the top section to match the server record you just created:
108109

@@ -138,7 +139,6 @@ If this is the only lobby in the database, you can quickly retrieve it with `Ser
138139

139140
Setup a [SportBukkit](https://github.com/OvercastNetwork/SportBukkit) instance with the appropriate [plugins](https://github.com/OvercastNetwork/ProjectAres) for a lobby.
140141
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.
142142

143143
Start the server with a shell command similar to this:
144144

0 commit comments

Comments
 (0)