Minecraft StopGen mod 2026 download
logo
minecraft mod StopGen

StopGen

Game Version: 1.9
Total Downloads: 564
Updated: Apr 16, 2016
Created: Mar 24, 2016
Download StopGenDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
StopGen v1.3 release 38.71 KB Apr 16, 2016 1.9 278 download StopGen StopGen v1.3 releaseDownload
StopGen v1.2 release 23.10 KB Apr 13, 2016 1.9 87 download StopGen StopGen v1.2 releaseDownload
StopGen v1.1 release 23.81 KB Mar 25, 2016 1.9 104 download StopGen StopGen v1.1 releaseDownload
StopGen v1.0 release 24.12 KB Mar 24, 2016 1.9 95 download StopGen StopGen v1.0 releaseDownload

Description

Share this:

StopGen prevents the generation of new chunks, either altogether or after a certain range with configurable size, shape, and center in any given world. Each world has its own settings. This plugin handles it much more efficiently than other alternatives as it makes the server not try to constantly reload missing chunks.

Currently supported servers: 1.8-1.9

Configuration
# Whether or not to stop all chunk generation in every world.
# If this is enabled, world settings below will be ignored.
all-chunks: false

# The list of worlds and their settings
worlds:
  
  # Add more worlds by entering their name
  world:
    # The type of restriction to apply, can be "all", "box", or "radius"
    type: box
    # The size of the shape in blocks (not needed for "all")
    # Note that this ends up being distance from the center, so the radius
    # numbers are the X size followed by the Z size
    size: 1000, 1000
    # Where to center the shape on in block coordinates (not needed for "all")
    # numbers are the X coordinate followed by the Z coordinate
    center: 0, 0
Source Code

https:github.com/Eniripsa96/StopGen

Comments

Add a comment