WorldGuard Custom Flags
Description
About WorldGuard Custom Flags
WorldGuard Custom Flags allows modders to create, set and get custom flags on WorldGuard regions. As a user you just need to download this if a plugin requires it, it does not do anything on its own.
If you have problems with any WorldGuard Custom Flags plugin post it at the forum.
This is also the right place to post your WorldGuard Custom Flags plugins or suggestions for plugins.
From now on I will ignore (and delete) any issue reported in the comments section.
It automatically uses the same database as WorldGuard (if specified), but you need to create the table manually using an included sql-file.
WorldGuard Custom Flags is also available on github. If you want a version for any other Java version than 7 you will have to compile it yourself.
Click here for some useful plugins using WorldGuard Custom Flags or here for a list of all flags added by my/BangL's plugins.
Problems?
If you have a problem with WorldGuard Custom Flags or any of my plugins using it read this, please.
Donate
If you want to support me with a donation you can click the donate button on the top right corner (above the search box) or here (or here if you want to donate in €).
Setup
To setup WorldGuard Custom Flags you just have to drag and drop the jar-file into your "plugins" folder. If you use a database for WorldGuard you have two possibilities:
Force WG Custom Flags to use a flat file
If you do not want WG Custom Flags to use the database you have to follow these steps:
- after dropping the jar-file into your "plugins" folder start the server one time
- you can ignore the error message this will produce
- stop the server
- now go to "plugins/WGCustomFlags" and edit "config.yml"
- simply change the "save-handler" property to "flat" to force flat file saving
- if you start the server again the plugin will use the flat file
Setup the database
If you want WG Custom Flags to use the WorldGuard database you simply have to import the sql-file into your database.
- if you are using MySQL and PhpMyAdmin you can simply use the PhpMyAdmin web interface to import the file
- if you use MySQL, but no PhpMyAdmin you have to upload the file to your server and execute:
Of course you will have to replace "root" with your database user. After the command you have to enter the password.
mysql -u root -p database < worldflags.sql
Commands
- /flags [-d|-i <flag>]
- /flags lists all custom flags
- /flags -d lists all flags (including the default ones)
- /flags -i <flag> displays information about a flag
Permissions
- wgcustomflags.flags
- default: allowed for ops
- limits the usage of the /flags command
The future / WorldGuard 6
In a future update of WorldGuard the plugin will support custom flags by default. When this gets released I will update this plugin a last time to be used as a bridge for any other WorldGuard Custom Flags plugin that has not been updated at that moment. All my plugins will be updated to use the WorldGuard API instead and this project will be abandoned after some time, but I hope I will get more than 50,000 downloads till then :-) .
Developer information
WG Custom Flags supports the following flag types:
- BooleanFlag
- CommandStringFlag
- DoubleFlag
- EntityTypeFlag
- EnumFlag
- IntegerFlag
- LocationFlag (better use CustomLocationFlag, it does not produce error messages if WorldGuard uses a database as this does)
- SetFlag (better use CustomSetFlag)
- StateFlag
- StringFlag
- VectorFlag (better use CustomVectorFlag)
Click here for more information on developing.
Could you update this to 1.8.3?
Would it be at all possible to make it so custom flags don't disappear if the plugin that registers them fails to load?
I've had all my flags vanish a few times, like when disabling a plugin for testing. It can be a real pain to fix!
Thanks for this awesome plugin, I am using several of your variants (custom spawn location, keep in, commands) as well as have integrated support into my own plugin for custom lists- it just works awesomely, except for this one little nitpick.
This is interesting: http://builds.enginehub.org/job/worldguard?branch=feature%2Fcustom-flags
@rasnyderiii
http://ci.mewin.de/job/WGCustomFlags/ :O
I find all updates but Project WGCustomFlags on the Jenkins?
@RealityIntern
Yeah, it seems that some flags breaks the plugin on WG 6 + Spigot 1.8
This works fine on 1.8 as far as I can tell. My guess is that you're using WG6 without a WGCustomFlags compatible build from der_mewin's build site that was posted in the comments below, or you're using a flags plugin that hasn't been updated for WG6. Blockrestrictor, instabreak and effects get event errors, whereas chat flags works fine.
- PseudoKnight
Like many others my 1.8 spigot server also depends on this. PLEASE update.
@der_mewin
It doesn't work on Spigot 1.8 :(
Just a heads up, asking around in the WG forums, WG6 does NOT support custom commands, so your plugin will remain relevant, and hopefully you'll opt to continue to update.
@NoHoPeLess
check the last version here: http://ci.mewin.de/job/WGCustomFlags/ .
you says:
The future / WorldGuard 6
In a future update of WorldGuard the plugin will support custom flags by default. When this gets released I will update this plugin a last time to be used as a bridge for any other WorldGuard Custom Flags plugin that has not been updated at that moment. All my plugins will be updated to use the WorldGuard API instead and this project will be abandoned after some time, but I hope I will get more than 50,000 downloads till then :-) .
Update? Please?
pls update to spigot 1.8
I've managed to updated it for my server under Spigot 1.8 thanks to the github sourcecode. PM me maxlehot1234 if you want my version. It may me unstable but it has worked for me so far.
FIX IT FOR SPIGOT 1.8 Pease, we really need it :)
doesnt work for 1.8....willing to donate if updated.
I have a small problem, I created about 7-8 StateFlags, the first two of them works fine, but the others are not in the flag list and when I try to set them on a region, the plugin tells me that the flag does not exist. But the console tells me that all the flags are properly created. Any idea ? Is there a max amount of flags for World Guard ?
Bug corrected when upgraded WG to 5.9
I was wondering if there's a way to make it so people are barely visible. This would be used SO much as it's useful for spawns.
This plugin isn't working for me, is it because I'm 1.7.10? If so does anyone else know a way to allow flying in Regions and some worlds?
@TheOnlyRealTGS
As far as I know there is still no stable WG 6 build, where did you read that? :O
Edit: I just created a beta build to support WG 6, but its not stable and I dont know if saving the flags to database works. You can get it here: http://ci.mewin.de/job/WGCustomFlags/ .
Additionally it does not look like the WorldGuard team did add the possibilty to add custom flags yet, so you will probably still need this plugin in the future.