|
@@ -37,7 +37,7 @@ In order to run CustomOreGen, one of the following plugins need to be installed
|
|
|
|
|
|
* When creating generators, each category should be named "generator1", "generator2", and so on.
|
|
* When creating generators, each category should be named "generator1", "generator2", and so on.
|
|
|
|
|
|
-* 1.13/1.14 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).
|
|
|
|
|
|
+* 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%).
|
|
|
|
|
|
@@ -55,6 +55,8 @@ In order to run CustomOreGen, one of the following plugins need to be installed
|
|
| Command | Permission | Description |
|
|
| Command | Permission | Description |
|
|
| -------- | -------- | -------- |
|
|
| -------- | -------- | -------- |
|
|
| /CustomOreGen | CustomOreGen.admin | Reloads the configuration file |
|
|
| /CustomOreGen | CustomOreGen.admin | Reloads the configuration file |
|
|
|
|
+| /CustomOreGen inspect <player> | CustomOreGen.admin | Allows you
|
|
|
|
+owners to show information about current generator specs of a player |
|
|
|
|
|
|
# FAQ
|
|
# FAQ
|
|
|
|
|
|
@@ -65,7 +67,7 @@ Q: Ores are not generated, why?
|
|
A: If you're using Bentobox, verify that the MagicCobblestoneGenerator addon is disabled. If you're not using Bentobox, check if your skyblock plugin has any in-built oregenerators. If so, ask the developer to add an opt-out option.
|
|
A: If you're using Bentobox, verify that the MagicCobblestoneGenerator addon is disabled. If you're not using Bentobox, check if your skyblock plugin has any in-built oregenerators. If so, ask the developer to add an opt-out option.
|
|
|
|
|
|
Q: Can I use both levels and permission?
|
|
Q: Can I use both levels and permission?
|
|
-A: Nope, this is not possible in CustomOreGen.
|
|
|
|
|
|
+A: Nope, this is not possible in CustomOreGen, but in AdvancedOreGen.
|
|
|
|
|
|
|
|
|
|
|
|
|