RegionForSale
Allows players to buy or rent chosen WorldGuard-regions from the server. Super easy to set up and highly adjustable! Great to set up towns with different areas; you can define a marketplace with small, only rentable plots, an area for premium-members only and a lot of other districts.
Features
- None, area and volume based price calculation |
- Inheritance system allowing to manipulate settings global, world-wide, region-wide (parents) and region-specific |
- Region-limits for players, group-specific region limits |
- Optional permissions for regions & whole areas
- Optional taxes
- Very easy sign-connection-system, no region-names on the signs, auto-updating
- Language support
- Region rebuilding (Even non-cuboid regions!)
- Benefit from WorldGuard's well-rounded region-system
- Integration of other plugins
- ShowCaseStandalone - automatically removes shops
- LWC - automatically removes protections
! Info - Development halted
2015-11-23
Hello everybody,
This is Tobias aka Phoenix, the developer of this project. I am sad to inform you that RegionForSale, just like the Bukkit project, is pretty much dead nowadays. I do not like the fact that Minecraft is owned by Microsoft and, even though I respect the company, I cannot see how the spirit of Minecraft fits in there at all. Shame on you for selling, Notch! I do not care about the money involved. But this game, no matter how much profit it generates, belongs into the hands of loving, independent developers (Just like Bukkit – love you guys). My opinion. To be fair: My interest shifted in general as well. So overall, I am not willing to work on this project for free anymore.
Q: What about security updates / bugfixes?
A: I will do my best to still fix those and upload a new version for you. I do not want to let you down.
Q: Will you continue if I donate xx dollar?
A: Probably not. Please try to estimate the time I spend and apply a horrific minimal wage – I am sure you still do not want to pay that. Yes, it’s quite some time.
I still want to thank you very much for the few donations I received up to this point. Developing was fun and I was so very euphoric when I received my first donation. I still remember quite well. Not to forget about the many supportive comments and “thank you”s I received despite the money.
Sincerely,
Phoenix_IV
Required Plugins
- WorldGuard
- Vault
- An economy-plugin supported by Vault
Guide
- The configuration files
- How to create a region
- The inheritance system
- Commands
- Permissions
- Region rebuilding
- Example: Setting up a town
Videos in other languages:
German - Very basic
German (RFS v0.1 - outdated)
More
Updating
RegionForSale provides an automatic update checker to let you get informed as soon as a new version is available. If you do not want to use this feature you can set check_for_updates to false in the general.yml config file.
Todo
- Quick-set options on signs
- Give users, who rented a region, the possibility to buy it (without unrenting + possible rebuilding). The other way round would be retarded - Tell me if you don't think so.
- Auto-updater for minor updates (?)
Before writing a comment
If you want to report a bug or suggest a new feature, please create a ticket instead. These are the reasons why:
- You will always see the status of your request
- Others can easily see if something was already requested
- The discussion about it is separated from other comments
- Your request can't be simply overlooked or forgotten

-
View User Profile
-
Send Message
Posted Dec 19, 2012@acap41
Yes and no; users can decide to rent a region for only a certain amount of time by using
//rg rent <time-unit> <duration>, but a limit / forced setting will only become available in the next release.-
View User Profile
-
Send Message
Posted Dec 19, 2012@Phoenix_IV
On a similar note, is it possible to make it so that a region can only be rented for one a certain amount of time per parent region? As in, rather than renting until the user does "rg unrent" or runs out of money, it goes for sale after exactly one week?
-
View User Profile
-
Send Message
Posted Dec 19, 2012@Adrenalineq
Jipp, just saw the message in my RSS-Feed; testing atm ;) :)
- - - - - - - - - - - - - - - - - - - -
Edit / Update:
RegionForSale is working fine, I'll flag the current file for the new Bukkit-build.
However it seems like WorldGuard is having problems with one of the events - got an exception.
-
View User Profile
-
Send Message
Posted Dec 19, 2012@Phoenix_IV
Bukkit 1.4.5 - Recommended build OUT
-
View User Profile
-
Send Message
Posted Dec 16, 2012@imaapseudonym
For a fixed price for one special region:
//rg set unit-type region//rg set price <buy|rent|sell> <amount>That's it. :)
-
View User Profile
-
Send Message
Posted Dec 16, 2012Is there a way to specifically set the price of the region manually?
-
View User Profile
-
Send Message
Posted Dec 13, 2012@Phoenix_IV
Ah thanks, I'll be sure to try that.
-
View User Profile
-
Send Message
Posted Dec 13, 2012@acap41
Hey acap41,
That's no problem - all settings you can make for worlds or global can be altered for any sub-region you want. That's what the inheritance-system is for. Take a look at the commands page, especially at the
//rg set <key> [value]command. Define a parent region if not already done, select it using//rg select <region-name>and then change the max-regions setting.:)
-
View User Profile
-
Send Message
Posted Dec 12, 2012Any chance of adding per-region limits in addition to the preexisting per-world limits? So that players can own multiple, same-world regions only in different areas?
-
View User Profile
-
Send Message
Posted Dec 12, 2012@Adrenalineq That might be only a random error; let me give you two lines of code to proof:
As you can see there is no syntactical difference between the two lines, but all the lines above 160 were executed without any problems. So I can't see any issue there at a first glance. Did that happened every time or only once?
-
View User Profile
-
Send Message
Posted Dec 11, 2012@Phoenix_IV
-
View User Profile
-
Send Message
Posted Dec 9, 2012@Phoenix_IV You can look at ProtocolLib source, he have updated source for newest bukkit :P, when i start server at newest bukkit i don't see any errors from RFS. Only AntiXRay, ProtocolLib, Factions 1.6.9.3, TagAPI, WorldGuard, NoCheatPlus, mobarena, pvparena have problems at newest bukkit ^_^ but i report all errors to authors ;P
-
View User Profile
-
Send Message
Posted Dec 8, 2012@Adrenalineq
Thanks for the information. Taking a look at the comparison of the Bukkit API's it seems like they're going to change something about asynchronous tasks, but I couldn't find any information why. All the other changes shouldn't influence RFS at all.
Did you noticed any errors when testing RFS with a newer build? Do you maybe have more information about plugin-breaking changes? I found nothing on the forums.
-
View User Profile
-
Send Message
Posted Dec 8, 2012<<reply 1098192="">>
Bukkit make alot of changes at latest bleeding version, can you look at this? and optional make a RFS build for it :P
-
View User Profile
-
Send Message
Posted Dec 1, 2012@Adrenalineq
Check out the error report on Atlassian I linked in the referring ticket.
1st - You should always try to stick to recommended builds to avoid random errors
2nd -
RFS only works with signs (which it only removes and doesn't place automatically) and blocks that are given for region-rebuilding (user-defined). So usually there shouldn't be anything corrupted. Did there possibly happened something converting the map? Are there other plugins altering the map? A map generator?
-
View User Profile
-
Send Message
Posted Dec 1, 2012@Phoenix_IV
eee dont remember xD but this appearing randomly ;P
-
View User Profile
-
Send Message
Posted Nov 30, 2012@Adrenalineq
CB version?
-
View User Profile
-
Send Message
Posted Nov 30, 2012@Phoenix_IV
This error return D:
-
View User Profile
-
Send Message
Posted Nov 29, 2012@dotapurex1 Users can rent regions for a specific time using
//rg rent <duration> <time unit>. A time limit is not implemented yet.To allow users to buy regions by signs instead of commands (
//rg buyand//rg rent) search for "command signs" or similar in the plugin list.Notice: To buy a region it isn't required to type the region-name or anything. Only click the region sign and then use
//rg buy-
View User Profile
-
Send Message
Posted Nov 28, 2012How can i set the duration for the rent for a plot, and how do i make a [rent] and [unrent] sign?
Thank you.