BedWarsProxy is a plugin for Bungeecord networks that are running BedWars1058 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>andrei1058-releases</id>
<url>https://repo.andrei1058.dev/releases/</url>
</repository>
<dependency>
<groupId>com.andrei1058.bedwars</groupId>
<artifactId>proxy-api</artifactId>
<version>VERSION HERE</version>
<scope>provided</scope>
</dependency>