|
@@ -12,7 +12,7 @@
|
|
# Installation
|
|
# Installation
|
|
#### Choose a SkyBlock plugin
|
|
#### Choose a SkyBlock plugin
|
|
|
|
|
|
-In order to run CustomOreGen, a SkyBlock plugin needs to be installed and running using Spigot 1.7-1.13. If you are using the BentoBox plugin, make sure you have the "Level-Addon" installed to have generators be unlocked using island level.
|
|
|
|
|
|
+In order to run CustomOreGen, a SkyBlock plugin needs to be installed and running using Spigot 1.7-1.13. If you are running the BentoBox plugin, make sure to have the "Level-Addon" installed to unlock generators using island levels.
|
|
|
|
|
|
* BentoBox (by Tastybento)
|
|
* BentoBox (by Tastybento)
|
|
* ASkyBlock (by Tastybento)
|
|
* ASkyBlock (by Tastybento)
|
|
@@ -28,9 +28,9 @@ In order to run CustomOreGen, a SkyBlock plugin needs to be installed and runnin
|
|
# Creating a Generator
|
|
# Creating a Generator
|
|
#### Important notices:
|
|
#### Important notices:
|
|
|
|
|
|
-* When creating generators, each category should be named "generator1", "generator2", etc.
|
|
|
|
|
|
+* When creating generators, each category should be named "generator1", "generator2", and so on.
|
|
|
|
|
|
-* 1.13 users: Make sure to use Bukkit material (block) names when choosing blocks in a generator. A list of the Bukkit material names can be found [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html).
|
|
|
|
|
|
+* 1.13 users: Make sure to use Bukkit material (block) names when putting blocks in a generator category. A list of the Bukkit material names can be found [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html).
|
|
|
|
|
|
* A generator category must include a 100.0% spawnrate. For example, in the screenshot below, STONE has a 50.0% of being produced, SANDSTONE has a 40.0% chance of being produced, and IRON_ORE has a 10.0% chance of being produced, equaling the 100.0% required (50.0% + 40.0% + 10.0% = 100.0%).
|
|
* A generator category must include a 100.0% spawnrate. For example, in the screenshot below, STONE has a 50.0% of being produced, SANDSTONE has a 40.0% chance of being produced, and IRON_ORE has a 10.0% chance of being produced, equaling the 100.0% required (50.0% + 40.0% + 10.0% = 100.0%).
|
|
|
|
|