BWProxy2023 is a plugin for Bungeecord networks that are running BedWars2023 in BUNGEE mode. This plugin provides features for lobby servers: join gui/ signs, placeholders and more.
FEATURES
- Dynamic game signs
- Static game signs
- Global arena selector
- Per group arena selector
- Arena rejoin system
- Admin /bw tp command to catch cheaters
- Per player language system in sync with arenas
- PAPI placeholders
- Internal party system
- API for developers
HOW TO USE
All the information you need can be found on its documentation / wiki.
DOWNLOAD
MAVEN REPO
<repository>
<id>astroidmc-releases</id>
<url>https://maven.astroidmc.com/repository/maven-releases/</url>
</repository>
<!--Use for Snapshots only!-->
<repository>
<id>astroidmc-snapshots</id>
<url>https://maven.astroidmc.com/repository/maven-snapshots/</url>
</repository>
<!-- -->
<dependency>
<groupId>com.tomkeuper.bedwars</groupId>
<artifactId>proxy-api</artifactId>
<version>1.21</version>
<scope>provided</scope>
</dependency>