Inactive [ECON] Simple Region Market v2.2.1 - The best market for WorldGuard regions [1.3.1-R2]

Discussion in 'Inactive/Unsupported Plugins' started by the_Zorro, Oct 2, 2011.

  1. Offline

    the_Zorro

    Simple Region Market


    Please visit http://srm.theZorro266.com for the latest downloads & news!

    I am still OpenSource, licensed under WTFPLv2 !


    Changelog:
    • Version 2.2.1
      • Fixed a bug in limits that came up when buying/renting a region
    • Version 2.2
      • Rewritten limits system
      • Added priorities in limits
      • Limits command /rm limits done (works in the console as well)
    • Version 2.1.4
      • Fixed hotels and maximum renttime in templates
    • Version 2.1.3
      • Added new limits global.player.playername and name.player.playername
      • Fixed a bug when expanding regions
    • Version 2.1.2
      • Templates can now use [[price]]:[[time]]
      • Changes LET and HOTEL to use [[price]]:[[time]] and added [[account]] in the last line
    • Version 2.1.1
      • addmember, removemember & addowner, removeowner functionality
      • templates.yml will be automatically updated
    For any older versions, look on the GitHub page and search through the commits.

    Note:
    I am not affiliated with the team on BukkitDev. They are doing their own Simple Region Market. I am not the one who fight wars, I just don't care what they do. This is the original Simple Region Market with me as the original author and I continue, because others asked me to do and I want to.
     
    Nailm, Steffion, Florianos and 5 others like this.
  2. Offline

    tanveergt5

    Simple Region Market is great dont quit
     
  3. Offline

    s4uron

    I had the problem that buyers didn't get owners of the worldguard region but members.
    How to fix it?
    download the source at Github: https://github.com/theZorro266/simple-region-market
    and change in:
    Code:
    src\main\java\com\thezorro266\simpleregionmarket\signs\TemplateMain.java
    
    Line 233
    Code:
    protectedRegion.getMembers().addPlayer(SimpleRegionMarket.wgManager.wrapPlayer(newOwner));
    to
    Code:
    protectedRegion.getOwners().addPlayer(SimpleRegionMarket.wgManager.wrapPlayer(newOwner));
    protectedRegion.getOwners().addPlayer(SimpleRegionMarket.wgManager.wrapPlayer(newOwner));
    *change red marked*

    and recompile it.

    How can I download the source and all its dependend files?
    I cant compile it without having all the files wich need to be importet.

    Thx for replies

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

Share This Page