uSkyGrid

http://i.imgur.com/JbSV18m.png?1



How do I get a SkyGrid gameplay?

If you want to try out SkyGrid gameplay using UltimateSkyBlock, this is doable from v2.6.3 and onwards.

Installation Guide

Before you begin

You will need the following:

  1. The jar files for uSkyBlock and UltimateSkyGrid
  2. A minimal valid uSkyBlock schematic (1 chest + 1 spawn block), called mini.schematic
  3. A minimal/empty/portal schematic for uSkyBlock in nether, called netherMini.schematic
  4. A spawn world different than the skyworld.

Installing

  • Download and install the UltimateSkyGrid plugin
  • Download and install UlimateSkyBlock >= v2.6.3
  • Start server
  • Shutdown server
  • Edit the configuration files as described below and place the schematics under `uSkyBlock/schematics`.
  • Delete `skyworld` and `skyworld_nether` worlds (this is imperative to get the SkyGrid worlds generated!)
  • Start the server

Configuration of UltimateSkyGrid

  • Set the `AllBlocksOneWorld` to `false`
  • Optionally set the `World_Height` to something above `128` (will have a performance impact).

Configuration of uSkyBlock

  • Edit the `config.yml` file in an appropriate editor (Notepad)
  • Locate `options.general` section
    • Set `spawnSize: 0`
  • Locate `options.island` section
    • Set `height: 65`
    • Set `schematicName: mini`
    • Set `chestItems: ''` - No additional items to begin with (grid-playstyle)
    • Set `addExtraItems: false`
    • Set `useIslandLevel: false` - the `/is info|level|top` doesn't make sense in SkyGrid.
  • Locate `options.extras` section
    • Set `sendToSpawn: true` - So we can have islands form around spawn.
  • Locate `options.advanced` section - IMPORTANT!
    • Add (in one line) `chunk-generator: com.gmail.labuff.shane.UltimateSkyGrid.UltimateSkyGridGenerator`
  • Locate `nether` section
    • Make sure `enabled: true` - we want the chunk-generator to be active
    • Set `schematicName: netherMini` - we don't want the full nether island
    • Set `terraform-enabled: false` - we don't want terraforming in nether
    • Add `chunk-generator: com.gmail.labuff.shane.UltimateSkyGrid.UltimateSkyGridGenerator`
    • Set `spawn-chances.enabled: false` - No additional spawning on netherbricks

Start the server again, and you should get a SkyGrid play-style controlled by uSkyBlock.

Further Configuration

If you want to include entitites from Bukkit 1.8+, edit the UltimateSkyGrid configurations to include blockIds as you see fit.

TroubleShooting

I get the wrong island??
Perhaps you are OPed, and have more than one schematic?
The `schematicName` for the normal island will only come into play, if you do not have any of the specific schematic permission nodes for any of the other schematics (including the empty nether schematic, that is essentially an invalid overworld schematic).