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

    The1ToFear

    This works great, except for the [HOTEL] section on your website shows us nothing. How do we use it?

    Edit: Well I just figured out that you have to click the [HOTEL] text for it to show up... might want to fix that. Its pretty confusing.
     
  3. Offline

    pong41064

    try update worldguard

    @thezorro

    In 1.8 pre2, load from save didn't work.
    You have to move "this.configurationHandler.load();" to the last line of onEnable() to make it works.
    This is because you have to load
    "this.agentManager = new AgentManager(this, this.configurationHandler, this.langHandler);"
    before
    "this.configurationHandler.load();"

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

    douglas_srs

    Hello, does this plugin works with R6 and Newer CB versions?
     
  5. Offline

    the_Zorro

    I am just updating it. It actually works with R4 and it's active.
     
  6. Offline

    douglas_srs

    Ok but I'm already updating my server to R6 + and I need to know if you will update it soon :p
     
  7. Offline

    the_Zorro

    WorldGuard does not work at me, but SimpleRegionMarket didn't break and works.
     
  8. Offline

    craigbaines

    hello,
    im using your plugin, and basically id liek to run the buy limit command from the console.
    Is this possible?

    I use buycraft and part of my membership perks, ar a higher limit of plots avalible!

    I really hope you can provide me with the answer because it seem slike running /rm limits buy player (name) (number) doesnt work from the console! :(

    If you could edit the plugin and get it working id happily donate!

    Thanks!

    Craig

    If you have time come join my server and say hey!

    93.186.169.160:25569
     
  9. Offline

    douglas_srs

    I get an error with R0.1 when turning the server on:

    Code:
    2012-03-02 11:36:58 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v1.8-pre2
    2012-03-02 11:36:58 [SEVERE] Error occurred while enabling SimpleRegionMarket v1.8-pre2 (Is it up to date?)
    java.lang.NullPointerException
        at com.thezorro266.simpleregionmarket.ConfigHandler.load(ConfigHandler.java:108)
        at com.thezorro266.simpleregionmarket.SimpleRegionMarket.onEnable(SimpleRegionMarket.java:165)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:369)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:420)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Fix it please :p
     
  10. Offline

    CackleFish

    Hey,
    awesome plugin helps admins out alot when they want to sell places. Any chance of a update soon?
    Thanks :)
     
  11. Offline

    Subrosa20

    Your plugin seems to fit perfect into my survival server. But I cant Install it!

    I'm running 1.1R-4 with WorldGuard (newest version) installed.

    I'm just getting this error:

    Code:
    2012-03-03 09:15:13 [SEVERE] Could not load 'plugins/SimpleRegionMarket.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/databases/ProtectionDatabaseException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:286)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:164)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:140)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.databases.ProtectionDatabaseException
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
     
  12. Offline

    ssobieraj

    I have the same problem /|\
     
  13. Offline

    aaomidi

    I found the way to fix it!
    Use this worldgaurd!!
    http://dev.bukkit.org/server-mods/worldguard/files/4-world-guard-5-5-1/
     
  14. Offline

    Subrosa20

    Thx, worked :)
     
  15. Offline

    latinolli63

    erro 1.2.3

    Code:
    2012-03-04 10:53:28 [SEVERE] Could not load 'plugins\SimpleRegionMarket.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.thezorro266.simpleregionmarket.SimpleRegionMarket.<init>(SimpleRegionMarket.java:149)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListener
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 27 more
     
  16. Offline

    sfmplayer

    After the update (1.2.3)
    the signs don't work anymore...
    so you have to replace them all again..
    ( i have to replace 288 signs..) thats a lot of work..
     
  17. Offline

    the_Zorro

    The last support is 1.1-R6, because that's the recommended build of CraftBukkit.
    You should have made a backup of the agents.yml if you run the plugin with a not supported build.
     
  18. Offline

    Epics

    Made all my shops free :confused:
     
  19. Offline

    ziutekkk

    For me limits per buy and rent are not working on 1.2.3 and SRM 1.7.6
    Please look at this
    it`s great plugin
     
  20. Offline

    the_Zorro

    All 1.2.3 versions are not yet supported. I will not answer any questions about it and I am working on a release for it. Thanks for your patience.
    Greetz, Zorro
     
  21. Offline

    Epics

    Thanks for your hard work updating this plugin. We appreciate it.

    Epics
     
  22. Offline

    Minecrafta2z

    This plugin looks awesome but I am going to wait for a supported 1.2.3 build. Keep up the great work.
     
  23. Offline

    craigbaines

    Hey everyone, i just wanted to say what an awesome plugin i think this is, is so user friendly and im sure you will all agree really is the dogs bollocks!

    Iv recently been chatting to the developer and well i got nosy and asked about how many donations he gets....

    honestly, it was quite shocking, considering how many servers im sure are running the plugin, and how much crap he must put up with, and work he puts in.... people really should donate ! Even a lil.... :)

    I run a server, and i know people are more than willing to donate, so im just saying use server owners should give back a lil too! Im gonna try and start ! Starting with zorro, thanks!
     
    the_Zorro likes this.
  24. Offline

    the_Zorro

    Version 1.7.6 got ported to RB 1.2.3-R0.1 and is stable. Please report any bugs and errors here!

    Greetz, Zorro
     
  25. Offline

    Epics

    Heyo again, it is still making all of my signs free. Perhaps Boseconomy changed some API in their latest update? Maybe Vault?
    I'm using the latest dev builds of WorldGuard & WorldEdit.
     
  26. Offline

    Dominic

    Using the latest version...it looks like ANY player is able to destroy hotels? It just says "You have sucessfully deleted the agent". Players can just run through our hotel and destroy the signs? What am I doing wrong...They only have the rent permission currently...
     
  27. Offline

    the_Zorro

    Yes, I think it's Vault.
     
  28. Offline

    ziutekkk

    Hi, thank you for update
    On my server still doesn`t work buy and rent limits, i have 1.2.3-R0.1, newest SRM and worldedit + worldguard from your website.
    I set buy and rent limit but players can buy unlimited count of cuboids, they dont have simpleregionmarket.admin permission
    My limits.yml structure
    Code:
    regions:
      global: 1
      worlds:
        world: 1
      players: {}
    rooms:
      global: 2
      worlds:
        world: 2
      players: {}
     
  29. Offline

    Epics

    That's odd, because I'm running 4 plugins tied to Vault & others and they're all reading BOSEconomy fine.
    There's no console errors when I put in the amt I want the plot to be sold for; but it simply changes it to 'FREE'
     
  30. Offline

    the_Zorro

    Then give me your version numbers of CraftBukkit, Vault and BOSEconomy

    And at me they work. What Permissions system do you use?

    Your CraftBukkit version, the version of my plugin you are using and the name and version of your permissions plugin.

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

    ziutekkk

    I am using PermissionsEx 1.19. I tried other economy systems and still they can buy more than 1 region I set
     

Share This Page