Updated Plot flags (markdown)

NotMyFault 2020-02-17 00:51:06 +01:00
parent 021470e685
commit 521c7baf2c

@ -8,11 +8,6 @@ As an alias, you can also use `/plot set <flag> <value>`
To bring up a list of flags use `/plot flag list`
## Default flags
_**PlotSquared (and generally all updated plugins) for 1.13+ require the use of Item ID**_ names. _**The old ID numbers are valid only for 1.12.2 and older. Please ensure you update your PlotSquared configs as needed!**_
A full list of item ID numbers and current names for manual conversion can be found at:
https://github.com/Phoenix616/IDConverter/blob/master/mappings/src/main/java/de/themoep/idconverter/IdMappings.java
You can set default flags per world in the `/plugins/PlotSquared/settings/worlds.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
@ -46,6 +41,11 @@ A list of blocks, supporting both legacy numerical IDs and new string IDs e.g.
The block list does not accept block names, only id and data.
## Flags
### Boolean:
| Name | Description | Default Value
|-------------------------------------------------------|--------------------------------------------------------------------------------| ---------------------------- |
| redstone | Set to `false` to disable redstone on the plot | True |
### Notification
- [titles](https://github.com/IntellectualCrafters/PlotSquared/wiki/Flag:-titles)
- [greeting](https://github.com/IntellectualCrafters/PlotSquared/wiki/Flag:-greeting)