Skip to content

Instantly share code, notes, and snippets.

View boy0001's full-sized avatar

Jesse Boyd boy0001

  • Melbourne, Australia
View GitHub Profile
@boy0001
boy0001 / Gen
Created July 2, 2015 06:26
PlotGen
package com.boydti.gen;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.bukkit.World;
import org.bukkit.block.Biome;
import org.bukkit.generator.BlockPopulator;
import org.bukkit.generator.ChunkGenerator;