WorldGuard Extra Flags icon

WorldGuard Extra Flags -----

WorldGuard extension




Updated to Minecraft 1.20.6. This version is not backwards compatible with older versions!

Improvements
The give-effects and blocked-effects now finally accept resource keys as Bukkit has exposed the registry for plugins.
----------, Jun 16, 2024

A small bug fix update.

Improvements
  • Preserve cases in command on flags. WG was previously lowercasing this, overriding this now.
  • Preserve order of commands in command on flags.
  • Adjusted the order of handlers. Command on flags are now executed last.
Bug fixes
  • Using outdated ProtocolLib would brick the plugin.
----------, Feb 25, 2024

A small bug fix update.

Improvements
- Use chunk plugin tickets for chunk-unload flag. This used to use forced chunks due to legacy reasons but that is no longer necessary.

Bug fixes
- Account for worlds with disabled regions.
- Improve compatibility of teleporting commands with on exit flags.
----------, Oct 7, 2023

A small bug fix update.

Improvements
  • Allow specifying source, volume and pitch on play-sounds.
Bug fixes
  • Improved the reliability of the fly flag with other plugins.
  • Added the missing bypass check on command-on and speed related flags.
----------, Aug 7, 2022

The plugin has supported Minecraft versions even way back to 1.7 for fairly long time (even too long!) and this update finally drops support for all Minecraft versions other than 1.18+. With this, I have made few breaking changes I have had my eyes on for a while now. This should also have positive impact on performance.

Breaking Changes
  • Only supports Minecraft 1.18+.
  • The permission nodes used to bypass flags is gone and has been replaced with respecting /rg bypass. If you are relying on this behavior you should be switching to using passthrough regions with groups set up to do the right thing to mimic the old behavior.
  • For the worldedit flag, drop support for FAWE API. This has been unsupported scenario since 1.13+ but stayed in as a feature. Its encouraged to use vanilla WE instead of FAWE.
----------, Jun 10, 2022

This update effectively disabled allow-block-place, allow-block-break, deny-block-place and deny-block-break on WG 7 due to it not working as intended in all cases. The flags still work on WG 6 however

Other changes:
  • Added fly-speed flag (Thanks to eth-p)
  • Fixed TNT with allow-block-place
  • Changes to glide flag denying
  • Performance improvements
----------, Dec 13, 2020

Added bStats to keep track of which flags are being used the most.

Last release introduced small bug that made the glide flag disappear on server boot which is now also fixed.
----------, Apr 24, 2020

Its been a while since new release. What would be more wonderful than have few bug fixes out in the release build? There has been two minor feature changes so read on.

  • By default give-effects now does not show particles (Now has third param to change this back to normal)!
  • Glide flags "allow" now does not force the glide status and now has new "force" option!
  • Corrected which chunks are included in chunk-unload
  • keep-inventory & keep-exp flags now also respect false
  • Potion effects with same type but different amplifier gets correctly updated to the client
  • Fixed nether portals error in 1.14
  • Correctly detect whatever the server supports stop sound (Thanks to jacky8399)
----------, Jan 31, 2020

This update addresses the following issues:
  • AsyncWorldEdit incompatibility introduced in 4.1.1
  • Potion effect "flickering", requires ProtocolLib or Spigot 1.13
  • NPCs now ignore all flags
  • On 1.13 materials were shown as "not found" even tho they did exists
----------, Jan 15, 2019

This version works with MC versions between 1.7 and 1.13.2. Keep in mind you need different WG versions in order for WorldGuard itself to work properly.
  • WorldGuard 6.1.2 OR LOWER
    • NOT SUPPORTED
  • WorldGuard 6.2
    • MC: From 1.7 up to 1.11
    • Plugin: Latest
  • WorldGuard 6.2.1
    • MC: 1.12
    • Plugin: Latest
  • WorldGuard 6.2.2
    • MC: 1.12
    • Plugin: Latest
  • WorldGuard 7 up to #1753
    • MC: 1.13
    • Plugin: 4.1
  • WorldGuard 7 #1754 and above
    • MC 1.13
    • Plugin: Latest

Also if you are looking for support the easiest way to contact me is thru Discord: https://discord.gg/hbgCMne
----------, Nov 17, 2018

This update fixes some compatibility issues with old WG 6.

This version works with MC versions between 1.7 and 1.13.2. Keep in mind you need different WG versions in order for WorldGuard itself to work properly.
  • WorldGuard 6.1.2 OR LOWER
    • NOT SUPPORTED
  • WorldGuard 6.2
    • MC: From 1.7 up to 1.11
    • Plugin: Latest
  • WorldGuard 6.2.1
    • MC: 1.12
    • Plugin: Latest
  • WorldGuard 6.2.2
    • MC: 1.12
    • Plugin: Latest
  • WorldGuard 7 up to #1753
    • MC: 1.13
    • Plugin: 4.1
  • WorldGuard 7 #1754 and above
    • MC 1.13
    • Plugin: Latest

Also if you are looking for support the easiest way to contact me is thru Discord: https://discord.gg/hbgCMne
----------, Nov 12, 2018

This version provides support for WG 7 and MC 1.13 but still maintaining support for older WG 6 and down to MC 1.7

Tho keep in mind WG 7 will only work on 1.13 and WG 6 should be used for 1.7-1.12 servers
----------, Jul 29, 2018

  • Increased potion effect time to 15s to avoid potion effect flickering for some effects (Also its 19 ticks over so it shouldn't constantly change between 14s and 15s)
  • When joining to server and spawning to region with game-mode flag there would be exception
----------, Apr 24, 2018

  • Fixed issue when trying to add potion effects too early on login causing error
  • Fixed issue where flags would break when __global__ region was not found
----------, Apr 20, 2018

  • Bypass permission node is now also supported on __global__ region
----------, Apr 20, 2018

  • Fixed NoClassDefFoundError on soft dependencies
  • Fixed AsyncWorldEdit incompatibility
----------, Apr 13, 2018

  • Mostly code rafactoring and cleaning up
  • Bug fixes
  • Hopefully some flags work more accurately when teleporting around to other worlds
  • Per world per region per flag bypass permissions, worldguard.region.bypass.<world>.<region>.<flag> (Only works with the flags provided by this plugin)
Feel free to hit me up on Discord if you encounter issues: Invite link
----------, Apr 12, 2018

  • Fixed command-on-exit & console-command-on-exit executes on entry
----------, Jul 24, 2017

  • Fixed the lag that was brought in the last update. This was caused because the plugin was oping & deoping people even when it was not needed
----------, Jul 22, 2017

  • Fixed console spam with command-on-exit & console-command-on-exit
  • Added new join-location flag, teleports the player to the location provided when they login inside the region
----------, Jul 15, 2017

  • blocked-effects now restores the effects after moving out from the region
  • give-effects now removes & restores old effects correctly
  • play-sounds more reliable
  • command-on-entry, command-on-exit, console-command-on-entry & console-command-on-exit more reliable
  • fly, glide & walk-speed, godmode flag should work more reliable
----------, Jul 14, 2017

  • Fixed command-on-entry flags not triggered on login & teleport
----------, Jan 30, 2017

  • Fixed CraftBukkit support
  • Really fixed block-break flags
  • Fixed play-sounds flag dont work on __global__ region
----------, Jan 25, 2017

  • Fixed players can't bypass some flags with permisisons
  • Fixed build flag & block-place and block-break incompatiblity

  • Added chunk unload flag (Requested by @Sunny_Jim)
  • Added item durability flag (Requested by @Agonia)
----------, Jan 22, 2017

  • Made block-place & block-break flags work smarted code wise
  • Fixed warning popping up below 1.9 warning about the glide event not getting registered
  • Made Frostwalker flag compatible detection beter
----------, Dec 30, 2016

Recompiled, should fix the issues
----------, Dec 22, 2016

  • Fixed godmode flag
  • Fixed gliding flag is flickering screen if user is OP
----------, Dec 21, 2016

Added one new flag:
  • glide - Block elytra or force them to have elytra effect without having elytra equipped and works even if the player is on ground

Fixed:
  • Admins are unable to override block place & break flags
----------, Dec 12, 2016

  • allow-block-place | Allows placing specified block(s) overriding region permissions
  • deny-block-place | Blocks placing specified block(s) even with permissions to region
  • allow-block-break | Allows breaking specified block(s) overriding region permissions
  • deny-block-break | Blocks breaking specified block(s) even with permisisons to region

Reguested by @dentoffe
----------, Dec 10, 2016

Fixed god flag error

Fixed fly flag incompatibility with essentials
Fixed fly flag not applying correctly after login
Fixed fly flag wrong behavior after changing gamemode
----------, Dec 10, 2016

Added two new flags to run commands on console
----------, Sep 22, 2016

Fixed command-on-entry & command-on-exit not ran as OP
----------, Sep 21, 2016

Fixed play-sounds flag don't play sounds with pitch 1, oops
Fixed nausea effect keeps resetting on 1.9 and above
----------, Aug 20, 2016

nether-portals - Block creation of nether portals

Fixed bug plugin wouldn't load if WAFE wasn't found
----------, Aug 13, 2016

Using FAWE API, if avaible
godmode flag now supports essentials
----------, Aug 12, 2016

frostwalker - Deny frostwalker inside region
----------, Aug 7, 2016

Fixed error with worldedit flag
----------, Aug 7, 2016

Commas inside double questos are now ignored, now you can use give command with NBT data without issues :)
----------, Aug 4, 2016

Added username placeholder, use %username%
----------, Aug 3, 2016

play-sounds | Allows you to play sounds once or repeatly, on 1.9 and above the sounds stop playing as soon as you leave the region, on 1.8 you have to wait the sound ends

Requsted by @Maxi22
----------, Aug 2, 2016

fly - Allow flying inside a region

Requsted by @Jinxed
----------, Aug 1, 2016

give-effects - Give effect while inside region, restores old effects on region leave with correct time left and if potion consumed while under effect it will be given correctly on leave

Requested by @LuminatiMC
----------, Aug 1, 2016

worldedit - Allow or deny worldedit inside region

Regusted by @B1acksheep
----------, Jul 31, 2016

respawn-location - Changes player respawn location if they are inside region

Reguested by @SoSeDiK
----------, Jul 31, 2016

Removed testing stuff
----------, Jul 31, 2016

godmode - Allow / deny taking damage inside region
Requested by @Chalwk

blocked-effects - Block effects inside region
Regusted by @crysis992
----------, Jul 31, 2016

keep-inventory - Can player keep their items on death?
keep-exp - Can player keep their exp on death?

chat-prefix - Add chat prefix inside region
chat-suffix - Add chat suffix inside region


Requested by @Chalwk
----------, Jul 31, 2016

Now using WorldGuard 6.1.3-SNAPSHOT provided custom flag API

deny-explode-block-damage removed as it has been added to WG itself (other-explosion)

teleporter-location now split to two flags;
teleport-on-entry
teleport-on-exit

run-command now split to two flags;
command-on-entry
command-on-exit

New flag added (Uses attributes);
walk-speed
----------, Jul 30, 2016

Requested by @Keyman1986
----------, Jun 27, 2015

Resource Information
Author:
----------
Total Downloads: 241,342
First Release: Mar 12, 2015
Last Update: Jun 16, 2024
Category: ---------------
All-Time Rating:
302 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings