Skip to content
Marcel P edited this page Mar 16, 2019 · 1 revision

Setup Guide for BomberEgg

Install the plugin on your server

  1. Stop your server
  2. Put your downloaded BomberEgg-[version].jar into the "plugins" folder
  3. Start your server

All important files/ folders have been generated by the plugin.


Setting up the map(s) to play on

  1. Open the maps.yml configuration file.
  2. Change the name of your map by editing the value of Maps.map_<id>.name
  3. Enable your map by setting the value of Maps.map_<id>.enabled to true
  4. Change the name of the builder by editing the value of Maps.map_<id>.builder
  5. Change the map folder by editing the value of Maps.map_<id>.mapfolder
  6. Change the backup folder by editing the value of Maps.map_<id>.backupfolder
  7. Add/ remove/ edit the spawns on the map by changing the value(s) of Maps.map_<id>.spawns.*

This can be repeated as often as you want. BomberEgg does not have a maximum amount of possible maps.
Important: You need to create the backup directory by yourself and add ALL the world files into there.
Your server directory should look like this when your mapfolder is map0 and your backupfolder is map0_backup:

Showing directorys "map0", "map0_backup", "plugins", "world", "world_the_end"

Clone this wiki locally