Skip to content

Commit

Permalink
mention ChunkSender in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HimmelKreis4865 committed Mar 31, 2024
1 parent a576e9b commit 7add93b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Depending on the biome height, the generation per chunk took from 0.03 to 0.1 se

The speed of the generator may be influenced by the available hardware power.

## Installation
You need
- [PocketMine-MP API-5](https://github.com/pmmp/PocketMine-MP/releases/lastest)
- Java 17
- a java server, preferably a spigot server (everything was tested on a [Paperspigot](https://papermc.io/downloads/paper) server, version 1.20.4))
- [ChunkSender](https://github.com/HimmelKreis4865/ChunkSender/releases/latest) the Java-Plugin, required to use the generator


## Ingame footage
- ### A beautiful landscape in the jungle
![Landscape](https://i.imgur.com/RBkyyI0.png)
Expand Down Expand Up @@ -33,10 +41,5 @@ The speed of the generator may be influenced by the available hardware power.
- Weird sky color in nether and end dimension
- Java server must be on the same machine as the pocketmine server

## Requirements
You need
- [PocketMine-MP API-5](https://github.com/pmmp/PocketMine-MP/releases/lastest)
- a java server, preferably a spigot server (everything was tested on a [Paperspigot](https://papermc.io/downloads/paper) server, version 1.20.4))

## Any problems or ideas?
Feel free to open an issue on github

0 comments on commit 7add93b

Please sign in to comment.