WorldGuard 7.0.1 (superceded)
Details
-
Filenameworldguard-bukkit-7.0.1.jar
-
Uploaded by
-
UploadedNov 22, 2019
-
Size1.05 MB
-
Downloads52,928
-
MD5eb707930a5efadc5ca4825e461ec47b4
Supported Bukkit Versions
- 1.14
Changelog
This version is compatible with:
- CraftBukkit/Spigot for 1.14.4 (Paper recommended)
- THIS VERSION IS NOT COMPATIBLE WITH VERSIONS PRIOR TO 1.14
Changes
- If you want to allow players to see lectern books, but not take them, set the interact flag to allow, and the chest-access flag to deny. (or chest-access -g nonmembers deny, to allow members to take books still)
- Add `/rg toggle-bypass` command which temporarily turns off region bypassing until used again.
- More improvements to `/rg flag` and `/rg flags` commands.
- Fix some checks for adding owners to unclaimed regions.
- Fix an issue with time-/weather-lock flags when logging in to a region with the flag set.
- Fix cause tracking in vehicles (incl. breaking lilypads in a boat)
- Use async teleports on Paper.
- Include hopper minecarts in the ignore hoppers config setting.
- Add sugar cane and cacti to the crop-growth flag. Bamboo is also included pending Spigot throwing an event for it.
- Specifically track when players ignite creepers with flint and steel.
- Fix fuzziness when using bonemeal near a protected region.
- Fix color codes not applying in greeting, etc flags when placed after a newline (\n).
- Add applicable region information to `/wg report`.
- Fix pistons flag not applying to sticky pistons pulling blocks.
- Add some custom metrics for bStats.
- Everything in the RC/beta changelog below.
7.0.1 release candidate/beta changes
- Add ravager-grief flag.
- Fix overprotection of unsaddled pigs with the ride flag.
- Fix lava fire defaulting to off (won't change existing configs).
- Fix damaged/chipped anvils not respecting use flag like regular anvils.
- Add on-equip blacklist event. Note that it is overprotective due to deficiencies in Bukkit API.
- Update WorldEdit CUI when using /rg select.
- Add config option to disable villagers getting zapped into witches. ("weather.disable-villager-witchification")
- Add entity support to interact-whitelist config option (use the Material of the corresponding item).
- Fix vehicle-place protecting the rails at the very top of region boundaries incorrectly.
- Fix for emptying buckets on waterloggable blocks.
- Whitelist all player -> player interactions (previously was spammy in pvp).
- Fix sleep flag not protecting against explosions in nether/end.
- Add config for the teleport-on-void to reset fall distance.
- Fix config options taking material lists requiring "minecraft:" namespace.
- Fix disallowed-lightning-blocks situationally not working.
- Fix errors that occurred when plugins used falling block entities with non-item materials.
- Add special support for Paper servers (papermc.io): Paper's API allows us to track who launched fireworks.
- Fireworks are now protected by default. On Paper servers, members can use them by default (to deal damage),
on non-Paper servers, flag firework-damage allow to revert to old behavior (everyone can deal damage with fireworks by default). - Misc performance enhancements for Paper servers.
- Add 'regions.use-paper-entity-origin' as an experimental setting (default off) for Paper servers. Enabling it will make non-player entities be treated as members of the place they spawned, instead of their current location when flags are checked.