JEGenerator
This is the PocketMine plugin that generates the terrain for Minecraft Java Edition v1.17
Install / Use
/learn @tedo0627/JEGeneratorREADME
JEGenerator
This is the PocketMine plugin that generates the terrain for Minecraft Java Edition v1.17
Support Generator
- je_overworld
- je_nether
- je_end
- je_large_biomes
- je_amplified
- je_single_biome ※
- je_caves ※
- je_floating_islands ※
Biome Option
※ These can use the biome option (default plains)
When used in server.propertie, generator-settings=biome=plains
When used in pocketmine.yml, preset: biome=plains
How to install
- Install java17 and set
JAVA_HOMEenvironment variable - Download server.jar here
Windows
- Arrange the files as in the tree below.
├── bin/
│ └── php/
│ └── ext/
│ └── php_calljava.dll
├── plugin_data/
│ └── JEGenerator/
│ ├── JELoader.jar
│ └── server.jar
├── plugins/
│ └── JEGenerator.phar
└── PocketMine-MP.phar
- Add the following text to the last line of php.ini
extension=php_calljava.dll
- Add the following text to the
PATHenvironment variable
%JAVA_HOME%\bin\server
Linux
- Arrange the files as in the tree below.
├── bin/
│ └── php7/
│ └── bin/
│ └── ext/
│ └── calljava.so
├── plugin_data/
│ └── JEGenerator/
│ ├── JELoader.jar
│ └── server.jar
├── plugins/
│ └── JEGenerator.phar
└── PocketMine-MP.phar
- Add the following sample text to the last line of php.ini
extension_dir should be the absolute path of bin/php7/bin/ext
extension_dir=/home/tedo0627/pmmp/bin/php7/bin/ext
extension=calljava.so
- Add the following text to the
LD_LIBRARY_PATHenvironment variable
$JAVA_HOME/lib/server
- Start pmmp once and agree to eula from the eula.txt file generated in plugin_data/JEGenerator
Note
Takes a long time to start up
Generating a few chunks after startup is a bit slow
This error may occur in some environments, but it is not a problem
Illegal format in tzmappings file: illegal non-newline character found at line 1, offset 46.
Related Skills
node-connect
335.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
