|
@@ -45,15 +45,18 @@ That means the plugin basically iterates from left to right and checks if the pl
|
|
|
|
|
|
Moreover, the plugin chooses the generator by the island owner's permission, not by the player that is mining.
|
|
|
|
|
|
+When clicking the repeater (4), the plugin will turn into **level mode**. Level mode means that the corresponding generator is choosen by the island level of the owner.
|
|
|
+
|
|
|
### creating new generator presets
|
|
|
|
|
|
-You can add new generators and it's permission by typing the following exemplary commands:
|
|
|
+You can add new generators and it's permission by typing the following exemplary commands, or by selecting the wooden button item (3).
|
|
|
|
|
|
```yaml
|
|
|
/oregen generator add default oregen.default
|
|
|
/oregen generator add vip oregen.vip
|
|
|
```
|
|
|
|
|
|
+
|
|
|
where `default` and `vip` are the name of the generator preset and `oregen.default` and `oregen.vip` the permission.
|
|
|
|
|
|
After that, you may edit both generators by typing this command:
|
|
@@ -64,9 +67,9 @@ After that, you may edit both generators by typing this command:
|
|
|
|
|
|
Now the GUI where you can choose the generator which you want to edit appears:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-Another GUI would pop up if you select a generator where you can put the blocks you want to be generated:
|
|
|
+Another GUI will pop up if you select a generator where you can put the blocks you want to be generated:
|
|
|
|
|
|

|
|
|
|