Changelog

6.1

6.0 beta 5

MC 1.7.9, 1.7.10 and 1.8 (Spigot only) are supported.

6.0 beta 4

MC 1.7.9, 1.7.10 and 1.8 (Spigot only) are supported.

6.0 beta 3

MC 1.7.10 and 1.8 (Spigot only) are supported.

6.0 beta 2

6.0 beta 1

UUID support

Regions now fully support the use of UUIDs rather than names for storing the owners and members of a region. Commands still accept names, but they are translated into UUIDs in the background. For users who already have existing region data, names will be automatically converted to UUIDs on the first run of WorldGuard.

It is still possible to specify names rather than a UUID by using the -n flag with the region membership commands.

'Deny by default'

Previously, a pre-determined list of blocks and entities was used to determine whether an action by the player should be blocked. However, this has been reversed so that every action on a block or entity is denied (in a protected region) unless it has been deemed safe (such as, for example, right clicking with steak). Mods are now supported as a result.

The USE flag has been repurposed as a general "interaction" flag and covers every left click or right click of a block or entity. It also covers interaction that falls outside clicking.

Exhaustive protection

More events are now handled in the protection code. For example,

Even water and lava flow can also be checked, although this requires that it be explicitly enabled in the configuration (flow events are very frequent, so they incur extra CPU cost).

The goal is to provide extremely exhaustive protection.

Large performance boost for spatial queries

The performance of spatial queries for regions has been substantially increased at least an order of magnitude. Spatial queries are a necessity for the region code to query the list of regions that apply to a location in the world. There should be a negligible difference between 4, 40, and 4000 regions as long as too many regions are not overlapping.

Background region operations

Region commands are now executed in the background. Notably, saves and loads will not lock up your server while they complete. Additionally, changes to regions are now saved periodically rather than immediately after every change.

Updated MySQL region support

MySQL support has been completely overhauled. It should now be faster, no longer crash on foreign key index errors, use transactions, and support automatic creation and migration of tables (including support for table prefixes).

Partial region data saving

For users of MySQL, WorldGuard now only saves changed and deleted regions when saving region data. No longer does WorldGuard have to rewrite the entire region database on each save.

Improved handling of related flags

Multiple flags that apply to an event are now evaluated together if they are similar. For example, if a player right clicks a bed to sleep in it, both the USE and SLEEP flag are checked since they are both interaction-related. If one of them is DENY, then sleeping is denied (remember, DENY overrides ALLOW). If one of them is ALLOW and the other is not DENY, then sleeping is permitted.

Only one "category" of flags needs to evaluate to true to permit an action. DENY will not cross categories. For example, if BUILD is deny, it will not override SLEEP, so if SLEEP is set to ALLOW, sleeping will be permitted. This is fairly similar to how it worked on WorldGuard 5.

Flag groups now work properly

While you could always set a group to a flag's value, the functionality was incomplete and did not work most of the time.

Now that groups are supported, you can change a flag so it only applies to a certain group of players. For example, /rg flag example sleep deny -g members would deny sleeping for only members of the example region.

Inheritance now works as expected

Previously, a region only inherited flags and other details from its parents if the parent and the child overlapped at the location queried. This is no longer the case and inheritance is now always applied.

In addition, a new -g flag for /rg define lets you create a region with no physical area so that you can assign flags and use this region as a "template region."

Settable deny message

It is now possible to change the message that users get when they are prevented from interacting with blocks or entities. This message is defined as a region flag, so you can set it on the __global__ region or override it in a specific region. In addition, the tone and color of the default message has been softened, but you are free to change it entirely.

Blacklist support for data values (and later, variants)

The blacklist was rewritten to support more than just block and item IDs. The immediate result is that you can now use data values, but as those are in the process of being deprecated by Mojang, it also allows support for Minecraft's new block variants in the future.

Debounced events

Events that tend to reoccur very frequently (such as the ones that occur when you stand on a pressure plate continuously) have been "debounced" to reduce the number of checks that WorldGuard has to perform, reducing the amount of wasted CPU. In addition, the "you don't have permission" message is rate limited so players are not flooded with the message.

New block place and break flags

A long requested feature was the availability of block place and break flags. These newly added flags work in tandem with the BUILD flag but can override BUILD. At the moment, it is not possible to allow explicit types of blocks to be placed or broken yet.

Build permission nodes

A new optional (disabled by default in the configuration) feature is the checking of build permission nodes. For every block, entity, and item, the following permission nodes are checked:

In addition, the permissions are also checked in the style of worldguard.build.block.<material>.<action>, so worldguard.build.block.<material>.place would work too.

The list of usable material names comes from the Material enumeration in Bukkit. For example, the permission for placing the bed block would be worldguard.build.build.place.bed_block. Be aware that Material contains both item and block names.

For entity names, see EntityType.

Other changes

API changes

5.9

5.8

5.7.5

5.7.4

5.7.3

5.7.2

5.7.1

5.7

Thank you to thvortex, Dilandau, tophathacker, and Dark_arc for their contributions this release.

5.6.5

5.6.4

5.6.3

Thank you to def for testing the above fixes and features.

5.6.2

5.6.1

Thank you for gabizou for his contribution in this release.

5.6

Thank you to the following individuals for their contribution: thvortex, Rutr, Glitchfinder, and DarthAndroid.

5.5.4

5.5.3

5.5.2

5.5.1

Contributions thanks to: NolanSyKinsley

5.5

Contributions thanks to: narthollis, DarkArc, Wolvereness, and skeight

5.4

Contributions thanks to: epuidokas, wizjany, Turtle9598, and DerFlash

5.3

5.2.2

5.2.1

5.2

5.1

4.0-alpha1

3.2.2

3.2.1

3.2

3.1.2

3.1.1

3.1

3.0b2

3.0b1

2.3.1

2.3

2.2

2.1.1

2.1

2.0beta3

2.0beta2

2.0beta1

1.8.1

1.8

1.7.1

1.7

1.6

1.5.1

1.5

1.4.1

1.4

1.3

1.2

1.1.2

1.1.1

1.1

1.0