basic stuff
This commit is contained in:
commit
2769fbac42
10 changed files with 532 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue