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

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

     
  1. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.  
  3. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I do have plans for that... I'm just not sure how I want to implement it.

    I want to be able to have sub-zones... and the ability to sell them. So the owner of the parent zone would still have all permissions, but the owner of the child zone would only be able to have perms in his zone. But this brings a whole set of problems.... But I prefer this idea

    The other way would be to just have a simple sell zone function. Like being able to put up a sign and then people could buy the zone from that player ( complete transfer ).

    I also plan on adding taxes sometime soon.
  4. Offline

    Codisimus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The first idea is wut my server could use (selling plots of land within a players city) i realize this may take a while to do but i hope you do add that feature

    Would taxes be like if you do own a plot of land within a city then they pay taxes? or were you thinking sumthing else?
  5. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    H2 is a flat file database, it doesn't not require a server.

    Although the SQL syntax is nearly identical, so i may add a SQL database driver eventually
  6. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I was thinking more like, ever X amount of time you have to pay a % of the cost of your land to the "bank". Not really paying it to other people - although if I can implement the sub-zone thing, I probably would prefer the taxes get paid to the land's parent land owner. And that owner would have to pay some % of tax on his land to the "server"/"bank"
  7. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    There was a slight bug in what it was reporting. It was reporting the maximum total claimable blocks per person in that error message ( when it should have been reporting the max volume per land ). I'm not sure if there is still an issue, I don't appear to see one short of the # it is reporting.

    But remember, there are 4 configurable max/min limits:
    Min-Land-Volume: 10 - minimum limit to individual land plots ( min size of a Land )
    Max-Land-Volume: 1000 - maximum limit to individual land plots ( max size of a Land )
    Max-Lands-Claimable: 10 - maximum number of lands claimable per person
    Max-Total-Blocks-Claimable: 1000 - maximum limit of volume of all lands added together
  8. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I cant make it work in 617 (version 2.04)
    h2.jar in server directory


    20:24:45 [SEVERE] Could not pass event PLAYER_MOVE to iCoLand
    java.lang.NullPointerException
    at me.slaps.iCoLand.iCoLandPlayerListener.onPlayerMove(iCoLandPlayerListener.java:95)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:205)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:128)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    20:24:46 [SEVERE] Could not pass event BLOCK_BREAK to iCoLand
    java.lang.NullPointerException
    at me.slaps.iCoLand.iCoLandBlockListener.onBlockBreak(iCoLandBlockListener.java:28)
    at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:345)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
    at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    20:24:46 [SEVERE] Could not pass event PLAYER_MOVE to iCoLand
    java.lang.NullPointerException
    at me.slaps.iCoLand.iCoLandPlayerListener.onPlayerMove(iCoLandPlayerListener.java:95)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:205)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:128)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    20:24:46 [SEVERE] Could not pass event BLOCK_IGNITE to iCoLand
    java.lang.NullPointerException
    at me.slaps.iCoLand.iCoLandBlockListener.onBlockIgnite(iCoLandBlockListener.java:55)
    at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:327)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.BlockStationary.a(BlockStationary.java:65)
    at net.minecraft.server.World.i(World.java:1475)
    at net.minecraft.server.World.h(World.java:1406)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:359)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    20:24:46 [SEVERE] Could not pass event BLOCK_BREAK to iCoLand
    java.lang.NullPointerException
    at me.slaps.iCoLand.iCoLandBlockListener.onBlockBreak(iCoLandB
  9. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I need to see the first errors/exceptions when the server booted, those are the errors generated when it's up and running.

    Also, what versions of all the required plugins and craftbukkit are you using?
  10. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    617 craftbukkit
    4.6.5 iConomy
    2.5.5 Permission

    20:56:26 [INFO] Starting minecraft server version Beta 1.4
    20:56:26 [INFO] Loading properties
    20:56:26 [INFO] Starting Minecraft server on *:25565
    20:56:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
    20:56:26 [INFO] Preparing level "world"
    20:56:26 [INFO] Preparing start region
    20:56:26 [INFO] 144 recipes
    20:56:27 [INFO] Invalid config file found and converted to proper name/format.
    20:56:27 [INFO] [Permissions] (Phoenix) was Initialized.
    20:56:27 [INFO] LWC Loading shared objects
    20:56:27 [INFO] LWC Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    20:56:27 [INFO] Loaded Essentials build 2.1.20 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:56:27 [INFO] Loaded EssentialsChat build 2.1.20 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:56:27 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20:56:27 [INFO] WorldGuard: (world) Single session is enforced.
    20:56:27 [INFO] WorldGuard: (world) TNT ignition is blocked.
    20:56:27 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    20:56:27 [INFO] WorldGuard: (world) Lava fire is PERMITTED.
    20:56:27 [INFO] WorldGuard: (world) Fire spread is limited to 12 block types.
    20:56:27 [INFO] WorldGuard: Loaded configuration for world 'world"
    20:56:27 [INFO] WorldGuard: (nether) Single session is enforced.
    20:56:27 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
    20:56:27 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
    20:56:27 [INFO] WorldGuard: (nether) Lava fire is blocked.
    20:56:27 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
    20:56:27 [INFO] WorldGuard: Loaded configuration for world 'nether"
    20:56:28 [INFO] WorldGuard: 13 regions loaded for 'world'
    20:56:28 [INFO] WorldGuard 5.0-alpha8 enabled.
    20:56:28 [INFO] Loaded EssentialsSpawn build 2.1.20 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:56:28 [INFO] [iConomy] Logging is currently disabled.
    20:56:28 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    20:56:28 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    20:56:28 [INFO] LocalShops: iConomy found.
    20:56:28 [INFO] LocalShops: Loading shop giam
    20:56:28 [INFO] LocalShops: Loading shop Tienda
    20:56:28 [INFO] LocalShops: Loaded 2 shop(s).
    20:56:28 [INFO] LocalShops: version 2.2.1 is enabled!
    20:56:28 [INFO] WorldEdit 4.3 enabled.
    20:56:28 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20:56:28 [INFO] [iCoLand] Successfully linked with iConomy
    20:56:28 [INFO] [iCoLand] Version [v2.04] (initial) enabled
    20:56:28 [INFO] [Permissions] version [2.5.5] (Phoenix) loaded
    20:56:28 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20:56:28 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20:56:28 [INFO] [iConomy] hooked into Permissions.
    20:56:28 [INFO] LocalShops: Attached to Permissions
    20:56:28 [INFO] [iCoLand] Successfully linked with Permissions
    20:56:28 [INFO] LWC Loaded 107 locale strings (0 overrides)
    20:56:28 [INFO] Request: GET http://griefcraft.com/bukkit/lwc/VERSION
    20:56:28 [INFO] resp: 200, len: 10
    20:56:28 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    20:56:28 [INFO] LWC Loading SQLite
    20:56:28 [INFO] SQLite Using: Native
    20:56:28 [INFO] LWC At version: v2.11
    20:56:28 [INFO] Done (0.206s)! For help, type "help" or "?"
  11. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  12. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    and you get no other errors at all!? that's quite odd...

    it looks like the LandManager is not initialized at that point....

    Do you see a lands.db.h2.db file in the iCoLand directory?

    Have you tried deleting the iCoLand directory and restarting?
  13. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The server show [INFO] [iCoLand] Version [v2.04] (initial) enabled on startup
    If no user is login then no error... if any user login then the errors show up, i pasted some part of the errors before.
    No lands.db.h2.db file in iCoLand
    If i delete the icoland directory and restart the server, config.yml file is the only one created automaticaly
  14. Offline

    Ash88

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Reading over the description I am excited about trying this out, however I've messed something up because I am getting these errors:

    CB:617
    iCoLand 2.04 (default config)
    iConomy 4.65

    Other Plugins:
    Code:
    Essentials 2.1.11
    FlowSwitch 1.2
    InventoryFiller 1.0
    LocalShops 2.2.1
    npcx 0.448
    MinecartManiaCore 1.08
    MinecartManiaSignCommands 1.08
    iCoLand v2.04
    GroupManager 1.0(alpha-5)
    CraftBukkitUpToDate 2.4.5
    MinecartManiaChestControl 1.08
    QuickStash 1.2
    Permissions 2.5.1 (Fake Permissions)
    WorldGuard 5.0-alpha8
    MinecartManiaAdminControls 1.08
    WorldEdit 4.3
    MinecartManiaStation 1.08
    MinecartManiaAutomations 1.08
    
    The below error occurs over 15 times per second. It doesn't occur on startup; the plugin seems to run fine. I can even use certain commands like /icl help, and /icl select without an issue. However when I try "/icl buy land" after making a selection I get "An internal error occured while attempting to perform this command" in the game client, and this error:

    Code:
    2011-04-05 18:18:03 [SEVERE] Could not pass event CREATURE_SPAWN to iCoLand
    java.lang.NullPointerException
        at me.slaps.iCoLand.iCoLandEntityListener.onCreatureSpawn(iCoLandEntityListener.java:20)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:435)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
        at net.minecraft.server.World.a(World.java:1582)
        at net.minecraft.server.Chunk.d(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.c(ChunkProviderServer.java:75)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:33)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:37)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:76)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:106)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    ... Since no one else has reported this I'm assuming I've done something stupidly, obviously wrong. A little help would be appreciated.
  15. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Well i have the same error Ash

    I have this plugins too:
    LocalShops 2.2.1
    Essentials 2.1.20
    WorldEdit 4.3
    WorldGuard 5.0-alpha8 <-- already tried without it, same error

    BTW: linux server here
  16. Offline

    Ash88

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Humm... linux here as well.
    We can cross Local
  17. Offline

    Ash88

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Running Linux here as well. I disabled all of my plugins (except iConomy and Group Manager / Permissions, which are required) and downloaded a brand new copy with no configuration and I got this error on the first run:

    Code:
    22:01:58 [INFO] [iCoLand] Successfully linked with iConomy
    22:01:58 [SEVERE] null loading iCoLand vv2.04 (Is it up to date?)
    java.lang.NullPointerException
            at me.slaps.iCoLand.iCoLandPluginListener.tryEnablePlugins(iCoLandPluginListener.java:60)
            at me.slaps.iCoLand.iCoLand.onEnable(iCoLand.java:107)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    22:01:58 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    22:01:58 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    
    Hope this helps!
  18. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    last I checked Permissions was called Permissions not GroupManager
  19. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Magik i missed the old version of iCoLand, where can i download it ?? thats worked for me, i overwrite the oldone with the 2.0.4 and missed it :S
  20. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ok guys I think I've fixed the main bug, can you re-download from the OP again?
  21. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Your post says 2.0.6 i got [iCoLand] Version [v2.05] (initial) enabled
    Same error :(

    BTW no land h2 db file in icoland directory
  22. Offline

    Dangazzm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ok this is amazing. Once everyone gets outta my server I may be using this to replace towny but two questions that I cannot find on the page is... does this auto protect from bedrock to sky? Or can I set it up to protect only certain areas? Because That would be epic if someone could make like a hotel place and allow people to only edit their section.

    Another idea I do not see listed here is leasing these properties, so that other people can pay a couple coins per real day maybe? They can pay in advance then it will auto remove them so they cannot edit it once it up unless they choose to pay again.

    Other than that I think this is PERFECT for our server so I don't have to fix so many griefs :(
  23. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    No.... Point 1 to Point 2 like cuboid
    [IMG]


    Maybe you can sell Coins in Iconomy mysql Database, but i dont have experience in H2, if you can open the h2 DB then maybe you can "unlink" the owner of and determinated land
  24. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ok, updated the plugin again, I just had to re-do my whole compile automation and moved completely to maven now....

    try it again FP?

    Right now it doesn't support selling or sub-zoning, but I have plans to implement it, I just don't know how or when yet.
  25. Offline

    Codisimus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    latest update(like a minute ago) says "succesfully linked" after every plugin loads, if you dont understand i can show you a picture
  26. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It says 2.07 now... same error :(

    and more and more
  27. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ok one more try?
  28. Offline

    FuriousPy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    [iCoLand] Version [v2.08] (initial) enabled

    WORKING :)
    I cant know if icl importdb is working but it accepted the command :D
    Update: [WARNING] [iCoLand] Found 4 lands to protect ( loaded from file )


    TKS A LOT Magik love you :)

    Dont forget to change the version in first post !! :)
  29. Offline

    Ash88

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Someone correct me if I'm wrong: GroupManager mimics Permissions. As a developer you don't need to do anything to support Group Manager instead of Permissions. However, in order to do so it needs GroupBridge (AKA "Fake Permissions") - which I forgot to leave enabled when I disabled all my plugins while attempting to isolate the initial error. So let me try enabling it..... Yes - GroupBridge / Fake Permissions - reenabling it fixes the startup error. So we are just back to the initial error.

    To proactively narrow this down I have loaded and configured Permissions, and completely removed Fake Permissions. Even under this environment the initial error still persists. Thank god! Because moving everything from Fake Permissions to Permissions would have been a pain. But given the awesomeness of your plugin it would probably be worth it.

    If I can do any further testing or check anything else out I'm happy to do so!

    Edit: I just saw a new version available, so I have installed that from scratch (no configuration) with only iConomy and Permissions (2.5.5 as is the requirement). Unfortunately I am still getting the exact same error. I'm going to go install Bukkit, iConomy, and permissions from scratch - if that changes anything I will report back :)

    Edit2: I reinstalled everything from scratch - set up a brand new server with Bukkit, Permissions, iConomy, and iCoLand. Still having the same error on /icl buy land. I have saved the log for the entire (brief) life of the server and I can make that available if it will help.

    Cheers.
  30. Offline

    uspata

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I cannot get announce to work properly after I selected and bought a large area.
    Anyone else experiencing problems with announce?

    Code:
    lands:
    -   id: 1
        owner: <MyIngameName>
        perms: ''
        addons: 'announce '
        dateCreated: '2011-04-03 17:33:28.692'
        dateTaxed: '2011-04-03 17:33:28.692'
        name: <MyKingdomName>
        world: <WorldName>
        corner1x: -127
        corner1y: 1
        corner1z: 119
        corner2x: -746
        corner2y: 128
        corner2z: -204
  31. Offline

    Magik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Did u try the latest? Up in the OP now
  32. Offline

    Adsa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    disabled all my other plugins but the same error :/ this time it seems like permissions doesn't work either! :/ I attached the log. The PLAYER_MOVE thing happends everytime I move around, and all I've done in the log is started up the server and tried /icl select and then shut it down. Hope this might give you some info!

    (saved it as txt to be able to attach it, I think it was to long to be pasted into the post)

Share This Page