[REQ] Worldguard Region Purchasing with Signs

Discussion in 'Archived: Plugin Requests' started by Danoth, May 19, 2011.

  1. Offline

    Danoth

    Hi all.
    I'd like to make a request for a plugin which allows worldguard regions to be purchased using a sign placed by the owner. Owner would place the sign on the region they would like to sell, type [sellplot] or something like that in the top of the sign, and a price on the next line.

    Another player could go to that sign and right click it (with a confirmation right click too) to purchase the plot, making them the owner. Would also love it to support iconomy 5.

    As an optional sidenote, it would also be awesome if it was configurable to allow only a certain amount of plots per user to be purchased, or maybe some kind of multiplier on the price if being purchased from the admin group (ie not from another player) depending on the amount of plots owned. Something like that anyway would be amazing.

    On the server I help to run, we double the plot price for each plot purchased by a player to prevent players buying up too many plots, but this doesnt apply to player-player transactions. If this is at all possible, that would be amazing. If it's already been done, I apologise (but I have searched and found no working solution for this)

    Thanks a lot in advance
    Danoth
     
  2. Offline

    Jeyge

    WorldGuard already has the option to limit the number of regions a user can have.
    Code:
    regions:
        enable: on
        wand: 287
        max-claim-volume: 30000
        claim-only-inside-existing-regions: off
        max-region-count-per-player: 7
        high-frequency-flags: off
    
    It also has the ability to have users claim a region which could easily be put on a sign using CommandSigns but it doesn't support a user selling their plot. You might be able to find that functionality in a plugin like Towny.
     
  3. Offline

    Danoth

    I'll look into it, thanks for the reply :) If it doesnt work, anyone willing to take it on?
     
  4. Offline

    Danoth

    bump :)
    Would be very useful for me.
    Tried hacking apart regionmarket but its not working for me tbh.

    To be fair, without all the doubling crap, just to get it working, all that would be awesome is a plugin in which the owner of a plot places a sign which allows them to sell the plot for the amount on the sign when it is right clicked by another user. The selling of the plot would remove all members and the owner from it and set the new owner.
    Only the owner should be able to place the sign (it should be blank if someone else tried to place one with the commands on it)

    Help would be appreciated :)
     
  5. Offline

    kretu

    Bump again.
    I'am waiting for that kind of plugin too. It's easier to prepare some regions in free time and players would buy them from admin or themselves.
     
  6. Offline

    taxidriveer

    Region Market was just perfect but sadly it's no longer in development :(
     
  7. Offline

    ch96li

    Bump, also would like this on my server
     
  8. Offline

    jayzon915

    Bump again. Region Market crashes with iConomy5... Looking for a replacement!

    How would one go about this? I have plots set up in my town and would like to use signs to for players to claim them for a price.

    According to this page
    https://spreadsheets.google.com/ccc?hl=en&key=tmzLJerg2AJGcut1xRKLKjg#gid=0

    The buy feature does not work.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016

Share This Page