This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
derver-plugin/README.md
2024-11-19 00:13:39 -05:00

15 lines
463 B
Markdown

# Skystone
A PaperMC plugin that turns the whole world into stone platforms. A few extra recipes and things are added for playability.
Vague inspiration: https://www.curseforge.com/minecraft/mc-mods/dirt-platform
## Using
Download this plugin into the ``plugins`` folder of your PaperMC installation directory. Afterwards, edit bukkit.yml to look something like this:
```
(...)
worlds:
world:
generator: MinzeoPlugin
biome-provider: MinzeoPlugin
```