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>bedwars2023-releases</id>
<url>https://repo.tomkeuper.com/repository/releases/</url>
</repository>
<!--Use for Snapshots only!-->
<repository>
<id>bedwars2023-snapshots</id>
<url>https://repo.tomkeuper.com/repository/snapshots/</url>
</repository>
<!-- -->
<dependency>
<groupId>com.tomkeuper.bedwars</groupId>
<artifactId>proxy-api</artifactId>
<version>{version}</version>
<scope>provided</scope>
</dependency>