Updated Usage: Plot flags (markdown)

Jesse Boyd 2015-06-08 19:41:38 +10:00
parent e7ef33b86b
commit 7982c49509

@ -6,12 +6,12 @@ Setting a flag is easy, just use /plot set flag <flag> <value>. For a boolean fl
As an alias you can also use /plot set <flag> <value>
To bring up a list of flags use /plot set flag
## Default flags
You can set default flags per world in the `settings.yml`. Default flags will be present in each claimed plot unless a different value is manually set for that plot. Use the following to set default flags:
You can set default flags per world in the `settings.yml`. Default flags will be present in each claimed plot unless a different value is manually set for that plot. The following is an example of setting the `use` flag to allow interaction with doors, and trapdoors, levers, gates, pressure plates, buttons and trip wires:
```YML
worlds:
<world>:
flags:
myflag: "my flag value"
use: "64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
```
*where `<world>` indicates the name of that plotworld.
## Flag types: