Skip to content

ChunkGenerator for the Bukkit API that uses NMS for vanilla terrain generation.

Notifications You must be signed in to change notification settings

coelho/VanillaGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

VanillaGenerator

ChunkGenerator for the Bukkit API that uses NMS for vanilla terrain generation.

Dependencies

  • VanillaNMS
    • (optional) Minecraft Server 1.8 refactored
    • (optional) Minecraft Server 1.7.10 refactored
    • (optional) Minecraft Server Alpha 1.2.6 refactored
    • (optional) Minecraft Server Alpha 1.1.2.1 refactored
  • Bukkit API

//todo use maven or gradle

Usage

This plugin depends on VanillaNMS. Be sure to setup VanillaNMS properly, and include the NMS jar of the version you are targetting.

In your glowstone.yml, for example, set the following:

worlds:
  world:
    generator: VanillaGenerator:v1_7_10,normal

There are two parameters after the generator name. v1_7_10 is the version of Minecraft that we will be using to generate, and normal is the environment type.

About

ChunkGenerator for the Bukkit API that uses NMS for vanilla terrain generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages