[INACTIVE][SEC] OwnBlocks v10.0 - Players may not break blocks placed by others [860]

Discussion in 'Inactive/Unsupported Plugins' started by cvenomz, Apr 19, 2011.

  1. Offline

    cvenomz

    OwnBlocks:
    Version: v10.0

    (7-10-2011) - Please see the latest branch of OwnBlocks, called OwnBlocksX. It is recommended you use OwnBlocksX now.

    OwnBlocks keeps track of placed blocks, and who placed them. Players are not allowed to break blocks placed by other players. Note however, that indirect breaking may still occur (i.e. fire, tnt).

    Features:
    • Blocks you place cannot be broken by others
    • Persistence; Server remembers who owns what blocks after a restart or "reload"
    • Toggleability! Use /ownblocks or /ob to toggle OwnBlocks on and off
    • Ability to exclude certain blocks from being protected
    • Support for Permissions AND non-Permissions servers
    • Auto-saving intervals for database protection
    • Add (pre-placed) blocks to the database manually
    Download OwnBlocks v10.0



    please note - If you are using iConomy, only version 4.6 is currently supported.

    Source Code
    OwnBlocks is released under the WTFPL License.

    Config File Options:
    Please note that at any time you may move/rename/delete you config file, and restart your server to produce the example/default config file with these options pre-filled along with descriptions. Also remember that lines preceded by a '#' are comments, and are ignored.
    exclude - enter comma separated integers of block-ids you wish to exclude from being protected and entered into the database. An example would be to enter the block-id for saplings, so planted trees do not have a single log at the bottom that is protected when a tree is harvested by another player.
    iConomy - enter an integer greater than '0' (zero) to enable. The number entered becomes the 'Basic Rate' at which players are charged to place protected blocks. Players will not be able to place blocks if they have insufficient funds.
    debug - If you are experiencing errors, and want to post them here to resolve them, or just want to spam your server log with information, set debug equal to 'true'
    status-message - Set this to 'disable' to not receive the message "[Username] - OwnBlocks is now activated for you....". Set this to 'simple' to receive a simple "OwnBlocks activated/deactivated" instead. Lastly, set this to 'disable' to disable messages entirely. Now that I think of it, disabling status-messages seems like a really bad idea......but the choice is yours.
    save-interval - Enter the number of seconds specifying the interval between database saves. The default is 60 seconds. Increase this number if you have an obscenely large database that takes a long time to write to disk. Decrease this number if you are paranoid and/or have very fast disk IO.
    info-id - Enter the integer representing the ID of the material or tool you would like to use as your "information tool" which will display the Owner of a block you right click with specified tool. Default is 269, which is the wooden shovel.
    add-id - Enter the integer representing the ID of the material or tool you would like to use as your "add tool" which will add the block you left click with the tool to the database. Default is 268, which is the wooden sword.
    enabled-on-login - True means that OwnBlocks is automatically activated for every player as soon as they log in. False means that OwnBlocks must be activated manually by each player when they want to start building protected blocks.


    Permissions Nodes:
    You will need to add these nodes to your Permissions configurations if your server uses Permissions:
    'OwnBlocks.ignoreOwnership' - Allows player to break blocks placed by others. This node is typically given to admins.
    'OwnBlocks.use' - Allows a player to even use OwnBlocks. If you want everyone to be able to protect blocks with OwnBlocks, and assuming you have a "normal" Permissions configuration, then add this node to your "default" class.
    'OwnBlocks.info' - Allows a player to use the info-tool to display who owns a protected block.
    'OwnBlocks.add' - Allows a player to use the add-tool to add blocks to the database for protection.


    Changelog:
    • Version 10.0 (5-20-2011)
      • Added configuration to set whether OwnBlocks is activated for players upon login
      • Added tool to add pre-built blocks to the protection database
      • Improved process of saving database
      • Fixed status-message configuration options (inconsistent verb tense)
      • Default to protecting all blocks when Permissions is not detected
    • Version 9.0 (5-5-2011)
      • Added support for Servers without the Permissions plugin
      • Added 'OwnBlocks.use' and 'OwnBlocks.info' nodes
    • Version 8.2 (5-4-2011)
      • Fixed NullPointerException when right clicking with empty hand
    • Version 8.1 (5-4-2011)
      • Added ability to use tool to display who a block belongs to. use info-id in your config file
    • Version 7.0 (5-3-2011)
      • Added database auto-saving intervals
      • Added ability to enable/disable 'status message'
    • Version 6.5 (4-29-2011)
      • Added iConomy support for charging a basic rate for each block placed
      • Added config option for debug mode
    • Version 5.0 (4-23-2011)
      • Added Permissions Integration :)
      • I think I fixed a bug that occurred when the 'reload' command is issued
    • Version 4.0 (4-23-2011)
      • Added properties file (/plugins/Ownblocks/OwnBlocks.properties)
      • 'exclude'
      • Blocks are now removed from database when broken by their owners
    • Version 3.0 (4-22-2011)
      • Added the ability to toggle OwnBlocks on and off
      • Added commands: /ownblocks or /ob
    • Version 2.0 (4-21-2011)
      • Moved data directory from main folder to the plugins folder
      • Added/fixed serialization (Persistence)
      • Made database searching more efficient
    • Version 1.0 (4-20-2011)
      • Initial Testing Release
    ToDo: Should there be continued interest in this plugin, I will consider looking into:

    • MySQL support
    • Support for group projects
    • Add configuration option to prevent "adjacent construction", where a player builds blocks on blocks owned by another player
    • Add support for Metadata values
    • Area Selection
    • Update this iConomy shenanigans.
    • Look into solution for chest protection
    • Add command to check the database for blocks that have become air because they were deleted externally by something like WorldEdit
    [​IMG]
     
  2. Offline

    KimKandor

    Lovin this plugin so far, thanks for making it. I would ask you try and add worldedit support so blocks removed by it aren't still protected.
     
  3. Offline

    Plague

    Don't use a plus sign in the version tag. If you really need to use more versions, use [X-Y] or [X,Y].
     
  4. Offline

    habbah

    Ya cause that makes sense someone gives you a gift and you reply with "I'm seriously waiting on selecting the already added blocks and protecting them from breaking :/" as if your someone of importance and he is holding you up... Simply put, Get Over Yourself :}
     
  5. Offline

    cvenomz

    To everyone who is experiencing the issue where Admins cannot remove blocks even though they have permissions: Please check and ensure that your Permissions plugin is up to date. I just tried it again to double check, and it worked just fine for me. I wont be able to help try and find the problem any further unless you post what version of craftbukkit you are using, your version of Permissions, and the log messages that are printed when you start up the server. Everything is working on my end, so presumably, there must be something wrong with your configurations.

    Thanks. I added this to my ToDo, but you see, there isnt anyway that I can program to "listen" for blocks changed by WorldEdit as it can "listen" for blocks changed by a user. So it would have to be something more like a command to re-scan the database for such blocks

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

    habbah

    Cant wait for the iconomy update :D its going to be awesome! keep up the good work :D

    also:
    You should make it so when someone places a door it is automatically "locked" and protected, so people cant go in someones house and place a bunch of blocks,

    also also: to combat greifing such as placing blocks in someones house or trapping someone or just bugging someone when there building all blocks placed should have a 30 second or 1 minute delay before becoming protected it helps a lot.
     
  7. Offline

    Zaros

    Could you possibly add MySQL support? I'd really like to be able to use that instead of flatfile.
     
  8. Offline

    IOn Vash

    can you add the ability to right click a block with a pickaxe to see who made it?
     
  9. Offline

    Azukay

    Installed just before and everything was working great. I added 'OwnBlocks.ignoreOwnership' to moderators which did allow me to break other player's blocks. But now for some reason I can't break the other player's blocks.
    Using Permissions 2.7 (Phoenix), Latest CraftBukkit recommended (#733).

    One thing I noticed is that I couldn't break the player's block when they did not appear in the Player List of MC Server GUI (http://forums.bukkit.org/threads/ad...-for-your-server-now-w-player-list-684.12988/). The host server is my local machine that I'm playing on and my player name always appears in the list when I'm ingame. I hope this helps :)

    Not sure if this is related but this is what I got when I stopped the server.
    Code:
    2011-04-26 20:21:55 [SEVERE] java.util.ConcurrentModificationException
    2011-04-26 20:21:55 [SEVERE]     at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
    2011-04-26 20:21:55 [SEVERE]     at java.util.AbstractList$Itr.next(Unknown Source)
    2011-04-26 20:21:55 [SEVERE]     at me.cvenomz.OwnBlocks.OwnBlocks.removeAllPlayers(OwnBlocks.java:137)
    2011-04-26 20:21:55 [SEVERE]     at me.cvenomz.OwnBlocks.OwnBlocks.onDisable(OwnBlocks.java:49)
    2011-04-26 20:21:55 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:129)
    2011-04-26 20:21:55 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:646)
    2011-04-26 20:21:55 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:230)
    2011-04-26 20:21:55 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:224)
    2011-04-26 20:21:55 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:105)
    2011-04-26 20:21:55 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:240)
    2011-04-26 20:21:55 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315)
    2011-04-26 20:21:55 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Could you please also add a permission node to allow/disallow players from being able to protect blocks? I would like "Default" players to be able to build but not have block protection. Thanks.
     
  10. Offline

    killj0y

    Is it possible to OP's or server admins to remove all or any blocks? Even ones placed by normal users? :\

    This seems like at the moment it cant.

    Try #2
    I can not remove blocks players set. I have set permissions per the permissions request. i am op in ops.txt also. This is a problem :\ and only thing not allowing this plugin to be perfect.

    I am using the latest bukkit version. One released for 1.5

    Tried using permissions 2.7 http://forums.bukkit.org/threads/ad...ow-with-real-multiworld-permissions-677.5974/

    Is there no way to add anyone in ops.txt to be able to destory any block?

    I also just noticed it says im running v4? When i downloaded the latest from what was provided? Could this be you didnt upload v5 yet or? Either way would be great to just have it read from ops.txt :) Kinda waiting for ops being able to remove blocks to turn my server public!
     
  11. Offline

    Divermax

    What if a greifer places a bunch of blocks in my base?
     
  12. Offline

    habbah

    this plugin goes well with Lockette, with Lockette you can lock doors and chests so only u can enter your house when your not there
     
  13. Offline

    killj0y

    But if a griefer places a block infront of his door.. He cant get to his door.
     
  14. Offline

    habbah

    ill give u a donation to add iconomy support... i was waiting for world edit but that looks like its never going to happen, this is the LAST thing i need for my server to be complete! plz

    then he breaks down a wall and moves the entrance of his building somewhere else.

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

    killj0y

    I wouldn't mind tossing the dev. a few bucks if he added the allowing of ops.txt to remove any block. Would show they are actually developing it based on user feedback. I am trying to keep my server as simple as possible without any heavy mods. The combo of this plugin with one or two other simple ones like anti fire and tnt make a server perfect.
     
  16. Offline

    eXecbLue

    I requested this feature before in the post, and just bumped it to say that I am really interested in seeing it and in need of it, only because of us users and suggestions he is still developing this so please don't come telling me I need to get over myself and that my opinion means nothing, because you're no fucking better. So do me a favour please and stop trashing this thread with your useless flamebaits, maybe you need to get over yourself?
     
  17. Offline

    cvenomz

    To Everyone with feature requests: Thank you. I want to make sure you all know that I am certainly reading all your requests, and assessing each one. Although, as you can see, I currently have a list of suggested features and I am trying to sift my way through them all, not to mention, actually writing the code and implementing said feature.

    To Everyone with the problem where Admins/OPs cannot remove blocks:
    This is likely your problem. Please make sure that you are running v5.0 of OwnBlocks as v4.0 does not have permissions support. If you are running v5.0, and it is still not working, then please post the log from craftbukkit as it starts up in addition to your statement of the problem you are encountering.
    @Azukay: Thank you for posting that log; even though it was your shutdown log rather than the startup log, it was enough to discern the problem. That error was a bug that was removed in v5.0, (in addition to adding Permissions) therefore, I am presuming that you have v4.0 or lower. Updating to v5.0 should solve your problem

    I appreciate your generosity. I added the WorldEdit thing to my ToDo list. Even though it can't listen for blocks changed, one could still do a scan to find them. I hope to get to this eventually.

    I have bumped iConomy integration to top on my list, and I now have this test build for you. Unfortunately I do not use iConomy, and therefore could not test it. @habbah and anyone else interested in iConomy integration, and helping me test said integration-- Here is the link to the test build, v6.0. Please try it out, and let me know what errors you get so I can fix them. I need feedback on this test build. Note: If you are not using iConomy, I don't recommended that you use this specific version.

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

    habbah

    i am testing now! also i will need your paypal email.

    Code:
    2011-04-26 21:28:03 [INFO] [OwnBlocks] version 6.0 initialized
    tested placing a block does NOT take money out of iconomy
    cb733

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

    killj0y

    My notion of running v4 is from what i downloaded here. Yesterday. It says its v5 but in the console it reads as v4.

    Yes you will notice here. Your download link is for v4.0... from the large DOWNLOAD button. Even thoe it says 5.

    I have navigated myself to v.5 via your dropbox. Will update post if it works now..

    I also noticed your Version 4.0 Version 5.0 etc has the correct link. Please/maybe update your large main link to 5.0

    Permissions 2.7 and Version 5 Will allow "admins" or permissions * to break any block.

    I just had to find 5 myself :) So sorry for any confusion.

    Btw once and admin destroy a block is it removed from the db?
     
  20. Offline

    VinnyG

    Isn't working correctly for me,I download 5.0 by changing the d/l link ,it does say its on when i reload plugins but everyone can break blocks and this is the error getting thrown
    Code:
    [SEVERE] Could not pass event BLOCK_BREAK to OwnBlocks
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at me.cvenomz.OwnBlocks.OwnBlocksBlockListener.onBlockBreak(OwnBlocksBlockListener.java:42)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:400)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:434)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I do not run permissions.
     
  21. Offline

    Azukay

    Yeah, please update the download link :)
    I downloaded 5 by swopping the 4 in the link with a 5.
     
  22. Offline

    cvenomz

    Derp! Thanks guys for pointing that out. I fixed the link now.

    @habbah, Ill try and fix it and add some debug messages to find the problem
     
  23. Offline

    habbah

    kk sounds good
     
  24. Offline

    cvenomz

    Ok, here is OwnBlocks dev version v6.1. Please test it and send back your server log. It will have helpful debug information. You could throw it into pastebin, upload a txt, post it here, whatever. Ill just need the log somehow. Thanks
     
  25. Offline

    killj0y

    Is 6.1 only for those wanting to use with icom or whatever? Or any other changes?
     
  26. Offline

    habbah

    IT DOES! take money out, BUT does not stop the block placement when there is not funds to place it.
    Code:
    2011-04-27 22:53:43 [INFO] Starting minecraft server version Beta 1.5_02
    2011-04-27 22:53:43 [INFO] Loading properties
    2011-04-27 22:53:43 [INFO] Starting Minecraft server on *:25565
    2011-04-27 22:53:43 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-04-27 22:53:43 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-04-27 22:53:43 [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-04-27 22:53:43 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-04-27 22:53:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-gf3ae4c3-b733jnks (MC: 1.5_02)
    2011-04-27 22:53:43 [INFO] Preparing level "Survive"
    2011-04-27 22:53:43 [INFO] Preparing start region
    2011-04-27 22:53:44 [INFO] DataSourcePool [Locker] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-04-27 22:53:44 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-04-27 22:53:45 [INFO] Entities enhanced[0] subclassed[1]
    2011-04-27 22:53:45 [INFO] NoExplode version 1.4 is enabled!
    2011-04-27 22:53:45 [INFO] [AutoPlant] version 1.6 is enabled!
    2011-04-27 22:53:45 [INFO] [LC] Level Excavation Loaded
    2011-04-27 22:53:45 [INFO] [LC] Level Range Loaded.
    2011-04-27 22:53:45 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-04-27 22:53:45 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    2011-04-27 22:53:45 [INFO] Fake Permissions version 2.5.1 is enabled!
    2011-04-27 22:53:45 [WARNING] [NoCheat] version [0.8.8] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-04-27 22:53:45 [INFO] [NoCheat] version [0.8.8] is enabled with the following checks: moving flying speedhack bedteleport
    2011-04-27 22:53:45 [INFO] [iZone : 6.0] Enabled!
    2011-04-27 22:53:45 [INFO] [iZone : 6.0] Using permissions of Permissions.
    2011-04-27 22:53:45 [INFO] [iZone : 6.0] Loaded 1 zones out of 1
    2011-04-27 22:53:45 [INFO] [uQuest] Loaded with Flatfile!
    2011-04-27 22:53:45 [INFO] [uQuest] v1.14 enabled! With 53 quests loaded!
    2011-04-27 22:53:45 [INFO] [uQuest] Successfully linked with Permissions.
    2011-04-27 22:53:45 [INFO] [LC] Level WoodCutting Loaded
    2011-04-27 22:53:45 [INFO] NoFire version 1.1 is enabled!
    2011-04-27 22:53:45 [INFO] [LC] Level Combat Loaded
    2011-04-27 22:53:45 [INFO] SpawnX enabled
    2011-04-27 22:53:45 [INFO] Permissions plugin found and successfully connected to ScheduledAnnouncer.
    
    2011-04-27 22:53:45 [INFO] ScheduledAnnouncer v1.4 is enabled!
    
    2011-04-27 22:53:45 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    2011-04-27 22:53:45 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v7.1 loaded.
    2011-04-27 22:53:46 [INFO] [OwnBlocks] Database read in from file
    2011-04-27 22:53:46 [INFO] [OwnBlocks] iConomy support activated. Rate=5
    2011-04-27 22:53:46 [INFO] [OwnBlocks] version 6.1 initialized
    2011-04-27 22:53:46 [INFO] [LC] Level Mining Loaded
    2011-04-27 22:53:46 [INFO] HomeX enabled
    2011-04-27 22:53:46 [INFO] Locker 1.5.1 is enabled. There are 35 blocks in the database.
    2011-04-27 22:53:46 [INFO] [iConomy] Logging is currently disabled.
    2011-04-27 22:53:47 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    2011-04-27 22:53:47 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-04-27 22:53:47 [INFO] [uQuest] Successfully linked with iConomy.
    2011-04-27 22:53:47 [INFO] [iConomy] hooked into Permissions.
    2011-04-27 22:53:47 [INFO] [LC] Using Permissions.
    2011-04-27 22:53:47 [INFO] [LC] Using FlatFile To Store Data.
    2011-04-27 22:53:47 [INFO] [LC] LevelCraftCore 0.1.4 Loaded
    2011-04-27 22:53:47 [INFO] [LC] Loaded levels:[Combat, Excavation, Range, Mining, WoodCutting]
    2011-04-27 22:53:47 [INFO] Done (0.388s)! For help, type "help" or "?"
    2011-04-27 22:53:47 [INFO] Habbah [/24.36.10.181:2863] logged in with entity id 272
    2011-04-27 22:53:47 [INFO] Darfwader [/93.193.38.78:58007] logged in with entity id 283
    2011-04-27 22:53:54 [INFO] killercripple [/174.125.120.246:50240] logged in with entity id 697
    2011-04-27 22:53:54 [INFO] RedDragonHunter [/174.58.136.132:50432] logged in with entity id 703
    2011-04-27 22:53:55 [INFO] zleach98 [/99.174.248.170:60337] logged in with entity id 1067
    2011-04-27 22:54:06 [INFO] [CraftPlayer] DID ANY OF YOU HAVE THE FALLING VOID ISSUE?
    2011-04-27 22:54:06 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:54:06 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:54:07 [INFO] zleach98 tried command: login pass
    2011-04-27 22:54:11 [INFO] <zleach98> no
    2011-04-27 22:54:13 [INFO] <RedDragonHunter> I spawned in my house so no
    2011-04-27 22:54:30 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:54:30 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:54:31 [INFO] Habbah lost connection: disconnect.quitting
    2011-04-27 22:54:31 [INFO] Connection reset
    2011-04-27 22:54:31 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:54:31 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:54:33 [INFO] Catmandogthing [/98.207.29.59:44786] logged in with entity id 1319
    2011-04-27 22:54:41 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:54:41 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:54:47 [INFO] tester2 [/24.36.10.181:2866] logged in with entity id 3556
    2011-04-27 22:54:54 [INFO] Connection reset
    2011-04-27 22:54:54 [INFO] tester2 lost connection: disconnect.quitting
    2011-04-27 22:54:58 [INFO] <Darfwader> is it possible to set a new home?
    2011-04-27 22:55:10 [INFO] Habbah [/24.36.10.181:2873] logged in with entity id 4857
    2011-04-27 22:55:14 [INFO] <RedDragonHunter> You can only have one set at a time
    2011-04-27 22:55:18 [INFO] <zleach98> hubbah come to my house so i can show you something
    2011-04-27 22:55:22 [INFO] <RedDragonHunter> if you do /sethome again it should work
    2011-04-27 22:55:24 [INFO] <Habbah> zleech hold on
    2011-04-27 22:55:27 [INFO] <Habbah> im busy atm
    2011-04-27 22:55:32 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:55:32 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:55:32 [INFO] Connection reset
    2011-04-27 22:55:32 [INFO] Habbah lost connection: disconnect.quitting
    2011-04-27 22:55:43 [INFO] tester07 [/24.36.10.181:2880] logged in with entity id 8505
    2011-04-27 22:55:44 [INFO] <zleach98> o k =^(
    2011-04-27 22:55:47 [INFO] <RedDragonHunter> lol
    2011-04-27 22:55:48 [INFO] tester07 lost connection: disconnect.quitting
    2011-04-27 22:55:48 [INFO] Connection reset
    2011-04-27 22:56:00 [INFO] tester09 [/24.36.10.181:2888] logged in with entity id 9971
    2011-04-27 22:56:04 [INFO] Connection reset
    2011-04-27 22:56:04 [INFO] tester09 lost connection: disconnect.quitting
    2011-04-27 22:56:25 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:56:25 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:56:39 [INFO] <RedDragonHunter> Oh my bod
    2011-04-27 22:56:42 [INFO] <RedDragonHunter> god
    2011-04-27 22:56:47 [INFO] <RedDragonHunter> this quest is ridiculous
    2011-04-27 22:56:53 [INFO] <RedDragonHunter> rediculous
    2011-04-27 22:56:54 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:56:54 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:56:59 [INFO] <zleach98> what did your balls drop
    2011-04-27 22:57:05 [INFO] <zleach98> how do i do a quest
    2011-04-27 22:57:12 [INFO] <RedDragonHunter> type /uquest give
    2011-04-27 22:57:57 [INFO] <zleach98> what do i buy with coins
    2011-04-27 22:58:00 [INFO] <RedDragonHunter> Nothing yet
    2011-04-27 22:58:16 [INFO] tester09 [/24.36.10.181:2897] logged in with entity id 24622
    2011-04-27 22:58:22 [INFO] tester09 lost connection: disconnect.quitting
    2011-04-27 22:58:22 [INFO] Connection reset
    2011-04-27 22:58:23 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:58:23 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:58:31 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:58:31 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:58:31 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:58:31 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:58:35 [INFO] Habbah [/24.36.10.181:2900] logged in with entity id 27055
    2011-04-27 22:58:44 [INFO] CraftPlayer: Giving Habbah some 1
    2011-04-27 22:58:48 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:58:48 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:58:51 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:58:54 [INFO] <zleach98> now can to come
    2011-04-27 22:58:57 [INFO] Connection reset
    2011-04-27 22:58:57 [INFO] Habbah lost connection: disconnect.quitting
    2011-04-27 22:59:08 [INFO] tester1000 [/24.36.10.181:2907] logged in with entity id 29094
    2011-04-27 22:59:15 [INFO] <zleach98> tester
    2011-04-27 22:59:18 [INFO] <zleach98> =
    2011-04-27 22:59:22 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:22 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:59:23 [INFO] <zleach98> hubbah
    2011-04-27 22:59:23 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:23 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:59:24 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:24 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:59:25 [INFO] <tester1000> yes
    2011-04-27 22:59:25 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:25 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:59:26 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:26 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 22:59:30 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:31 [INFO] <zleach98> yay
    2011-04-27 22:59:33 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:33 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:35 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:36 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:37 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:38 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:39 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:40 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:41 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:41 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:42 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:43 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:56 [INFO] [OwnBlocks] Use iConomy == true
    2011-04-27 22:59:56 [INFO] [OwnBlocks] acct. balance >= Rate, iConomy block placed
    2011-04-27 23:00:08 [INFO] killercripple tried command: shop
    
     
  27. Offline

    Lynxdragon

    Is there any chance persistence can be fixed? Whenever i stop the server for maintenance it forgets the database. and the log says it creates a new one. Any ideas or solutions to fix this? This addon would be a 100% Anti Griefer tool if it diddnt forget on restart.

    Also it seems admin with the '- *' permission still cannot break blocks placed by other users. Any ideas because as far as i understand, * Will give all permissions, including those of any addons installed.
     
  28. Offline

    habbah

    ive restarted my server many times and have never got this error and never had this issue, sadly this error is all on your side and has little to do with the plugin
     
  29. Offline

    Lynxdragon

    The problem was fixed when i realised the 4.0 version is advertised as the 5.0 Link! GRRR!
    Installed 6.1 beta, works well. Thanks.

    ps. That error occers on Bukkit 733 with Ver4.0
     
  30. Offline

    KimKandor

    What are the new features in 6.1 dev version? I don't use iconomy but would gladly check out the others and report. Also I've found some tree trunks where people have placed saplings cannot be removed. Is this intended behavior?
     
  31. Offline

    cvenomz

    Great, then we are almost there. I think I fixed that problem in v6.2
    Yeah, My bad. Glad you got it fixed
    No other changes yet, just working on iConomy in the v6.* dev builds.
    Thanks for the offer, v6.* will all be iConomy related, but I hope to get other new features for v7.* and it would be helpful if you could test those. Regarding the saplings, I suppose this is expected behavior, although not particularly desired. Try adding the sapling IDs to you 'exclude' line in your OwnBlocks.properties file.
     

Share This Page