redProtect
Description
redProtect is an area protection mod made for users. No longer do you need to have an admin worldguard a region for you. The user can take care of themselves now.
Features
- Set a maximum amount of area players can define.
- Select what material you want used, (fence or redstone currently).
- Permission nodes to build in any region, or use commands in any region. Great for admins.
- Very easy to understand, surround your house with redstone, stick a sign with [rp], name your region, and you're done. Great for younger players.
- Automatically detecting info command, users will be shown all available commands.
- Automatic backups, and save. Even if your server crashes, people will retain their protections. You can delete chunks out of the data file and it will still load a backup.
- Two current file formats, oos & oosgz.
- Protects from sky to bedrock.
- Changeable maximum-area via 'options' in PEX & bPermissions. See Maximum Area Config.
- Open source license. Source is available through github. (Link)
Upcoming features
- Json, Yaml, and MySQL support.
- Additional material types.
- Possibly pooling maximum area to create towns.
Installation Tutorial
- Download a build from the 'downloads' page. files
- Start your server once, then shut it off.
- Open "/plugins/redProtect/Config.txt" Edit it to your will.
- Open "/plugins/redProtect/Flags.txt" Make which flags you want on or off by default.
- Add permission nodes from Permission Nodes to your permissions file.
- Optionally set 'maxregionsize' per group, bPermissions' is 'metadata', and PermissionsEX's is 'options: '.
Use Tutorial
- Using redProtect is as simple as reading "/rp tutorial" and following the steps.
Notable commands
- "/rp i" - Shows information about the current region you're standing in
- "/rp ?" - Shows all available commands to you
- "/rp tutorial" - Gives you a brief tutorial on how to use redProtect.
- "/rp flag info" - Gives you information about the flags your region.
Video tutorial
Download
- You can download the main .jar from the 'Files' section. files
Changelog
- 1.8.0: Added long-distance editing, all commands that you need to be in a region to use can now be used with a region name appended to the end. "/rp info testregion" "/rp rename AwesomeName testregion" < Renames testregion to 'AwesomeName'
- 1.9.0: Added support for all major permission plugins through vault. (dev.bukkit.org/server-mods/vault). Fixed the code internally, it's much nicer for people adding sub-plugins now. Also fixed some of the commands, /define and /redefine should be less picky now.
- 1.9.1: Fixed quite a few debug errors, and a few interface changes. (Thanks to GodWar101 and GodWorld)
Added a simple admin wand system, define two points with the wand item and do /rp define [name] to create it.
- Older: Changelog
Closing notes
This plugin uses complicated algorithms such as bounding rectangles and point-in-polygon technology for maximum performance. Feel free to edit, but re-publishing any of my code as a jar will not be tolerated.
-
View User Profile
-
Send Message
Posted Mar 8, 2012@Bumsaxallday
You may have a typo somewhere, check the log when your server starts.
-
View User Profile
-
Send Message
Posted Mar 8, 2012Hey, Mind changing "EndCraft" to "DeltaCraft", I merged with another server causing a rename, Also 100 slots now and site is: www.deltacraft.org
Thanks! Keep up the great work! :)
-
View User Profile
-
Send Message
Posted Mar 7, 2012i cant seem to get the limit of the allowed space to change to whats in the config file. no matter what i do it stays at 100.
-
View User Profile
-
Send Message
Posted Mar 7, 2012@Clacton
@Puremin0rez
@sadeiko
I've fixed this bug, it was because of the line 'r.intersects(r)' instead of 'region.intersects(r)'. It's amazing how much can go wrong because of an 'egion', isn't it?
-
View User Profile
-
Send Message
Posted Mar 7, 2012@Puremin0rez
Are you using flat-file?
-
View User Profile
-
Send Message
Posted Mar 7, 2012I keep getting overlapping errors. You seem to have broken something in the newest update
-
View User Profile
-
Send Message
Posted Mar 6, 2012@Clacton
I am also receiving this error
-
View User Profile
-
Send Message
Posted Mar 6, 2012@indigomontoya
Check the Permission Nodes page.
-
View User Profile
-
Send Message
Posted Mar 6, 2012Where are the permission nodes? It tells me users they dont have permissions to make regions.
-
View User Profile
-
Send Message
Posted Mar 6, 2012@EphemerisMC
What do you mean 'semi-standard'?
You mean just add those words to the short description?
-
View User Profile
-
Send Message
Posted Mar 6, 2012I'd recommend putting the semi-standard keywords "land" and "claim" in your description, so that it shows up in searches. =)
-
View User Profile
-
Send Message
Posted Mar 6, 2012@indigomontoya
It's the area of all of your regions combined.
Edit: I presume you're asking if you mean it's 2D or 3D? It's 2D if that's what you're asking.
@Clacton
Try using /rp near to see if there are any other regions nearby.
-
View User Profile
-
Send Message
Posted Mar 6, 2012"You're overlapping another region" Error, I am receiving when trying to create more than one region. fx creating one region works (the only one in a new world), walking away and run /rp near giving "No regions nearby". Create new region and the error overlapping regions error appear. Running craftbukkit 1.2.3 beta1, PermissionsBukkit v1.6 and redProtect v1.6.0pre2
-
View User Profile
-
Send Message
Posted Mar 5, 2012is the max area a cube as in 100 total blocks, or is it flat where 100 would be the outlined blocks but not the total blocks
-
View User Profile
-
Send Message
Posted Mar 5, 2012@Puremin0rez
I'll release a pre2, with semi-functional mysql support.
-
View User Profile
-
Send Message
Posted Mar 5, 2012@ikillforeyou
Could you throw me that fix? The error is filling up my log pretty fast
-
View User Profile
-
Send Message
Posted Mar 4, 2012@ROBNVM1
Look through the comments. 'EndCraftMC' said last page:
It's in the config file. Change it from redstone to fence. :)
-
View User Profile
-
Send Message
Posted Mar 4, 2012IkillForeyou could you pleas help me change it to Fence pleas it would really help I cant seem to Find the right conFig Files or could you tell me what File and where pleas
-
View User Profile
-
Send Message
Posted Mar 3, 2012@Puremin0rez
That bug is apparently from a plugin removing events, it was probably worldguard.
I've added an added safety check so that no error is thrown.
-
View User Profile
-
Send Message
Posted Mar 3, 2012@Puremin0rez
About the fence being protected, the Point in Polygon algorithm apparently bugs with the 'negative' fences, occasionally. I'll find a way to fix it eventually.
And I'll look into that error, and possibly the flag.