An open API service indexing awesome lists of open source software.

https://github.com/survanetwork/fancygenerators

πŸ—Ί A collection of new level Generators
https://github.com/survanetwork/fancygenerators

generator islands pocketmine void world

Last synced: about 1 month ago
JSON representation

πŸ—Ί A collection of new level Generators

Awesome Lists containing this project

README

          


FancyGenerators plugin logo

FancyGenerators


A collection of new level Generators



Plugin version


API version


Downloads on Poggit


License


Discord


Website



Download FancyGenerators plugin release
FancyGenerators plugin features

## πŸ“™ Description
FancyGenerators is an experimental plugin project which adds new kinds of world generators to your PocketMine-MP server.
We've implemented some well-known world generators like void with better performance.
We've also added some crazy new world generators creating fantasy worlds.
You can use any compatible world management plugin, e.g. [Worlds by surva](https://plugins.surva.net/#worlds).

## 🎁 Features
- **COMMON WORLD GENERATORS** Adds well-known world generators like void with great performance
- **SPECIAL WORLD GENERATORS** Create worlds like never before with our special, crazy world generators
- **COMPATIBILITY** Using the standard API, compatible with every modern world management plugin

## πŸ—ΊοΈ Generators

### Void

The void generator just generates an empty world without any blocks, but a small 2x2 planks
platform at the spawn.

Void generator world screenshot

### CandyLand

CandyLand creates a very colorful world with clay blocks in random colors and
custom colorful trees, also made out of clay blocks. However, it is also the generator
with the worst performance yet, so world generation requires a bit more computing power than
usual (but still runs on most computers).

CandyLand generator world screenshot

### WinterWonder

WinterWonder generates a beautiful Christmas-themed world with snow-blocks mixed with red and
green decorations of wool. The world is populated with Christmas trees (made of green wool and torches)
and gifts in random colors.

WinterWonder generator world screenshot

### PirateIslands

PirateIslands creates a huge sea with a constant water level and ground made out of sand and sandstone.
It randomly spawns hilly islands in the water with terrain made out of sandstone and jungle
trees on the islands.

PirateIslands generator world screenshot

## πŸ–± Usage
Just drop the plugin file into your server's plugin folder, there is no further configuration or commands required.

You can use a world management plugin to create world's using the generators.

Available generators are:

```
void
candyland
winterwonder
pirateislands
```

### Using the Worlds plugin

You can download [Worlds by surva here](https://plugins.surva.net/#worlds). Worlds has first-class support for FancyGenerators and is our recommended world management plugin.

Create a new world using: `/worlds create `

E.g., to create a void world named void123, use `/worlds create void123 void`.

[Ask questions on Discord πŸ’¬](https://discord.gg/t4Kg4j3829)

## πŸ™‹β€ Contribution
Feel free to contribute if you have ideas or found an issue.

You can:
- [open an issue](https://github.com/survanetwork/FancyGenerators/issues) (problems, bugs or feature requests)
- [create a pull request](https://github.com/survanetwork/FancyGenerators/pulls) (code contributions like fixed bugs or added features)

Please read our **[Contribution Guidelines](CONTRIBUTING.md)** before creating an issue or submitting a pull request.

Many thanks for their support to all contributors!

## πŸ‘¨β€βš–οΈ License
[MIT](https://github.com/survanetwork/FancyGenerators/blob/master/LICENSE)