... | ... | @@ -6,7 +6,7 @@ Checks the name of the target world. |
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| world | w | The world you wish to check for | tutorial_world |
|
|
|
| world | w | A list of worlds you wish to check for | tutorial_world |
|
|
|
|
|
|
|
|
|
## Examples
|
... | ... | @@ -14,3 +14,7 @@ Checks the name of the target world. |
|
|
Conditions:
|
|
|
- world{w=tutorial_world} true
|
|
|
```
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- world{w=world1,world2} true
|
|
|
``` |
|
|
\ No newline at end of file |