mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-25 03:55:22 +01:00
Updated Requirements (markdown)
parent
6ac98fb980
commit
5f1302aa64
@ -24,6 +24,15 @@ requirements:
|
|||||||
- MY_CUSTOM_ITEM
|
- MY_CUSTOM_ITEM
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Adding ENDER_PEARL to this list also forbids all custom items that are based on ENDER_PEARL (= whose material is an ender pearl). If you do not wish to forbid items other items based on ender pearls but only Vanilla ender pearls, add an "*" to the ID:
|
||||||
|
|
||||||
|
```
|
||||||
|
requirements:
|
||||||
|
forbiddenItems:
|
||||||
|
- ENDER_PEARL*
|
||||||
|
- MY_CUSTOM_ITEM
|
||||||
|
```
|
||||||
|
|
||||||
### Group size
|
### Group size
|
||||||
Sets the allowed amount of group members.
|
Sets the allowed amount of group members.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user