
A fully automated Battle Royale plugin featuring dynamic teams, shrinking borders, and a built-in economy. Includes automatic world resets and multi-language support for a seamless competitive experience.
BattleRoyale is a lightweight, fully automated mini-game plugin designed to turn your dedicated server instance into a competitive PvP battleground. It handles the entire game lifecycle—from map generation to team assignment and the final showdown—without requiring any administrator intervention.
arena_world) is generated with a random seed. No two games are the same!The plugin creates a config.yml where you can tweak almost every aspect of the game logic:
lang: en # switch to 'de' or 'ru'
timers:
lobby-countdown: 300
freeze-time: 30
border-shrink-start: 600 # Time in seconds before border moves
border-shrink-duration: 300
economy:
kill-reward: 10
win-reward: 100
world:
name: arena_world
lobby-size: 50
arena-size: 1000
final-size: 50
The plugin includes a langs folder. You can switch the language in the config or edit the files directly to change messages.
langs/en.yml (English)langs/de.yml (German)langs/ru.yml (Russian)This plugin is designed for Dedicated Game Servers.
Because the plugin automatically unloads worlds and shuts down the server to reset the game state, it should not be installed on a main Survival or Hub server. It is best used on a separate server instance connected via BungeeCord or Velocity.