From 5e9ffe9e29a5b21e03aa54782dff57e24576ca88 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 24 Aug 2014 15:58:34 -0700 Subject: [PATCH] Better describe issue regarding flags being evaluated together. --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index d4007a8b..7ba0a89a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -22,7 +22,7 @@ You have downloaded version ${project.version}. Be aware of these breaking changes: * Children regions now inherit from their parent even if there is no overlap. -* Flags are now evaluated together so a `DENY` on `SLEEP` will override a `BUILD` set to `ALLOW`. (The sleep flag only applies to beds.) +* Flags are now evaluated together so a `DENY` on `SLEEP` will override a `BUILD` set to `ALLOW`. (The sleep flag only applies to beds.) Possibly the real gotcha is that if you set `BUILD` to deny, then it will also override `PVP` (remember that `DENY` > `ALLOW` > `NONE`). * MySQL support now features the ability to migrate tables. If you are using tables without a prefix, then the new migration code should be able to handle your table. However, if you are using a table prefix, you may encounter trouble with migration. * Plugins that utility WorldGuard's API may not work anymore. * Protection is now a lot more exhaustive so it is no longer, for example, possible to fling sand into a region.