[INACTIVE][ECON]Region Market v1.0 - Buy/Sell WorldGuard regions with iConomy 6 [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Ziden, Jun 2, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Ziden

    The Plugin:
    This awesome plugin was created by Crash. However, it was discontinued. As it was a very good and requested plugin (also, by myself), i decided to try to port it for the lastet bukkit RB with the lastest plugins.​
    Here its the old official topic:​
    New Update November 3

    After u buy a region, it will show up how many days u have left with it. If it becomes 0, u loose the region and its for sale again !!


    Iconomy 6 support !
    No permission Nodes ! Default to OP and WG permissions !

    To sell a region: Put a sign:​
    [Agent]​
    price​
    Region name​
    <blank>​
    Its only supporting iconomy 5 for now.​
    Remember to Softdepend it !
    Version 0.8
    (last updated 6/19/2011)
    Features :
    - Simple PLug & Play !
    - Simply put a sign to sell the region ! Click to buy ! No more commands !
    - Buying and selling of WorldGuard regions (using iConomy)
    - Permissions usage (if you don't use it commands have no restrictions)
    - Ability to see regions a player is selling, who is selling a certain region, listing all regions being sold and showing offers for a region that you are selling
    - Ingame saving and reloading
    -Simple SignShops !!!
    -Instant buying/selling of regions
    This tutorial ahead was written by Crash. I didnt modified anything yet in the plugin ( but i will ), so i didnt changed anything yet, except tooking the NPC parts off, since they are deactivated. I cut like 20% of the code for this to make the plugin very lightweight.​
    Changelog :
    v1.0(10/05/2011)
    - ICO6 support​
    - Rent !​
    -Cookies !​
    v0.8(10/05/2011)
    - Fixed Permissions bug​
    - Simplified, now only put the sign to sell, and click to buy, no more commands !​
    - Cleaned code​
    v0.7(19/2/2011)
    - Fixed permissions issue.​
    - Fixed minor bugs, like the Regions Saving one​
    - Added cool messages​
    - Tested (not thaaat much) on cb 860​



    v0.6(6/2/2011)



    - Completely removed NPC entryes and unused source.​


    - Ported to MC 1.6.6 , Bukkit 818​



    - iConomy 5.0 supported !​


    - Stopped Supporting Essentials ( iConomy rox )​


    - Fixed a small incompatibility issue​


    v0.5(4/29/2011):

    -Updated to WG 5 - A10 and MC 1.5​


    -Added config file for options in the future​


    -Option in config file to turn off limit of max owning number for WG​



    -Remove region agents until they are fixed (broke in the 1.5 update)​



    -Changed sign agents so that the 2nd line is the name and the 3rd is the price​


    -Added EssentialsEco support​


    -Hopefully fixed a few bugs / NPEs​
    v0.4(4/18/2011):


    -Added on limits for buying according to max owning number for WG​



    -Added on new confirmation process for buying from NPCs​
    v0.3(4/5/2011):

    -Added on instant selling of regions with a new list type​



    -Updated help for /rm list making it less cluttered​


    v0.2 (3/14/2011) :



    -Added agents, NPC or sign to add another option to sell your market​


    v0.1 (3/8/2011) :

    -First release​




    Posting Issues:
    If you have any issues with this plugin, post the entire error code here. If its a usual incompatility error such as "could not pass event <event name>" just list the plugins you are using.​
    Have fun selling regions again.​
    Download

    Region Market 1.0 on BukkitDev
    Region Market 0.8 on BukkitDev:

    Old Version 0.7:


    download link fixed
    heh

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    yase, Akimbo, Claus33 and 9 others like this.
  2. Offline

    nathanaelps

    Ooh. You got it working?!

    *downloads* *installs* *plays tetris for a minute* *experiments*

    Mm. Yeah, this is nice. I think I'm missing something, though... Do I have to chat the line:
    /rm sell regionname price instant
    each time I want to add a new region? I want to *just* create the sign, not have the chat line.

    But, now that I've figured out that the whole sales process can be instant, I'm pretty pleased. In fact, now that I've figured it out, I'm going to leave it installed. Thanks, Ziden!

    p.s. I know Niko doesn't like enabling other plugins out-of-order, but I think that if RegionMarket would trigger Permission's onEnable, it would fix half the bugs that people report.

    p.p.s. I had the same problem that EdgarsErnsteins had. A server restart fixed everything, but I feel that if I had to restart every time, it'd be overkill. lol. Perhaps it's supposed to update every time RM saves everything? I guess that's nice... But can it be FASTER?

    Dang, I'm begging again.
     
  3. Offline

    nathanaelps

    @EdgarsErnsteins and myself had some problems with sales... I think that (at least for myself) it's *MY* problem, not RM.

    Intro: User A bought a plot from me (I'm server god). Immediately, ownership registered that it belonged to User A. But A couldn't build anything--"No Permissions" or whatever it says.

    I thought it was because RM hadn't updated the files yet. I whined (see above post) and complained to my dear wife. Then I realized that this plot which A had bought was within the "city limits" of another region--and I hadn't set the plot as a child of the city.

    As soon as I remedied this problem, it worked like a charm.

    So, remember: City Lots are Children of Cities. And e.e., see if that works for you.
     
  4. Offline

    KillerSmurf

    It allows me to put them up for sale and all...but when someone trys to buy it... it says internal error command...and i looked through my plugin file there is no folder... it doesnt create a folder it just has a .jar
    Code:
    2011-06-26 18:06:44 [SEVERE] Error occurred while enabling RegionMarket v0.6 (Is it up to date?): com/iConomy/iConomy
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    	at br.Ziden.RegionMarket.RegionMarket.onEnable(RegionMarket.java:209)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
    	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:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	... 11 more
     
  5. Offline

    Xethrocc

    omg... wehen I installed it, and restarted my Server... It deactivates My Permissions Plugin!!

    Why does it do this??
     
  6. Offline

    nathanaelps

    Long, long, long story. But if you put an 'a' before your permissions plugin's name, it should work.

    i.e.: 'Permissions.jar' => 'aPermissions.jar'

    It shouldn't break anything.
     
  7. Offline

    t3am P0wned

    :( Such a very, very Nice PlugIn!! But Please fix it for permissions 3.x.x as fast as you can :(

    i think it doesn't work with permissions 3.x.x. Everytime when i start the server iv'e got errors and the permissions PlugIn doesn't load! All the other PlugIns work as well as they could! It's the same error like Blenz

    :( But the Idea is veeery great ;)
     

    Attached Files:

  8. Offline

    yannick_thiel

    I got this error:

    Code:
    2011-06-29 18:16:23 [INFO] Starting Minecraft server on 5.82.225.185:25565
    2011-06-29 18:16:23 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-06-29 18:16:23 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-06-29 18:16:23 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-06-29 18:16:23 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-06-29 18:16:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-892-ga9ddbaa-b935jnks (MC: 1.6.6)
    2011-06-29 18:16:23 [INFO] DataSourcePool [ChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-29 18:16:24 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-29 18:16:24 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-29 18:16:24 [SEVERE] Could not load 'plugins\RegionMarket.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
    	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:173)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/LocalPlayer
    	at br.Ziden.RegionMarket.RegionMarket.<init>(RegionMarket.java:39)
    	... 13 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.LocalPlayer
    	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:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	... 14 more
    2011-06-29 18:16:24 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-29 18:16:24 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-06-29 18:16:24 [INFO] Preparing level "Hauptwelt"
    2011-06-29 18:16:24 [INFO] Preparing start region for level 0 (Seed: 8789953615592401956)
    2011-06-29 18:16:25 [INFO] Preparing start region for level 1 (Seed: 8789953615592401956)
    2011-06-29 18:16:25 [INFO] Preparing spawn area: 12%
    2011-06-29 18:16:26 [INFO] [ChestShop] version 3.00 BETA 5 initialized!
    2011-06-29 18:16:26 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-29 18:16:26 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-29 18:16:26 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-06-29 18:16:26 [INFO] [iConomy] hooked into Permissions.
    2011-06-29 18:16:26 [INFO] [ChestShop] iConomy 5 loaded.
    2011-06-29 18:16:26 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-06-29 18:16:26 [INFO] iChat (v2.3.1) enabled
    2011-06-29 18:16:26 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Holzfaeller is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Holzfaeller is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Graeber is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Graeber is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Jaeger is missing the max-level property. defaulting to no limits !
    2011-06-29 18:16:26 [INFO] [Jobs] - Job Jaeger is missing the slots property. defaulting to no limits !
    2011-06-29 18:16:27 [INFO] [Jobs v2.1.1] has been enabled succesfully.
    2011-06-29 18:16:27 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-06-29 18:16:27 [INFO] [Jobs] Successfully linked with Permissions.
    2011-06-29 18:16:27 [INFO] Done (0.242s)! For help, type "help" or "?"
    2011-06-29 18:16:39 [INFO] Stopping the server..
    2011-06-29 18:16:39 [INFO] Stopping server
    2011-06-29 18:16:39 [INFO] [ChestShop] version 3.00 BETA 5 shutting down!
    2011-06-29 18:16:39 [INFO] [iChat] iChat Disabled
    2011-06-29 18:16:39 [INFO] [iConomy] Plugin disabled.
    2011-06-29 18:16:39 [INFO] [ChestShop] Economy plugin disabled!
    2011-06-29 18:16:39 [INFO] [Jobs v2.1.1] has been disabled succesfully.
    2011-06-29 18:16:39 [INFO] [Permissions] (Yeti) saving data...
    2011-06-29 18:16:39 [INFO] [Permissions] (Yeti) saved all data.
    2011-06-29 18:16:39 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-29 18:16:39 [INFO] [iChat] Permissions plugin lost.
    2011-06-29 18:16:39 [INFO] Saving chunks
    2011-06-29 18:16:39 [INFO] Stopping server
    What is it for an error?
     
  9. Offline

    Woogleball

    I get the same error as Yantihuhn, What can i do?
     
  10. Offline

    Openlanding

    Permissions deactivates for me also when running this. I'm using Permissions 3.1.6. Please fix this as this looks like a really good plugin for our server. Thanks
     
  11. Offline

    Dimochka

    I'd like to see the possibility to sell regions without /rm sell command but simply using signs so that placing sign registers region on market. Just make it perform /rm sell under the hood instead of giving «You're not selling this region» message.
     
  12. Offline

    Dimochka

    Download link leads to 0.6 version.
     
  13. Offline

    paprzyk

    Any updates?
     
  14. Offline

    Joseph3114

    When people buy their region via a sign, it doesn't save to the worldguard region file.....we have to manually do it after we restart.
     
  15. Offline

    S4h4rk

    @Joseph3114

    Before stopping the server, do a /region save
     
  16. Offline

    Joseph3114

    Thanks!
     
  17. Offline

    Raycrash

  18. Offline

    Raycrash

    One more question is it possible to let npc offer regions ?
    I want the money to dissapear (so it wont go into in admins pocket)
     
  19. Offline

    Insanehero

    Can anyone confirm 0.7 working? It doesn't even install.....
     
  20. Offline

    nala3

    Erm why megaupload. nobody wants to wait to get the download.
    use filedropper?
     
  21. Offline

    Insanehero

    I think this plugin is inactive....
     
  22. Offline

    darth2499

    is it possible so that we can rent land for a certain amount of time???
     
  23. Offline

    lastern

    thx for updating plugin but please fix errors :S
     
  24. Offline

    Ragor

    11:51:16 [SEVERE] Error occurred while disabling RegionMarket v0.6 (Is it up to date?): loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/sk89q/worldguard/protection/GlobalRegionManager"
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/sk89q/worldguard/protection/GlobalRegionManager"


    :p
     
  25. Offline

    Raycrash

    Try using the 0.7 version ?
     
  26. Offline

    srsdude

    Could you please, please, PLEASE add EssentialsEco support?
    I really need something like this, this plugin is perfect, but my server is based on EE [creeper]
     
  27. Offline

    Ragor

    When closing, I use the last version, 0.7 and I have this:

    15:14:14 [SEVERE] Error occurred while disabling RegionMarket v0.6 (Is it up to date?): loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/sk89q/worldguard/protection/GlobalRegionManager"
    java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "com/sk89q/worldguard/protection/GlobalRegionManager"
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:219)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at br.Ziden.RegionMarket.RegionMarket.onDisable(RegionMarket.java:195)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    What happens? Is serious problem? the 0.6 version has broken my world...
     
  28. Offline

    Insanehero

    Someone please update this :D
     
  29. Offline

    theedenknight

    Will there be a function which automatically sales the region if the player was offline for a while (like 2 weeks) ?
    or an renting function.. something like that, when u have much players it sucks to find the regions which arent in use anymore..
     
  30. Offline

    Neils

    Ehm is this plugin up to date and working with the Build 1000 ?
     
  31. Offline

    GraphicalMe

    It crashes other plugins, doesn't work well..
     
Thread Status:
Not open for further replies.

Share This Page