[INACTIVE][SEC/ECON] iCoLand v2.46 - buy/protect land with iConomy [740]

Discussion in 'Inactive/Unsupported Plugins' started by Magik, Mar 25, 2011.

  1. Offline

    Magik

    iCoLand v2.46
    Download/Source Links
    GitHub Source
    iColand v2.46 Jar
    older versions

    Wiki Links
    Wiki Home
    Installation Instructions
    Commands
    Addons
    Permissions
    Changelog

    Plugin Requirements
    • iCoLand v2.46 was tested against Craftbukkit build #740
    • iConomy 5.0
    • Permissions 2.7.2
    Intro
    So I wanted a plugin on my server that allows for self-service protection. But I didn't want to make these areas infinitely creatable, and I hate the idea of admins/mods having to zone out areas for people. So that's where the birth of this idea came from. This mod allows for self-service protection areas, and they are limited by the fact that they must "buy" these areas with iConomy currency. This will greatly reduce the amount of griefing issues I will have to deal with on my server as I will start telling people that this is the only valid form of protection and griefing is a fact of life that is unavoidable if you don't protect your land.

    iCoLand allows you to buy/sell areas of land ( cuboids ) for self-service protection. You select areas of land using the "/icl select" tool, then you can buy the land with "/icl buy land". This makes the land protected so no others can place or destroy blocks in there. There will be addons you can buy that will add extra features to the land you've bought. Such as announcing the zone name when you enter or leave it, having a location heal a player over time, blocking people from entering the zone completely.

    The basic premise of the plugin is that each block in the world is worth some default value (configurable). In the future, there will be the ability to make areas of land worth more. Probably a center point that is highest price modification, with a radius of effect that drops down to 0 at the edge of the circle. Addons also are a per-block pricing scheme.

    Updates and more to come, keep posted.

    Much thanks goes to Nijikokun for the great iConomy, as well as some helper functions I may have stole of his through HaloInverse's DynamicMarket plugin. Thanks to you too Halo! And thanks to TheYeti for maintaining Permissions until Bukkit solves that can of worms. As well as the Bukkti devs for making all of this possible. Also to TomyLobo for his OfflinePlayer class ( to access Permission nodes of offline players ).
     
  2. Offline

    TheTrueBenis

    i get much the same problem
     
  3. Offline

    City Builder

    Hi,
    When I buy addons for my land, the server tells me that I bought them but it's not charging the prices that are set in the yml file.

    Any clues what might be wrong?
     
  4. Offline

    scared

    If you are the admin ( op ) on the server it free to buy land and addons :D
     
  5. Offline

    beebsproduction

    I resolve it buy downgrading iconomy
     
  6. Offline

    smickles

    First i'd like to thank the developer for the plugin, I really like the concept and how it comes off in practice.

    I've been trying to use the tax system but i seem to be encountering a problem.

    When I buy a parcel of land with the taxes enabled, I get this:

    Code:
    06:48:50 [INFO] [iCoLand] smickles didn't have enough money to pay tax of 5.0 on land ID# 2
    06:48:50 [INFO] [iCoLand] Land ID# 2 marked inactive
    
    I do have enough iConomy money.
    It repeats like mad and causes the server to be unable to do anything else (I have to kill it to get it to stop).

    My setup:
    Code:
    Craftbukkit build #740
    iConomy 4.6.5
    Permissions 2.7.2
    CowPaths
    SimpleSave
    Quickbelt
    AutoPlant
    Gastronomic
    Here's my iCoLand config (if it helps):
    Show Spoiler
    Selection-Options:
    All-Land-Full-Height: false
    Addons-Enabled:
    noboom: false
    noenter: false
    heal: false
    nospawn: false
    announce: true
    nopvp: false
    noflow: false
    nofire: false
    Timer-Settings:
    Heal-Interval: 30
    Mob-Removal-Interval: 2
    Tax-Interval-Minutes: 43200
    Announce-Check-Interval-ms: 1000
    Land-Limits:
    Max-Land-Volume: 1000
    Max-Lands-Claimable: 10
    Min-Land-Volume: 10
    Max-Total-Blocks-Claimable: 1000
    Unclaimed-Land:
    Can-Boom: true
    Can-Build: true
    Can-Burn: true
    Tax-Settings:
    Delete-Unpaid-Zone-Minutes: 1440
    iConomy-Tax-Account-Name: iCoLand
    TaxRate: 5.0
    SalesTaxPercent: 80.0
    Debug:
    debugSQL: false
    debug-more-1: false
    debug: false
    Price-Per-Block:
    noboom: 50.0
    noenter: 100.0
    raw: 5.0
    heal: 200.0
    nospawn: 50.0
    announce: 50.0
    nopvp: 10.0
    noflow: 10.0
    nofire: 10.0
    Claimed-Land:
    Default-No-Spawn-Mobs: Spider,Zombie,Skeleton,Creeper,Slime,Ghast
    Temp-Items-Delay: 300
    Temp-Items-Allowed: 65,50


    Am I doing something the wrong way or what?
     
  7. Offline

    BillBleik

    Would much appreciate an update to iConomy5, updating server plugins etc. today and it seems several plugins arent up to date with iConomy5 so i guess downgrading is the only option for now.. Awesome plugin keep up the awesomeness ;P
     
    smickles likes this.
  8. Offline

    CDJ445544

    Is this compatible with BOSEcon??????????????????? If not could you plz make it?!
     
  9. Offline

    sauevaem

    20:43:23 [SEVERE] Could not pass event PLUGIN_DISABLE to iCoLand
    java.lang.NoSuchFieldError: perms
    at me.slaps.iCoLand.iCoLandPluginListener.onPluginDisable(iCoLandPluginListener.java:33)
    at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:414)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:648)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:230)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:224)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:105)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    what do?
    (740 + lastest icoland)
     
  10. Offline

    Thyraxxx

    hey, awsome plugin btw ! but I only have one issue with it, I have multiple world in my server, and I guess since this plugin doesnt support multiword, when im at the same location, it announce some location I have setted up even in an other world, wich is pretty annoying. but other than that, every thing is perfect
     
  11. Offline

    Nielscorn

    Update to iconomy 5.0!!! please!!!!!
     
  12. Offline

    louis zook

    When are you updating to iConomy 5.0?
     
  13. Offline

    smickles

    Can't we just let the developer do the work without being pestered? This is the second post in a row concerning this topic.

    Or did i miss the part where ya'll are paying for this mod?
     
  14. Hello there, i dont know if this is asked somewhere in the pages but is it working with Towny Plugin?
     
  15. Hello Magik,

    is there a chance that you will update your plugin for iconomy 5 soon?


    Thanks, Markezzz
     
  16. Offline

    jjtcomkid

    Hey there.

    I am still pretty new to Minecraft Servers, but I do know how to use Bukkit Plugins to their fullest.
    Whenever I try to start my server, I get the following problem.

    Code:
    21:58:17 [SEVERE] com/nijiko/coelho/iConomy/iConomy loading iCoLand vv2.45 (Is i
    t up to date?)
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at me.slaps.iCoLand.iCoLand.tryEnablePlugins(iCoLand.java:146)
            at me.slaps.iCoLand.iCoLand.onEnable(iCoLand.java:124)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.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)
            ... 12 more
    Can I get some help? I am running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks and Minecraft version 1.5_02
     
  17. Offline

    Meridias561

    what version iconomy? if it's v5.0 it won't work.
     
  18. Offline

    NateBody

    any reason a modify owner command wouldnt work?

    not allowing me to set the owner from myself to a user..! it says they are the owner but they cant build there after ive given them ownership!!

    EDIT: just had to set the permission in-game xD
     
  19. Offline

    DraxisWuf

    Now that all of the iConomy-dependent plugins that I use personally have switched to v5 except for this one, I've gone ahead and made the switch myself. Any eta on updating IcoLand or is this just inactive?
     
  20. Offline

    Thumm

    Yes some news on this would be much appreciated.
     
  21. Offline

    Bashoogers

    Got a lot of problems with this.
    It says; Out dated. So it doenst work for me. :/
     
  22. Offline

    thtRedstoneGUI

    Any ETA for an update? I kinda need this on my server, and my users are complaining!

    But I'm not rushing you, my users are :p
     
  23. Offline

    Mezada

    This is just what I have been looking for. A mod that I can use as a money sink and let my users protect their land. Not to mention the fact that I can make zones so that they can add permissions in them. So I would be able to set up Banks, stores , etc regions.

    Hope this gets update for Iconomy 5 soon :)
     
  24. Offline

    Magik

    updated to v.246 with iconomy v5.0 support - thanks to ASCIIDuck, I havn't had time to work on this lately, and he was kind enough make the necessary changes and set up a pull/merge on github for 5.0 support. Props to him.
     
    smickles likes this.
  25. Offline

    Thumm

    Props to you both. THANK YOU! :)
     
  26. Offline

    IceBlueFire

    When i buy land, it doesn't actually take the money. It says "Bought select land for 0 (xxxx)". Then i type /money (using iConomy 5.0), and my balance is the same. Anyone else noticing this?

    Using:
    iConomy 5.0
    CB 740
    iCoLand 2.46
     
  27. Offline

    ripzeus

    Are you and admin? if so, admins will not be charge from what i have seen.
    Try and make a normal user.
     
  28. Offline

    IceBlueFire

    Well if that were the case...would there be a way to remove that? I'd like to be able to play my server, but at the same time be able to mod it without creating 2 levels of permissions.
     
  29. Offline

    Meridias561

    FYI, it still shows 2.45 version number in the logs. And yes, I DO have the 2.46 version, else it wouldn't be working with iconomy 5.0.

    Code:
    2011-05-10 23:45:43 [INFO] [iConomy] Logging is currently disabled.
    2011-05-10 23:45:43 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-05-10 23:45:43 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-10 23:45:43 [INFO] [MobBounty] hooked into iConomy.
    2011-05-10 23:45:43 [INFO] [iConomy] hooked into Permissions.
    2011-05-10 23:45:43 [INFO] [iCoLand] Successfully linked with iConomy
    2011-05-10 23:45:43 [INFO] [iCoLand] Successfully linked with Permissions
    2011-05-10 23:45:43 [INFO] [iCoLand] Initializing land manager...
    2011-05-10 23:45:44 [INFO] [iCoLand] Found iConomy Tax/Bank account: iCoLand
    2011-05-10 23:45:44 [INFO] [iCoLand] Version [v2.45] (fattire) enabled. 1 lands found.
    Not sure how that works, but the 2.46 is loaded, but says 2.45. *shrug*

    (correct me on the spacing or syntax if I put this in wrong)

    Put this in your admin group or your user listing if you want to get specific:

    - - icoland.admin.nocost
    - - icoland.admin.bypass

    with the second - it's telling the permissions to remove that permission from that group/user.

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

    ValBGaming

    Hey I just downloaded with the 2.46 link and started up my server which said it was 2.45 I was using. (First time download, not update.)
     
  31. Offline

    smickles

    I'm trying to get taxes to work.
    When I buy land everything goes well until the first tax time comes around and bam!
    Code:
    08:56:02 [INFO] [iCoLand] Land ID# 2 marked inactive
    08:56:02 [INFO] [iCoLand] smickles didn't have enough money to pay tax of 0.36 on land ID# 2
    
    on my console repeating nonstop and unstoppable without a "CTRL+C"
    and I assure you that I have enough money in the account to pay the tax, and I don't understand why iCoLand doesn't know this since it did the purchase transaction correctly.

    Help please? I look forward to being told I'm doing something wrong and shown how to correct it...
     

Share This Page