![[IMG]](//proxy.spigotmc.org/db71fac20e5ed4fe3adbf465827d18e37809ec91/68747470733a2f2f692e696d6775722e636f6d2f374137303277682e706e67)
Join Signs:
- you can create static signs for a given arena.
- you can create dynamic signs for a given group.
Arena Selector:
- /bw gui will show all available arenas on your network.
- /bw gui groupName to display arenas from a given group.
Re-Join System:
- if you get disconnected, or if you leave a game (configurable) you can re-join it via command or by joining the server again.
Admin Teleport:
- your admins can spectate a cheater using /bw tp username.
Language | Per player language system:
PlaceholderAPI support:
Party System:
- we provide a basic and functional internal party system to play with your friends on the same team or arena.
- we also support Parties by AlessioDP which could be a better solution if you are a large network.
API | for Developers:
- you can adapt it to your network by using the API.
![[IMG]](//proxy.spigotmc.org/9958322e36f77128d7e33123fe078cee1cfde169/68747470733a2f2f692e696d6775722e636f6d2f67674e527034442e706e673f31)
![[IMG]](//proxy.spigotmc.org/b1af4b90aa8264ca9d3401fcb523bc04e393b9cc/68747470733a2f2f692e696d6775722e636f6d2f677268706451562e706e67)
How to use:
All the information you need can be found on its
documentation/ wiki.
Maven repo:
Code (XML):
<repository>
<id>andrei1058-repo
</id>
<url>https://repo.andrei1058.com/releases/
</url>
</repository>
<dependency>
<groupId>com.andrei1058.bedwars
</groupId>
<artifactId>proxy-api
</artifactId>
<version>VERSION HERE
</version>
<scope>provided
</scope>
</dependency>