From 521c7baf2c834988cd50a91ebf48db2b4e8a686e Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 17 Feb 2020 00:51:06 +0100 Subject: [PATCH] Updated Plot flags (markdown) --- Plot-flags.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Plot-flags.md b/Plot-flags.md index aa5e9c9..5d62102 100644 --- a/Plot-flags.md +++ b/Plot-flags.md @@ -8,11 +8,6 @@ As an alias, you can also use `/plot set ` 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)