Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Jun 2, 2020
1 parent c6ac8c1 commit 8d02e3a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BungeeGuard is a plugin which adds a security token to the BungeeCord handshakin

It is a more sensible replacement to "ip whitelist" or "only proxy join" type plugins.

### Installation
## Installation

Installation is very straightforward.

Expand All @@ -20,7 +20,7 @@ Installation is very straightforward.

#### On each of your backend Minecraft servers...

1. Ensure you are either using [Paper](https://papermc.io/) 1.9.4+ *or* have [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) installed.
1. Ensure you are either using [Paper](https://papermc.io/) 1.9.4+ or have [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) installed.
2. Ensure `bungeecord` is set to `true` in `spigot.yml`.
3. Add [`BungeeGuard.jar`](https://ci.lucko.me/job/BungeeGuard/lastSuccessfulBuild/artifact/bungeeguard-universal/target/BungeeGuard.jar) to the plugins folder. Then restart the server.
4. Navigate to `/plugins/BungeeGuard/config.yml`. Add the token(s) generated by the proxy(ies) to the `allowed-tokens` list.
Expand Down
4 changes: 2 additions & 2 deletions bungeeguard-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>me.lucko</groupId>
<artifactId>bungeeguard</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>bungeeguard-backend</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<build>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion bungeeguard-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>me.lucko</groupId>
<artifactId>bungeeguard</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>bungeeguard-proxy</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions bungeeguard-universal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>me.lucko</groupId>
<artifactId>bungeeguard</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>bungeeguard-universal</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<build>
<defaultGoal>clean package</defaultGoal>
Expand Down Expand Up @@ -46,13 +46,13 @@
<dependency>
<groupId>me.lucko</groupId>
<artifactId>bungeeguard-backend</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.lucko</groupId>
<artifactId>bungeeguard-proxy</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.lucko</groupId>
<artifactId>bungeeguard</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 8d02e3a

Please sign in to comment.