Custom World Generator for Sponge
2

World Config Example

This file is located in the Config File, under sponge. Each world creates their own world.conf

# 1.0
# 
# # If you need help with the configuration or have any questions related to Sponge,
# # join us at the IRC or drop by our forums and leave a post.
# 
# # IRC: #sponge @ irc.esper.net ( https://webchat.esper.net/?channel=sponge )
# # Forums: https://forums.spongepowered.org/
# 

sponge {
    world {
        # If 'true', this world will generate its spawn the moment its loaded.
        generate-spawn-on-load=true
    }
    # World Generation Modifiers to apply to the world
    world-generation-modifiers=[
        "expanse:voidoverworld"
    ]
}

Category: World Management

Published on May 30, 2019

views

stars

watchers

total downloads

Licensed under MIT

Promoted Versions

Members