Inactive [FUN/MECH] ChopTree 1.24 - Chop Trees by Removing Lowest Block - Like Cacti [1000] (by Arcwolf)

Discussion in 'Inactive/Unsupported Plugins' started by askmeaboutlo0m, May 1, 2011.

  1. Offline

    askmeaboutlo0m

    ChopTree - Chop trees like cacti or make logs move down while chopping
    Version: 1.24


    ATTENTION:
    There seems to be a plugin conflict where the client crashes with a blue-white screen and keeps crashing for minutes after that.
    If you encounter the error please give me a list of the plugins you are using, with enough lists I will be able to outrule what causes it. Please also tell me if you are using any client-side mods.


    Thanks very much to Arcwolf for developing version 1.24!

    Tested with Craftbukkit build [740], [766], [798], [818], [1000].
    Supports: Permissions v. 2.7.2 (Phoenix) and mcMMO v. 1.0.07.
    Please give me feedback, ask any questions you like and/or provide suggestions!
    Thank you!

    Features:
    • Lets trees act like cacti - remove a block and all blocks above are yieled too.
    • Or you can make that log blocks move down one by one instead - no more climbing trees.
    • Works with all three tree types (they all yeild their own wood).
    • Also works with "big" trees that have multiple branches - makes felling them a lot easier.
    • Restrict using this plugin to certain tools only.
    • Supports mcMMO and Permissions.
    • Only works on trees, houses made of logs are safe!
    • Chunk protection to make your tree houses safe.
    Download (JAR file) | Source (ZIP file)


    Description:
    This plugin was requested by Britich and is inspired by the Canary plugin RealTree by billyoyo.
    However, it is not just a simple port of that plugin, it was made from scratch after Britich's description.

    Pictures:
    Show Spoiler

    [​IMG]
    Approach tree...

    [​IMG]
    ...and punch it.

    [​IMG]
    All logs will be yielded.

    [​IMG]
    The leaves will decay like normal.


    Set-up:

    Even though I added a lot of things for version 1.2 it will act like the original one if you don't change any settings - with the exception of players are able to toggle the plugin.​
    To run this plugin just copy it into your plugins folder. On first startup it will create a ChopTree folder and a ChopTree.properties file, which you can edit.​
    There will be a ChopTree.players file which saves player toggles and a ChopTree.chunks file which saves protected chunks.​


    Properties File:
    Show Spoiler

    The ChopTree.properties file will look like this when first created:
    Code:
    # -ChopTree Properties-
    # You can add or change the command and toggle command aliases here.
    # Because of technical limitations the console commands will always be "ChopTree" and "ct", but the in-game comments will be taken from here.
    
    Command = ChopTree, ct
    Toggle = ToggleChop, tc
    
    # Here you can change the options (can also be done in-game).
    
    ActiveByDefault = true
    UseAnything = true
    MoreDamageToTools = false
    InterruptIfToolBreaks = false
    SupportMcmmoIfAvailable = true
    TreeFellerNeeded = false
    LogsMoveDown = false
    OnlyTrees = true
    
    # -Material List-
    # If the "UseAnything" option is false, the plugin will take the items you can use to chop trees with from here.
    # You can either put in the material's name or its ID.
    
    mat = WOOD_AXE
    mat = STONE_AXE
    mat = IRON_AXE
    mat = GOLD_AXE
    mat = DIAMOND_AXE
    
    Command and Toggle can be changed manually by just adding more aliases for them, seperated by commas. Note that if you run the command from the console it will always have the aliases "ChopTree" and "ct", no matter what it says in your file.
    You can also remove either of the lines to disable the command for players completely.

    The options can be changed manually in the file too. To find out which option has which effect look at the "Commands" section below.

    The material list will only be used if the option UseAnything is false. In that case you can specify which items players can use to chop trees with this plugin, other items will not trigger plugin effects (except chunk protection). You can either use the item ID or it's name.
    If you want to make tree chopping more costly you can only allow gold axes for example.
    List of item IDs on Minecraft Wiki, list of all item names in the Bukkit documentation.


    Commands:
    Show Spoiler

    ChopTree - show status of all options.
    ChopTree (option) - show status of specified option.
    ChopTree (option) (true/false) - switch option on or off.
    ChopTree chunk - shows if your current chunk is protected.
    ChopTree protect - deactivates the plugin in your chunk.
    ChopTree fullprotect - disables destroying logs in general (not only with plugin) in your chunk.
    ChopTree reload - reloades changes from your properties file (the normal reload won't do that)
    ToggleChop - toggles the plugin on and off for a player.

    (option) can be:
    ActiveByDefault - choose if plugin will be toggled on or off for players (on).​
    UseAnything - if activated players can use any item to chop trees, else materials list will be used (off).​
    MoreDamageToTools - toggles damage to tools for every chooped log (off).​
    InterruptIfToolBreaks - if activated tree chopping will interrupt if the tool breaks (off).​
    SupportMcmmoIfAvailable - if activated plugin will support mcMMO if it can find it (on).​
    TreeFellerNeeded - choose if players need to have mcMMO's tree feller enabled (off).​
    LogsMoveDown - if activated logs will move down when chopped instead of popping like cacti (off).​
    OnlyTrees - if enabled only trees can be chopped, else all logs can be (on).​
    EnableOverride - if enabled choptree.override nodes can be used (off)​



    Aliases:
    Show Spoiler

    ct or "command" in properties file for ChopTree.
    tc or "toggle" in properties file for ToggleChop.
    c for chunk.
    p for protect.
    f or full for fullprotect.
    r for reload
    a or default for ActiveByDefault.
    u or anything for UseAnything.
    m or damage for MoreDamageToTools.
    i or interrupt for InterruptIfToolBreaks.
    l or down for LogsMoveDown.
    o or trees for OnlyTrees.
    e or override for EnableOverride.


    Permissions:
    Show Spoiler

    Permissions node - description (default if you are not using Permissions)

    choptree.chop - chop trees using this plugin (all)

    choptree.command.check - check what status the options have (all)
    choptree.command.change - change status of options (ops)
    choptree.command.toggle - toggle plugin per player (all)
    choptree.command.protect - protect/unprotect chunks (ops)
    choptree.command.chunk - see if the chunk is protected (all)
    choptree.command.reload - reload properties file (ops)

    Override nodes will be ignored if EnableOverride is false.

    choptree.override.moredamagetotools - will not have tools damaged for every log (off)
    choptree.override.useanything - can use any item (off)
    choptree.override.interruptiftoolbreaks - chopping won't interrupt when the tool breaks (off)
    choptree.override.treefellerneeded - tree feller is never needed (off)
    choptree.override.onlytrees - can chop all logs, not only trees (off)
    choptree.override.chunkprotection - chunk protection will be ignored (ops)


    To Do:
    • (Medium) Test with WorldGuard, remove conflict
    • (Medium) Enhance isTree algorithm a bit more
    • (Medium) Add [tools], [non-tools] and [hands] to material list
    • (Low) Add configurable drops
    • (Low) Add automatic sapling replant
    Changelog:
    • Version 1.24 by Arcwolf - Download (JAR file) | Source (ZIP file) - July 28. '11
      • Removed deprecated methods
      • Fixed mcMMO compatibility
      • Updated for Craftbukkit build [1000]
    • Version 1.23 - Download (JAR file) | Source (ZIP file) - June 02. '11
      • Fixed an error with iron axe receiving double damage as if it wasn't an axe
      • Added /ct reload command to reload changes from properties file
    • Version 1.22_2 - Download (JAR file) | Source (ZIP file) - June 01. '11
      • Recompiled for Minecraft 1.6.6/Craftbukkit [818]
    • Version 1.22_1 - Download (JAR file) | Source (ZIP file) - May 22. '11
      • Fixed chunk protection Permissions
    • Version 1.22 - Download (JAR file) | Source (ZIP file) - May 22. '11
      • Fixed chunk protection
    • Version 1.21 - Download (JAR file) | Source (ZIP file) - May 16. '11
      • Added EnableOverride option (off by default) to fix wildcard problem
    • Version 1.2 - Download (JAR file) | Source (ZIP file) - May 14. '11
      • Rewrote tree finding algorithm
      • Fixed some bugs leading clients to crash
      • Fixed and extended Permissions support
      • Added toggle commands
      • Added mcMMO support
      • Added option that player has to have mcMMO's TreeFeller enabled
      • Added optional damage to tools
      • Added optional tools list to restrict using this plugin only with certian tools
      • Added option to let trees go down one by one instead of popping like cacti
      • Added chunk-wise protection
      • Included plugin.yml into source download
      • Probably more
    • Version 1.1 - Download (JAR file) | Source (ZIP file) - May 5. '11
      • Added Permissions support
      • Fixed bug with some pine trees not being chopped
    • Version 1.0 - Download (JAR file) | Source (ZIP file) - May 1. '11
      • Initial Release
     
  2. Offline

    BFC_Mike

    My players and I can't seem to toggle the chopping at all. The option doesn't exist.
     
  3. Offline

    bluehasia

    I do crash , and it is random..i can chop many trees before I poof and crash


    also interesting note. i was maybe 20 blocks away when a friend chopped a tree and we both crashed
     
  4. Code:
    [INFO] semirotta [/5.199.229.112:49415] logged in with entity id 494 at ([world] -23.15625, 70.0, 51.40625)
    2011-08-02 10:59:49 [SEVERE] Could not pass event BLOCK_BREAK to ChopTree
    java.lang.NoClassDefFoundError: com/gmail/nossr50/config/Config
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.mcMMOFake(ChopTreeBlockListener.java:500)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.popLogs(ChopTreeBlockListener.java:194)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.Chop(ChopTreeBlockListener.java:79)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.onBlockBreak(ChopTreeBlockListener.java:55)
        at org.bukkit.plugin.java.JavaPluginLoader$36.execute(JavaPluginLoader.java:490)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:461)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.config.Config
        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)
        ... 17 more
    2011-08-02 10:59:53 [SEVERE] Could not pass event BLOCK_BREAK to ChopTree
    java.lang.NoClassDefFoundError: com/gmail/nossr50/config/Config
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.mcMMOFake(ChopTreeBlockListener.java:500)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.popLogs(ChopTreeBlockListener.java:194)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.Chop(ChopTreeBlockListener.java:79)
        at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.onBlockBreak(ChopTreeBlockListener.java:55)
        at org.bukkit.plugin.java.JavaPluginLoader$36.execute(JavaPluginLoader.java:490)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:461)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    wtf
     
  5. Offline

    askmeaboutlo0m

    When does it happen?
    It seems to be a problem with the mcMMO compatibility.
     
  6. Offline

    tstupidt

    Several players on my server have been having blue screen crashes our plug-ins are:
    Choptrees 1.24
    No Cheat 1.11
    Big brother 1.10.1
    Wireless Redstone 1.1
    Essentials 2.5.6
    Claygen 1.4
    Autofurnace 1.5.3
    Mcmmo 1.0.49
     
  7. Offline

    binarytoshokan

    Plugins plugins... oh where do I start... well here's my list below. Whenever I, or anyone else chop down a tree using choptree it triggers the blue/black screen. Does not do it if I cut down a tree normally. It seems to last about as long as items take to despawn.

    As for any error reports... I have not got one myself to inspect. :( Would of preferred to give a better report than "it does not work. Here's the nearly useless data".

    Edit: added my configuration of choptree. - mcMMO is using default settings.
    Edit2: I had a though just now. If it is a problem with it and mcMMO working together... could it be causing problems whenever mcMMO drops more than one item per tree stump? Something along the lines of spawning too many items all at once in one location. So anyone who get's near them would instantly crash.

    Code:
    No client side mods.
    
    Server: 72.221.77.122
    Minecraft: 1.7.3
    Bukkit: 1000
    
    Administrate
    AuthDB
    BigBrother
    ChopTree
    CommandBook
    DeathTpPlus
    iConomy
    iConomyPunga
    Lockette
    LoginQueue2
    LogOres
    mcMMO
    MCStats2
    MobDrops
    MultiHome
    mxAntiPVPCheat
    nChat
    NoCheat
    p2aliases
    PanelMaster
    Permissions
    PermissionsSql
    playerLives
    Vault
    WorldEdit
    WorldGuard
    WurkIt
    xWarp
    
    ChopTree settings:
    
    ActiveByDefault = true
    UseAnything = false
    MoreDamageToTools = true
    InterruptIfToolBreaks = true
    SupportMcmmoIfAvailable = true
    TreeFellerNeeded = false
    LogsMoveDown = false
    OnlyTrees = true
    EnableOverride = false
    # mat = WOOD_AXE
    # mat = STONE_AXE
    mat = IRON_AXE
    mat = GOLD_AXE
    mat = DIAMOND_AXE
    
    
     
  8. Offline

    brolymaximum

    I just got the blueish crash too. In fact, everyone on my server crashed as well ( i looked at the console). The only plugin i have in common with everyone else is McMMO 1.0.49. That must be where the problem is. Hope to see it fixed soon, plugin is GREAT :)
     
  9. when ppl try cut a tree :D also not working mcMMO's woodcutting ability which would break all logs near there
     
  10. Offline

    IncendiaDrakon

    Sounds like it's either a problem with mcMMO's woodcutting double drop or the tree felling ability. Can anyone confirm that they used treefelling before the crash?
     
  11. Offline

    ShaBren

    I'm getting the blue-screen crash on my server, using the following plugins (All at latest versions as of 8/2/11, with the exception of Permissions):
    Code:
    BlocksOnGlass
    BookWorm
    BukkitContrib
    ChopTree
    Citizens
    Commandbook
    DeathMessagePlugin
    HomeX
    iConomy
    mcMMO
    mobSpawner
    Permissions 2.7.4
    Scavenger
    SimpleChestLock
    SimpleSave
    Tele++
    WorldEdit
    xWarp
    It happens both with and without the BukkitContrib client-side program, and happens on both Windows and Mac.

    I'd also point out that I never had this crash until I installed mcMMO and updated ChopTree to the latest version. I did both at the same time though, so not sure which is causing it.

    Also, maybe it's just me, but it feels like it happens much more often with birch trees. Though, like I said, maybe that's just me.
     
  12. Offline

    binarytoshokan

    I almost never use the mcmmo tree-felling ability. So every crash I've ran into was without using tree-felling.
     
  13. Offline

    kujin

    Hi there, ive been using this addon for a few months on my server but since recently a strange thing started happening, when i remove base block the tree trunk disappears and then comes back after a few seconds, any ideas?
    A short vid showing exactly whats happening.



    Help >.< :'(
     
  14. Offline

    PhotonLance

    add plz autoplant ^_^
     
  15. Offline

    bluehasia

    I love this mod myself and would put up with the crashes myself. but the other players on my server want it gone till this gets fixed
     
  16. Offline

    Ruinheart

    Love this mod, heard about the crashes so I tested it out. At first it was running fine but after I chopped a few trees, around 30... I get this:

    Code:
    2011-08-04 20:33:41 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    	at net.minecraft.server.ItemStack.d(ItemStack.java:95)
    	at net.minecraft.server.ItemStack.f(ItemStack.java:103)
    	at net.minecraft.server.InventoryPlayer.pickup(InventoryPlayer.java:142)
    	at net.minecraft.server.EntityItem.b(EntityItem.java:144)
    	at net.minecraft.server.EntityHuman.i(EntityHuman.java:219)
    	at net.minecraft.server.EntityHuman.v(EntityHuman.java:211)
    	at net.minecraft.server.EntityPlayer.v(EntityPlayer.java:280)
    	at net.minecraft.server.EntityLiving.m_(EntityLiving.java:218)
    	at net.minecraft.server.EntityHuman.m_(EntityHuman.java:96)
    	at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:192)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:294)
    	at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    And it doesn't let me back in the server unless I delete the world and create a new one.
    I really like this mod so I hope this helps. Also here are the mods I have on my server:

    Mcmmo
    Choptree
    Always Sunshine
    World Edit
    Essentials
     
  17. Offline

    bluehasia

    I wonder. is their is a way to turn off the tree part on the McMMO(rewards drops, skill gain) and see if that for the time being stops the crashes...
     
  18. Offline

    CorianWornen

    Hi, I'm currently having an issue with this mod in a single way. The useanything property won't stay false. Everytime I restart the server for testing (I'm testing it personally before implementing bukkit in the first place). I will go into the properties (opened with notepad) and set that property to false yet when in game it is still breaking with my fist. When I go to inspect again the property has changed back to true. My plugins are as follows:

    chococrops
    choptree
    colorme
    craftbukituptodate
    dcreason
    glassification
    ironplate
    mynames
    playtime
    rainbucket
    secretdoors
    sherbetlemon
    simpleafk
    styxbed
    tag
    thunderjoin
    torchlight
    unether
    wolfcontrol

    Client side the only mod I have is all the mods needed for the aether mod.

    What is making it so it resets to true?
     
  19. Offline

    askmeaboutlo0m

    Stop the server with the "stop" command, don't just close it by closing down the window, else the save script is not run. If you're doing it that way already tell me, then it's a different problem.
     
  20. Offline

    sandi

    great plugin :D... although sometimes when im a little bit away from the tree then it doesn't fall down like it should... idk if thats just lag... but its happened to me a lot :/
     
  21. Offline

    CorianWornen

    I figured it out. I did a server save then stopped and it saved the setting. Great plug.
     
  22. Offline

    sfxworks

    Can I have this work for every tree
    Except redwood?
     
  23. Offline

    SpankyzieJr

    how do i remove the leaves as well as the trunk
     
  24. Offline

    bluehasia

    temp bug fix mabye?

    in mcmmo i removed the multiplier for woodcutting and skill bonus for chopping wood. so far an hour maybe 30-40 trees no crash yet to blue screen.
     
  25. Offline

    askmeaboutlo0m

    That would be easy to code in I think.

    You don't really leaves are removed automatically.
    There would be a way to copy Minecraft's leave-removing thing though but like the tree-finding algorithm it needs a lot of fine tuning.

    It seems the mcMMO support does not work (again).
    I need to redo that one completely and see if it will work.
     
  26. Offline

    Freon41

    Just loaded ChopTree 1.24 onto two separate servers running WorldGuard 5.2 and neither seem to have any conflicts with CT...

    A few of us on the servers are curious about the possibility for automatic tree farms... Possibly using pistons and pushing a certain block into the bottom of the tree to make it pop?
     
  27. Offline

    bluehasia

    how would that work? would not some one have to be present any ways to collect the saplings? and to plant the saplings
     
  28. Offline

    morot221

    Code:
    151 recipes
    16 achievements
    10:24:43 [INFO] Starting minecraft server version Beta 1.7.3
    10:24:43 [VARNING] **** NOT ENOUGH RAM!
    10:24:43 [VARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    10:24:43 [INFO] Loading properties
    10:24:43 [INFO] Starting Minecraft server on 192.168.1.103:25565
    10:24:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-947-g9dc3fea-b1024jnks (MC: 1.7.3)
    10:24:43 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    10:24:44 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    10:24:44 [INFO] Entities enhanced[0] subclassed[1]
    10:24:45 [INFO] [Permissions] (Yeti) was initialized.
    10:24:45 [INFO] Preparing level "Max Power Town"
    10:24:45 [INFO] Preparing start region for level 0 (Seed: 2045598077)
    10:24:46 [INFO] Preparing spawn area: 40%
    10:24:47 [INFO] Preparing start region for level 1 (Seed: 2045598077)
    10:24:47 [INFO] Preparing spawn area: 8%
    10:24:48 [INFO] [ChopTree] Using Permissions.
    10:24:48 [INFO] ChopTree 1.23 enabled!
    10:24:48 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    10:24:49 [INFO] [iConomy] Logging is currently disabled.
    10:24:49 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    10:24:49 [INFO] [iConomy] Developed by: [Nijikokun]
    10:24:49 [INFO] [iConomyChestShop] version 2.75 initialized!
    10:24:49 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    10:24:49 [INFO] [iConomyChestShop] Permissions version 3.1.4 loaded.
    10:24:49 [INFO] [InstaMine] Enabled.
    10:24:49 [INFO] [mcMMO] Permissions version 3.1.4 found, using Permissions.
    10:24:49 [INFO] Loading Config File...
    10:24:50 [INFO] [mcMMO] Permissions version 3.1.4 found, using Permissions.
    10:24:50 [INFO] mcMMO version 1.0.50 is enabled!
    10:24:51 [INFO] [mcOverhaul] v1.0 loaded.
    10:24:51 [INFO] [mcOverhaul] Developed by: [Coelho]
    10:24:51 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    10:24:51 [INFO] [iConomy] hooked into Permissions.
    10:24:51 [INFO] [Scavenger] Started: v1.3.0
    10:24:51 [INFO] [Scavenger] Attached to Permissions
    10:24:51 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    10:24:51 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    10:24:51 [INFO] SimpleHome: Loading homelist...
    10:24:51 [INFO] done.
    10:24:51 [INFO] SimpleHome version 1.5 is enabled!
    10:24:51 [INFO] SimpleSignEdit v1.5 enabled.
    10:24:51 [INFO] [SimpleTime] v4.3 has been Enabled
    10:24:51 [INFO] [SimpleTime DEBUG] Debug mode enabled!
    10:24:51 [INFO] [SimpleTime DEBUG] Loading Permissions handler
    10:24:51 [INFO] [SimpleTime] Using Permissions version 3.1.4 for permission handling
    10:24:51 [INFO] [StreetLamps] MANUALLY enabled
    10:24:51 [INFO] [StreetLamps] POWER enabled
    10:24:51 [INFO] [StreetLamps] DAYTIME enabled
    10:24:51 [INFO] [StreetLamps] WEATHER enabled
    10:24:51 [INFO] [StreetLamps] CLUSTER enabled
    10:24:51 [INFO] [StreetLamps] loaded 1/1 bottom
    10:24:51 [INFO] [StreetLamps] No pole was saved.
    10:24:51 [INFO] [StreetLamps] No ceiling was saved.
    10:24:51 [INFO] [StreetLamps] No sconce was saved.
    10:24:51 [INFO] [StreetLamps] No globe was saved.
    10:24:51 [INFO] [StreetLamps] loaded 46/46 pendant
    10:24:51 [INFO] StreetLamps 0.6 is enabled
    10:24:51 [INFO] º1[Tag] ºfTag enabled.
    10:24:51 [INFO] Unlimited Health v1.3 enabled!
    10:24:51 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:24:51 [INFO] Done (0.605s)! For help, type "help" or "?"
    10:24:52 [INFO] /91.121.193.144:54499 lost connection
    10:24:52 [INFO] [mcOverhaul] Connected to server successfully.
    10:25:01 [INFO] morot221 [/90.129.14.50:1978] logged in with entity id 119 at ([Max Power Town] 224.03125, 69.0, 224.6875)
    10:25:09 [SEVERE] Could not pass event BLOCK_BREAK to ChopTree
    java.lang.NoClassDefFoundError: com/gmail/nossr50/config/Config
            at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.mcMMOFake(ChopTreeBlockListener.java:500)
            at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.popLogs(ChopTreeBlockListener.java:194)
            at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.Chop(ChopTreeBlockListener.java:79)
            at me.askmeaboutlo0m.ChopTree.ChopTreeBlockListener.onBlockBreak(ChopTreeBlockListener.java:55)
            at org.bukkit.plugin.java.JavaPluginLoader$36.execute(JavaPluginLoader.java:490)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:461)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.config.Config
            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)
            ... 17 more
    10:25:30 [INFO] Connection reset
    10:25:30 [INFO] morot221 lost connection: disconnect.endOfStream
    10:25:30 [INFO] [mcOverhaul] Lost connection to master server
    10:25:40 [INFO] Attempting reconnection
    10:25:51 [INFO] Attempting reconnection
    10:25:52 [INFO] /91.121.193.144:54504 lost connection
    10:25:52 [INFO] [mcOverhaul] Connected to server successfully.
    10:26:41 [INFO] /95.211.33.147:44921 lost connection
    >

    WHY?
    what is happening why can't i chop the tree?
     
  29. Offline

    srmorris2

    Download link not working.

    **edit** Looks like a dropbox issue.
     
  30. Offline

    StormKitten_1

    hey i think i'm getting a pluggin conflict. This used to work fantastically but suddenly its stopped working. Unfortunatly I didnt notice for a while because I was relying on stone etc rather then wood... Here is a list of the pluggins i'm using (only the most recent)

    Chair Craft
    Claygen
    Lockette
    Pet Creeper
    Repair
    Azimuth (compass)
    Fridges
    Anvil (if i remember, this was the most recent one...)

    I would have tested them all out myself, but after a problem the last time I tried to uninstall pluggins, i decided to leave well alone lol... Thanks.
     
  31. Offline

    bluehasia

    gah last night had a blue screen crash cut a multi branch tree and server never recovered from it. waited 8 hours to see if it would recovery...usaly takes7 mins....but i had to do a roll back
     

Share This Page