mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Updated Usage: Plot flags (markdown)
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:
|
||||
|
Loading…
Reference in New Issue
Block a user