This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
I am abandoning this plugin because players can rent over other player's plots.
Example player 1 rents a plot for 100 hours and stores a diamond sword there.
player 2 rents that same plot for .1 hours , pays NOTHING, and can steal the sword out of the chest..
Ok so I allowed the selfservice.count and my users can't use that command. Then I allowed selfservice.* and they still can't sell or get the count? I can but I have permission to do everything. Did the permission node names change? what am I doing wrong?
Could you fill out the permissions page a bit more explaining them. A lot make sense but like the selling ones I am not sure about. I want people to only be able to sell regions they own for example. What permissions would I give them?
If you are an owner of the region, and then dont have the permission to sell it, it wont let you put up the For Sale sign. "I cant put my last region up for sale"
Remove yourself from the region and then try to put up the sign, let us know if it works or not :)
I have started to use your plugin, its really good, but do you have an idea around when the renting is going to be improved, another idea is to have it so when you rent a room, it will have your name, and how long you have left, and if you can, make it so to rent a room, you just have to right click a sign (same with buying) :)
Being able to set up max region groups would be awesome. One problem my server faces is a runaway economy and we've always capped the regions at 5 for people. It would be nice to be able to make a money sink by providing people the option to buy rank ups that increase their regions max.
I understand your problem. This has been suggested before (don't worry you coulnd't know that)
Only... setting a number in the permission is not possible.
Because I cannot "read" permissions. I can just "check" if a player has it.
But I could do something like this:
selfservice.max.normal, ...extra, and ...vip... or something like that.
Maybe in combination with some configuration... like:
Could I suggest a change in the "maxRegionsPerPlayer: X" variable? Perhaps a way to make it more dynamic via permissions? My idea is set up a permission like this... selfservice.max.#
So if you want to limit a group to 5 regions you'd do selfservice.max.5 or say 20 regions selfservice.max.20 and so on.
I'm suggesting this because it's so hard to work with just 1 variable. I have several ranks, and would like people to be able to buy more land as they progressively rank up.
That makes sense. I currently use a different one but I was hoping to switch. Once the rent system is changed, then I might move to this one. Thanks for the info!
Yeah I want to change the rent-system. I've been saying this a long time, but I still havent done anything.
I don't like the left-click idea. Because it's very prone to accidents. Currently.. you rightclick a sign to get info. It also shows the command to buy the region. So that's already pretty straightforward.
When you buy a region. The signs break. This is not the case for rent-signs. Because more players are supposed to use the same sign. Like I said.. i want to change this.
The signs do not show who owns the region. But it does show the owners when you right-click a sign.
Actually I never used sell, I was thinking rent. I think my confusion came from the fact that you can't set an amount of time for renting...I do admit I should have read more about it before asking a dumb question. I had assumed something that I shouldn't have assumed.
I don't know if this is the place for this since I am pretty new here but I would love to see the ability to left click to rent/buy a property. I also don't know how hard it would be, it would be cool to set/unset any protection signs within the region when someone sell/rents a region.
Also, does the sign show who currently owns/is renting the region?
Also very much looking forward to the ability set an amount of time when using the rent option.
-
View User Profile
-
Send Message
Posted May 9, 2012I am abandoning this plugin because players can rent over other player's plots.
Example player 1 rents a plot for 100 hours and stores a diamond sword there. player 2 rents that same plot for .1 hours , pays NOTHING, and can steal the sword out of the chest..
Its ... terrible.
Sorry you just lost a customer.
-
View User Profile
-
Send Message
Posted May 4, 2012@MusicMonkey5555
Turns out it is because you have to add some region permissions. I added worldguard.region.info.own and it added count support.
Would probably be nice if this wasn't necessary.
-
View User Profile
-
Send Message
Posted May 3, 2012Ok so I allowed the selfservice.count and my users can't use that command. Then I allowed selfservice.* and they still can't sell or get the count? I can but I have permission to do everything. Did the permission node names change? what am I doing wrong?
-
View User Profile
-
Send Message
Posted May 3, 2012Could you fill out the permissions page a bit more explaining them. A lot make sense but like the selling ones I am not sure about. I want people to only be able to sell regions they own for example. What permissions would I give them?
-
View User Profile
-
Send Message
Posted May 3, 2012@Joxiscraft
If you are an owner of the region, and then dont have the permission to sell it, it wont let you put up the For Sale sign. "I cant put my last region up for sale"
Remove yourself from the region and then try to put up the sign, let us know if it works or not :)
-
View User Profile
-
Send Message
Posted Apr 29, 2012Any plans for multi-world support? :>
-
View User Profile
-
Send Message
Posted Apr 28, 2012@Mtihc
I have started to use your plugin, its really good, but do you have an idea around when the renting is going to be improved, another idea is to have it so when you rent a room, it will have your name, and how long you have left, and if you can, make it so to rent a room, you just have to right click a sign (same with buying) :)
-
View User Profile
-
Send Message
Posted Apr 25, 2012Being able to set up max region groups would be awesome. One problem my server faces is a runaway economy and we've always capped the regions at 5 for people. It would be nice to be able to make a money sink by providing people the option to buy rank ups that increase their regions max.
-
View User Profile
-
Send Message
Posted Apr 25, 2012@Wolf480pl
I haven't updated for a little while.
It's time I started working on this plugin again.
-
View User Profile
-
Send Message
Posted Apr 25, 2012@pixelbat
I understand your problem. This has been suggested before (don't worry you coulnd't know that)
Only... setting a number in the permission is not possible.
Because I cannot "read" permissions. I can just "check" if a player has it.
But I could do something like this:
selfservice.max.normal, ...extra, and ...vip... or something like that.
Maybe in combination with some configuration... like:
maxRegionGroups:
my1stRank: 10
blablabla: 15
wakkawakka: 20
Those will result in permissions:
selfservice.max.my1stRank
selfservice.max.blablabla and
selfservice.max.wakkawakka
I have to think about it.
-
View User Profile
-
Send Message
Posted Apr 25, 2012Could I suggest a change in the "maxRegionsPerPlayer: X" variable? Perhaps a way to make it more dynamic via permissions? My idea is set up a permission like this... selfservice.max.#
So if you want to limit a group to 5 regions you'd do selfservice.max.5 or say 20 regions selfservice.max.20 and so on.
I'm suggesting this because it's so hard to work with just 1 variable. I have several ranks, and would like people to be able to buy more land as they progressively rank up.
-
View User Profile
-
Send Message
Posted Apr 24, 2012@Mtihc
Sorry, hadn't read the feature list.
I was thinking of making a plugin like this, but if there's one already... I may use it.
-
View User Profile
-
Send Message
Posted Apr 24, 2012@Wolf480pl
Yes it does. Also... if you already have a Sell-sign. And you place a second Sell-sign... the prices are adjusted so they stay the same.
And when you buy the region, both signs will break.
-
View User Profile
-
Send Message
Posted Apr 24, 2012Does the sell sign break when soemone buys the region? Because it would be very useful.
-
View User Profile
-
Send Message
Posted Apr 23, 2012That makes sense. I currently use a different one but I was hoping to switch. Once the rent system is changed, then I might move to this one. Thanks for the info!
-
View User Profile
-
Send Message
Posted Apr 23, 2012@StaticTank
Yeah I want to change the rent-system. I've been saying this a long time, but I still havent done anything.
I don't like the left-click idea. Because it's very prone to accidents. Currently.. you rightclick a sign to get info. It also shows the command to buy the region. So that's already pretty straightforward.
When you buy a region. The signs break. This is not the case for rent-signs. Because more players are supposed to use the same sign. Like I said.. i want to change this.
The signs do not show who owns the region. But it does show the owners when you right-click a sign.
-
View User Profile
-
Send Message
Posted Apr 23, 2012Actually I never used sell, I was thinking rent. I think my confusion came from the fact that you can't set an amount of time for renting...I do admit I should have read more about it before asking a dumb question. I had assumed something that I shouldn't have assumed.
I don't know if this is the place for this since I am pretty new here but I would love to see the ability to left click to rent/buy a property. I also don't know how hard it would be, it would be cool to set/unset any protection signs within the region when someone sell/rents a region.
Also, does the sign show who currently owns/is renting the region?
Also very much looking forward to the ability set an amount of time when using the rent option.
-
View User Profile
-
Send Message
Posted Apr 23, 2012@StaticTank
Yes you place the price of a region on the sign. Like the giant image above.
The blockWorth stuff is only for "creating/resizing" regions. Also the minimum/maximum prices are based on blockWorth. See configuration for that.
-
View User Profile
-
Send Message
Posted Apr 23, 2012Can you set a static price/rent for a region rather than using the length*width*block value?
-
View User Profile
-
Send Message
Posted Apr 19, 2012@StuckingFoned
I understand. It sounds cool. But it's very specific. There are probably a million other ways to make it easier to "claim a region".
I guess your request is: Make it easier to claim a region.
(at least, that's how I will interpret it ;) )
There are alot of other things on my todo list. So don't count on it... sorry