|
@@ -4,6 +4,9 @@
|
|
|
# Features
|
|
|
* The whole configuration is made using the GUI
|
|
|
* No config.yml needed
|
|
|
+* Inbuilt generator selector
|
|
|
+* Offline owner caching
|
|
|
+* AFK feature
|
|
|
* Multiple generator presets for different **permissions** or **levels**
|
|
|
* Toggleable fence generator setup
|
|
|
* Support for sub ids, so all block types are supported
|
|
@@ -57,6 +60,8 @@ Moreover, the plugin chooses the generator by the island owner's permission, not
|
|
|
|
|
|
When clicking the repeater (4), the plugin will turn into **level mode**. Level mode means that the corresponding generator is choosen by the corresponding island level of the owner.
|
|
|
|
|
|
+Your players are also able to choose between generators, see generator selector.
|
|
|
+
|
|
|
### Creating new generator presets
|
|
|
|
|
|
You can add new generators and it's permission by typing the following exemplary commands, or by selecting the wooden button item in the main GUI(3).
|
|
@@ -126,6 +131,13 @@ fence-generator-enabled: false
|
|
|
```
|
|
|
|
|
|
# Misc
|
|
|
+### Generator selector
|
|
|
+
|
|
|
+![](/media/spigot_pages/advanced_ore_gen/generator_command.gif)
|
|
|
+
|
|
|
+This generator menu gives your players the opportunity to select a generator they've already unlocked. This is useful when using differnt kinds of generators, for example an overworld ore generator and a nether generator which are unlocked on the same island level / player permission.
|
|
|
+
|
|
|
+The default command is `/generator`, which can also changed in the config.yml.
|
|
|
|
|
|
### AFK feature
|
|
|
|