diff --git a/AdvancedPluginsWiki/actions/setting-up-and-using-variables.md b/AdvancedPluginsWiki/actions/setting-up-and-using-variables.md index d60fbd8..760dd3c 100644 --- a/AdvancedPluginsWiki/actions/setting-up-and-using-variables.md +++ b/AdvancedPluginsWiki/actions/setting-up-and-using-variables.md @@ -104,7 +104,7 @@ variable: "!stone OR dirt" `block-place` ```yml -variable: +variable: - "!stone" - "dirt" # 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 ### ItemsAdder (experimental) -Just add `itemsadder:` before element name to use itemsadder items, block or entities +Just add `itemsadder:` before element name to use itemsadder items, block or entities **Example:** ```yml variable: itemsadder:ITEM_NAME ``` +### MMOItems (experimental) + +Just add `mmoitems:` before element name to use items from this plugin + +**Example:** +```yml +variable: mmoitems:ITEM_NAME +``` + ### Properties You can add some properties in JSON format. @@ -219,4 +228,4 @@ variable: and: [] ``` -In this case, action will progress only when the player is op OR has level greater than 10. \ No newline at end of file +In this case, action will progress only when the player is op OR has level greater than 10.