Skip to content

Commit 7c352a6

Browse files
authored
Merge pull request #4 from Josscoder/dev
upgrade to 1.0.1-SNAPSHOT
2 parents 2684acd + 4125f07 commit 7c352a6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**RedisBridge** is a complete rewrite of my previous plugin [JBridge](https://github.com/JossArchived/JBridge), developed for Nukkit and WaterdogPE. It provides automatic server registration, player management, and seamless communication between backend servers and the proxy.
66

77
# ⚙️ Available Commands
8-
RedisBridge includes ready-to-use commands for your proxy (WaterdogPE, Velocity, BungeeCord) or backend servers:
8+
RedisBridge includes ready-to-use commands for your WaterdogPE proxy or Nukkit backend servers:
99

1010
- `/lobby`
1111
Teleports the player to an available lobby instance using the `LOWEST_PLAYERS` strategy to avoid overloading a single lobby while keeping activity balanced.
@@ -53,7 +53,7 @@ Provides **automatic available instance selection** using different strategies:
5353

5454
- `LOWEST_PLAYERS`: Selects the instance with the fewest players.
5555

56-
- `MOST_PLAYERS_AVAILABLE`: Selects the instance with the most players.
56+
- `MOST_PLAYERS_AVAILABLE`: Selects the instance with the most players while still having available slots.
5757

5858
Example:
5959

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.josscoder.redisbridge</groupId>
88
<artifactId>RedisBridge</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>net.josscoder.redisbridge.core</groupId>

nukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.josscoder.redisbridge</groupId>
88
<artifactId>RedisBridge</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>net.josscoder.redisbridge.nukkit</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>net.josscoder.redisbridge.core</groupId>
3737
<artifactId>core</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>1.0.1-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.josscoder.redisbridge</groupId>
88
<artifactId>RedisBridge</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>waterdogpe</module>

waterdogpe/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.josscoder.redisbridge</groupId>
88
<artifactId>RedisBridge</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>net.josscoder.redisbridge.waterdogpe</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>net.josscoder.redisbridge.core</groupId>
4343
<artifactId>core</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>1.0.1-SNAPSHOT</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
</dependencies>

0 commit comments

Comments
 (0)