Skip to content

PowerNukkitX/VanillaPNX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grafik

VanillaPNX is a vanilla world generator for PowerNukkitX. It uses a Paper server to generate the world, which then will be sent to the PNX server, where it is assembled again.

This plugin was heavily optimized, but good hardware is still a must have for this.

This plugin is also still in beta. Not everything works yet.

⚠️ This plugin might not work for some minecraft server hosters. We recommend self hosting or getting a vps/dedicated. If the machine you are using this plugin is already running a java edition server, you have to change the port of the plugins paper server in /plugins/VanillaPNX/paper/server.properties to an unused port (and one above)

  • config.json to use
{ "format": "leveldb", "enable": true, "generators": { "0": { "name": "vanilla", "seed": 0, "enableAntiXray": false, "antiXrayMode": "LOW", "preDeobfuscate": true, "dimensionData": { "dimensionName": "minecraft:overworld", "dimensionId": 0, "minHeight": -64, "maxHeight": 319, "height": 384, "chunkSectionCount": 24 }, "preset": {} }, "1": { "name": "vanilla", "seed": 0, "enableAntiXray": false, "antiXrayMode": "LOW", "preDeobfuscate": true, "dimensionData": { "dimensionName": "minecraft:nether", "dimensionId": 1, "minHeight": 0, "maxHeight": 127, "height": 128, "chunkSectionCount": 8 }, "preset": {} }, "2": { "name": "vanilla", "seed": 0, "enableAntiXray": false, "antiXrayMode": "LOW", "preDeobfuscate": true, "dimensionData": { "dimensionName": "minecraft:end", "dimensionId": 2, "minHeight": 0, "maxHeight": 255, "height": 256, "chunkSectionCount": 16 }, "preset": {} } } }

About

A vanilla generator for PowerNukkitX using Paper

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages