https://github.com/wode490390/pillarsgenerator
This is an easter egg generator ported from 20w14infinite.
https://github.com/wode490390/pillarsgenerator
generator minecraft nukkit plugin visuals
Last synced: about 2 months ago
JSON representation
This is an easter egg generator ported from 20w14infinite.
- Host: GitHub
- URL: https://github.com/wode490390/pillarsgenerator
- Owner: wode490390
- License: gpl-3.0
- Created: 2020-04-04T00:09:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T16:44:28.000Z (about 5 years ago)
- Last Synced: 2025-01-26T10:07:52.790Z (4 months ago)
- Topics: generator, minecraft, nukkit, plugin, visuals
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pillars Generator for Nukkit
[](https://circleci.com/gh/wode490390/PillarsGenerator/tree/master)
[](https://github.com/wode490390/PillarsGenerator/releases)
[](https://github.com/wode490390/PillarsGenerator/releases)This is an easter egg generator ported from [20w14infinite](https://minecraft.gamepedia.com/Java_Edition_20w14infinite).

If you found any bugs or have any suggestions, please open an issue on [GitHub Issues](https://github.com/wode490390/PillarsGenerator/issues).
If you love this plugin, please star it on [GitHub](https://github.com/wode490390/PillarsGenerator).
## Download
- [Releases](https://github.com/wode490390/PillarsGenerator/releases)
- [Snapshots](https://circleci.com/gh/wode490390/PillarsGenerator)## Configurations
### config.yml
```yaml
# Whether to replace the overworld generator
overworld: true
# Whether to replace the nether generator
nether: true# Block ID used to generate the pillar
material: 49
# Block meta
meta: 0
```## Compiling
1. Install [Maven](https://maven.apache.org/).
2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.## Metrics Collection
This plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit) - you can opt out using the global bStats config, see the [official website](https://bstats.org/getting-started) for more details.
###### If I have any grammar and terms error, please correct my wrong :)