Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.
tastybento edited this page Jan 8, 2017 · 7 revisions

Welcome to the Acidisland wiki!

The FAQ for AcidIsland is the same (mostly) as it is for ASkyBlock.

AcidIsland Specific Questions

How do I change the sea bottom?

There is no sea bottom in AcidIsland for these reasons:

  1. It allows items to fall through
  2. It does not interfere with island level calculations

If you still want to change the sea bottom, you can by following these instructions:

  1. Download CleanRoomGenerator Bukkit plugin (google it), or whatever other plugin you want to use. These instructions will be for CleanRoomGenerator. Put the plugin into your plugins folder.
  2. Download Multiverse (required). Put the plugin into your plugins folder.
  3. Stop the server and remove AcidIsland.jar plugin from the plugins and delete the AcidIsland world.
  4. Run the server
  5. Generate the AcidIsland world using Multiverse and CleanRoomGenerator. Instructions are on the Bukkit CleanRoomGenerator page. For example:

/mvcreate AcidIsland normal -g CleanroomGenerator:49,water

This will create a bedrock bottom 1 block deep and 49 blocks of water above it. The amount of water should be 1 less than your sea level setting.

  1. If you are using the new nether (island nether) then you MUST also create the AcidIsland_nether with this command:

mvcreate AcidIsland_nether nether -g CleanroomGenerator:.

  1. Once you have done that edit the AcidIsland config.yml file and add the useowngenerator:true line in the general section like this:
# General settings
general:
   useowngenerator: true
  1. Replace AcidIsland.jar in the plugins folder and restart your server.

You will now have a bedrock base on your sea bottom.

  1. If you decide to do anything other than bedrock as the base, then you will have a problem with the island level calculations, especially if the sea bottom is randomly generated and has valuable stuff in it. You can overcome this by editing blockvalues.yml to make blocks below sea level worth nothing. For example:
# Underwater block multiplier
# If blocks are below sea-level, they can have a higher value. e.g. 2x
# Promotes under-water development if there is a sea. Value can be fractional.
underwater: 0

Alternatively, if you have a flat bottom or deterministic number or type of blocks for every island, then you can adjust the handicap in the schematicsection of config.yml to discount the extra blocks players have when they start.

Clone this wiki locally