Skip to content

Commit 8570c35

Browse files
authored
Merge pull request #19 from AdvancedPlugins/mmoitems-variable
mmoitems support in variables
2 parents f82cf6e + 9a518e2 commit 8570c35

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

AdvancedPluginsWiki/actions/setting-up-and-using-variables.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ variable: "!stone OR dirt"
104104
`block-place`
105105

106106
```yml
107-
variable:
107+
variable:
108108
- "!stone"
109109
- "dirt"
110110
# This will progress the quest if player placed any block except stone and dirt
@@ -137,13 +137,22 @@ In this case, root will accept every item which contains ORE in name (it also ap
137137

138138
### ItemsAdder (experimental)
139139

140-
Just add `itemsadder:` before element name to use itemsadder items, block or entities
140+
Just add `itemsadder:` before element name to use itemsadder items, block or entities
141141

142142
**Example:**
143143
```yml
144144
variable: itemsadder:ITEM_NAME
145145
```
146146

147+
### MMOItems (experimental)
148+
149+
Just add `mmoitems:` before element name to use items from this plugin
150+
151+
**Example:**
152+
```yml
153+
variable: mmoitems:ITEM_NAME
154+
```
155+
147156
### Properties
148157

149158
You can add some properties in JSON format.
@@ -219,4 +228,4 @@ variable:
219228
and: []
220229
```
221230

222-
In this case, action will progress only when the player is op OR has level greater than 10.
231+
In this case, action will progress only when the player is op OR has level greater than 10.

0 commit comments

Comments
 (0)