Server Setup - CIF-Rochester/CursedSkyblock GitHub Wiki

Using the plugin

If you are looking to use the plugin on your server, there is minimal setup required.

First of all, Cursed Skyblock adds in custom world gen, or rather custom lack of world gen. To enable void world generation in a world you must tell bukkit to use our world generator. In bukkit.yml, add the following lines to the end of the text file:

worlds:
  (world):
    generator: cursedskyblock
  (world)_nether:
    generator: cursedskyblock

Replace "(world)" with the level-name value in server.properties. If you have done this correctly, generating a new world will make both the overworld and the nether empty voids. If you want to make the end a void too add a line for (world)_the_end, this is not recommended though.

Start your server, and you should be good to play!