Skip to content

TobidieTopfpflanze/customWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Generators

This plugins adds a few new generators for testing and fun. You have to change the generator in your server config file to use them

Todo

  • [] Biomes
  • [] Multiworld support

Available generators

name description
Debug Places all registered blocks in the world
CustomFlat Customizeable flatworld generator
EmptyWorld Nothing..., just air

In your config:

worlds:
  world:
    generator: CustomFlat
    seed: 1234

Custom Flat generator

You can add, remove and change layers for your flat world. This config is autogenerated after the first restart with this plugin installed

Config example:

{
    "CustomFlat": {
        "biome": 0,
        "layers": [
            { "count": 1, "block": { "id": 7, "meta": 0 } },
            { "count": 3, "block": { "id": 2 } },
            { "count": 1, "block": "minecraft:grass" }
        ]
    }
}

Empty World

just an empty world... Nothing special about it...

Todo:

  • [] Testing

Debug

This should help developer to test a new features quicker

About

Custom worldgenerators for JSPrismarine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages