Jump to content

Recommended Posts

Posted

Hello, I'm the Developer of the TreeAssist plugin. I've been getting many requests to make TreeAssist work with Tekkit, and I can't figure out what my issue is for the life of me.

The server throws this error whenever a player cuts down a tree, and kicks the player. When they rejoin, the plugin has run (seemingly) fine and the tree is cut down.

If anyone has any idea what could be causing this, common things to look for when making something tekkit compatible, or any other help, it would be much appreciated. Here is the whole class if anyone cares to see it.

  • Forum Administrators
Posted

Going to move this to the modding section where you will probably get quicker assistance with this. I have no idea what's causing that sadly. I am sure someone else here will be able to help you though!

Posted

I did a little googling... someone reported this to you on a non-tekkit server and you determined the problem to be with ModLoaderMP? Or something to that effect?

Edit: And whatever it is, it apparently happens to people running timber too.

Posted

I did a little googling... someone reported this to you on a non-tekkit server and you determined the problem to be with ModLoaderMP? Or something to that effect?

Edit: And whatever it is, it apparently happens to people running timber too.

Could I get a link to that? I never remember saying that. Because that wouldn't cause a problem that I know of.

Posted

Ok, so this isn't just tekkit then. Best suggestion I have is to load up a bukkit server with one of the more base mods tekkit uses(and only that mod), forge perhaps, and see if it crashes. Try to narrow down the problem and all that.

Posted

I fixed it!

For those wondering how:

I noticed that the error didn't happen when I was in creative mode. So, "What's the difference between creative mode and survival?"...It doesn't drop the block! And the error message had to do with items. In normal bukkit, when the BreakBlock event ends and the block ID is now zero, there is no error. However, tekkit/external mods did not like this. So I added an event.setCancelled(true) onto the end of my blockBreak upon success and viola! Success!

Posted

Awesome! I used to have a plugin for my bukkit server awhile ago that would replant saplings when you broke a tree, I missed it.

And mcmmo compatibility? You just made a lot of players very happy.

Posted

Awesome! I used to have a plugin for my bukkit server awhile ago that would replant saplings when you broke a tree, I missed it.

And mcmmo compatibility? You just made a lot of players very happy.

Yep, the newest update (V 4.3) also had mcMMO stuff added to it.

Posted

I have been changing the items you can use to chop the tree down. So far i have added the emerald axe, ruby axe and the sapphire axe. when I play the server it s=does not chop the tree down though. plz help me

  • 4 weeks later...
Posted

Started playing around with this, getting it to work with mcmmo (had an older version of mcmmo, screwing up block break event passing).

Mein gott this is nice. Leaf destruction alone makes it well worth it.

One problem though, if you turn off tools required so mod axes work it'll eat a ruby axe in a single tree (latest version of course). Turn off damage for the whole tree amount as well and it works most of the time but still eats an axe occasionally. Haven't tried using a chainsaw yet, the fact the IC2 tools use the damage values as a visual charge display instead of actual use tallying might make things a wee bit weird.

This a tree assist bug, mcmmo bug, combination, or just me being an idiot?

  • 2 months later...
Posted

I'm trying to get this to work on my server with Tekkit tools and tree's. Anyone have it working 100%? Dark matter/Red matter axes "Work" but you get kicked out of the server everytime you try to do it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...