Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
🗺 A collection of new level Generators
- Host: GitHub
- URL: https://github.com/survanetwork/fancygenerators
- Owner: survanetwork
- License: mit
- Created: 2022-09-19T17:44:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T08:48:53.000Z (about 1 year ago)
- Last Synced: 2024-03-26T15:11:40.457Z (8 months ago)
- Topics: generator, islands, pocketmine, void, world
- Language: PHP
- Homepage: https://plugins.surva.net/#fancygenerators
- Size: 414 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
FancyGenerators
A collection of new level Generators
##
[Description](#-description) | [Features](#-features) | [Usage](#-usage)
| [Contribution](#-contribution) | [License](#%EF%B8%8F-license)## 📙 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## 🖱 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
```### 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)