Skip to content

Commit 37f825c

Browse files
committed
Add TerraformGenerator to custom generator plugins
1 parent 90330a1 commit 37f825c

File tree

1 file changed

+36
-23
lines changed
  • src/routes/core/configuration/custom-generator-plugins

1 file changed

+36
-23
lines changed

src/routes/core/configuration/custom-generator-plugins/+page.md

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,65 @@
22
title: "Custom Generator Plugins"
33
---
44

5-
65
Here you will find a list of open-source generator plugins.
76

87
You may add your plugin using the [BukkitFullOfMoon](https://github.com/Dinnerbone/BukkitFullOfMoon) template, but be warned, if you don't post the source, your entry will be deleted.
98

109
## How to use generator plugins with Multiverse
10+
1111
1. Place the generator's jar in your plugins folder.
1212
2. Start your server
1313
3. Use the generator command. This will verify that the generator loaded properly. You should see its name appear:
14-
```
15-
/mv gens
16-
--- Loaded Generator Plugins ---
17-
VoidGenerator SkylandsPlus
18-
```
14+
```
15+
/mv gens
16+
--- Loaded Generator Plugins ---
17+
VoidGenerator SkylandsPlus
18+
```
1919
4. Then simply use the create command to create the world with a generator.
20-
```
21-
/mv create voidworld normal -g VoidGenerator
22-
```
20+
```
21+
/mv create voidworld normal -g VoidGenerator
22+
```
2323
5. Some generators allow you to specify ID to customise how the world is generator. For example, VoidGenerator allows you to specify the biomes as follows.
24-
```
25-
/mv create coldworld normal -g VoidGenerator:FROZEN_OCEAN
26-
```
24+
```
25+
/mv create coldworld normal -g VoidGenerator:FROZEN_OCEAN
26+
```
2727

2828
## [Terra](https://www.spigotmc.org/resources/terra.85151/)
29-
__Description__: Terra is an incredibly powerful data-driven world generator. It allows you to create a world exactly to your specifications, with no knowledge of Java required.
3029

31-
__Author__: [dfsek](https://www.spigotmc.org/resources/authors/dfsek.597832/)
30+
**Description**: Terra is an incredibly powerful data-driven world generator. It allows you to create a world exactly to your specifications, with no knowledge of Java required.
31+
32+
**Author**: [dfsek](https://www.spigotmc.org/resources/authors/dfsek.597832/)
33+
34+
**Github**: https://github.com/PolyhedralDev/Terra
35+
36+
**Discord**: https://discord.com/invite/PXUEbbF
3237

33-
__Github__: https://github.com/PolyhedralDev/Terra
38+
## [Terraform Generator](https://www.spigotmc.org/resources/terraformgenerator-1-18-2-1-21-4.75132/)
3439

35-
__Discord__: https://discord.com/invite/PXUEbbF
40+
**Description**: TerraformGenerator is a world generator plugin that aims to provide an enhanced vanilla feel.
41+
42+
**Author**: [Hex_27](https://www.spigotmc.org/resources/authors/hex_27.23764/)
43+
44+
**Github**: https://github.com/Hex27/TerraformGenerator
45+
46+
**Discord**: https://discord.gg/yW7JcqM
3647

3748
## [VoidGen](https://www.spigotmc.org/resources/voidgen.25391/)
38-
__Description__: All in one super lightweight Void World Generator
3949

40-
__Author__: [xtkq](https://www.spigotmc.org/resources/authors/xtkq.35246/)
50+
**Description**: All in one super lightweight Void World Generator
51+
52+
**Author**: [xtkq](https://www.spigotmc.org/resources/authors/xtkq.35246/)
4153

4254
**GitHub**: https://github.com/xtkq-is-not-available/VoidGen
4355

44-
__Discord__: https://discord.com/invite/Q7yj32FMFh
56+
**Discord**: https://discord.com/invite/Q7yj32FMFh
4557

4658
## [CleanroomGenerator](https://dev.bukkit.org/projects/cleanroomgenerator)
47-
__Description__: Generates a nice flat landscape for building anything you could want!
4859

49-
__Author__: [NVX](https://github.com/NVX)
60+
**Description**: Generates a nice flat landscape for building anything you could want!
61+
62+
**Author**: [NVX](https://github.com/NVX)
5063

51-
__Github Wiki__: [Wiki](https://github.com/nvx/CleanroomGenerator/wiki)
64+
**Github Wiki**: [Wiki](https://github.com/nvx/CleanroomGenerator/wiki)
5265

53-
__Source__: https://github.com/nvx/CleanroomGenerator
66+
**Source**: https://github.com/nvx/CleanroomGenerator

0 commit comments

Comments
 (0)