no.

Discussion in 'Inactive/Unsupported Plugins' started by Crash, Mar 9, 2011.

  1. Offline

    Crash

    no.
     

    Attached Files:

    itsatacoshop247 likes this.
  2. Offline

    Moused

    Loving this plugin... I've been keeping track since you released the original.

    Just as a few ideas to throw your way, though... I visualised using this purely to sell plots within my town. Would a straight out "buy" option be wise? Being a player, I would want to purchase the land, and start working on it straight up, without waiting for confirmation.

    Another idea, simply right-clicking a sign within the plot to purchase it "FOR SALE $500", etc.


    Overall, a very godly idea.
    Thank you for the awesome work.
     
  3. Offline

    Juze

    Nice, less effort for admins. :)
     
  4. Offline

    Crash

    Sure ! I didn't know exactly if I wanted to add straight out buying because the sellers might want to consider their choices but I can allow them to maybe have an "auto-win" amount of money or just normal buying where it's first come first serve.

    About that for sale sign, I was thinking about maybe an NPC instead of a sign. Would that work?
     
  5. I'd like to have this without iConomy as a requirement and using items instead, like gold bars or whatever else the server owner defines.
     
  6. Offline

    Moused

    That could work nicely, too... I do find signs more descriptive, though :p
    The way I have my plots set up currently... I have a sign stating that its for sale, and another outlining the dimensions. So that the player knows exactly what they are purchasing.
     
  7. Offline

    Crash

    I'm just thinking NPCs are easy to spot with the nametags but I suppose I'll make them use signs.
    Should you be able to sell the plots from anywhere?

    EDIT : On second thought I'll allow you to have an NPC or use a sign to sell the region.
     
  8. Offline

    IcySeal

    O hey u finally released it!
     
  9. Offline

    Moused

    Choice is never bad... Sounds good.

    As for selling from anywhere, I assume you mean having a sign/NPC set up outside of the plot? If so, that does sound fairly awesome - and leaves potential for making some form of real estate building within a town/city.
     
  10. Offline

    contex

    I've waited so long for this, thanks!
     
  11. Offline

    Zgred

    What's the permission names?


    @edit:

    Code:
    regionmarket.sell
    regionmarket.remove
    regionmarket.offer
    regionmarket.list
    regionmarket.accept
    regionmarket.agent
    regionmarket.reload
    regionmarket.save
    
     
  12. Offline

    depokboy

    I'm curious..... I've bought a region. I send the pffer, then the seller accepts then viola, it's mine and I can build on it... But, the next day, I kept getting the "You don't have permission for this area." error when I try to build there...

    Do I have to buy it every day? or was the sale not recorded? is this an error or was it supposed to happen?
    I really really want to have a protected area and this plugin make me feel rewarded for collecting money. It gives me another goal ^_^

    note: I am not an admin and I do not own the server..

    EDIT: I think the server was restarted at some point, so I guess that this plugin does not save the modification on the worldguard's region file so ownership does not carried on over server restart... And I think we're still using the v.01 since I don't see any agents yet
     
  13. Offline

    Crash

    Thanks so much! I figured out the problem too, Worldguard apparently doesn't save when the server stops(I think) so I put in a save when my plugin disables which I tested and it fixed.

    Also the v0.2 is uploaded now.
     
  14. Offline

    riuthamus

  15. Offline

    Adondriel

    could you make the commands a little bit simpler? people on my server are gunna bug the heck out of me for how to use this...
     
  16. Offline

    Phinary

    When you add a option to Buy just straight out this would be perfect for my server. Please add it soon!

    he added the source. Shouldnt be too hard to modify the commands...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  17. Offline

    Adondriel

    I'm not a coder, but ill take a look at it thanks
     
  18. Offline

    iSushi

    To the person who wrote this plugin, instead of making the user typing in the string in the sign in all upper letters. Use a uppercase method.
    Example:
    Code:
    String s1 = "test";
    
    s1 = s1.toUpperCase();
    Hope that helped! :D

    EDIT: I'm not sure how Minecraft works, but I guess you could write the same text to two stings, then the string in game wouldn't change :)
     
  19. Offline

    Crash

    It's supposed to be in upper case just to make sure the people are actually wanting to make the agent and not doing something else.
     
  20. Offline

    iSushi

    I meant, so they don't have to write [Agent] in all uppercases. So you can write [AgEnT] or whatever, and it will still react. I doubt there is another plugin that will ever use that on a sign.
    Edit: And I think people would use "Agent" instead of "[Agent]"
     
  21. Offline

    Crash

    I don't know what people might do I'm just trying to cover all the possibilities to make sure it doesn't conflict with something else.
     
  22. Offline

    iSushi

    Okay, do whatever you want :)
    If it was me, I would make two versions. And stay a little updated on other plugin developers. I find "fine tuning" a pretty important thing.
     
  23. Offline

    Phinary

    so do you think buying from a set price will be added soon?
     
  24. Offline

    Crash

    It has actually already been added, agents will handle that. I'll add on options to sell without offers for the next version without having to have an agent.
     
  25. Offline

    Phinary

    oh! THANKYOU :D
     
  26. Offline

    Kostronor

    Wow nice, I would need this with just selling zones.
    This would be for my server, so players can buy iconomy cash and buy zones from it.
    Just not the whole auction-system, a simple sell for price and accept would be nice!
    Thanks
     
  27. Offline

    Alpha

    Hey with WorldGuard i put a big space for my city and then i went back and i put a region for my friends but i says that they dont have permission for this spot even though i put them as a owner. What am i doing wrong?
     
  28. Offline

    Nafds

    This looks like a great addon!

    But it doesn't pick up made regions. I always get the "That region does not exist" message.
     
  29. Offline

    tomomsius

    You Need to do this

    /region setparent (yourbigplacename) (your small place name)
     
  30. Offline

    Linaks

    Could you add a feature, where you can sell a region without an offer.
    So only /region s [region name] [price].
    And if anyone buys it, he bought it without that the seller have to accept it.
    Very useful ;) Thanks
     

Share This Page