itsatacoshop247 Posted June 7, 2012 Posted June 7, 2012 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 sct Posted June 7, 2012 Forum Administrators Posted June 7, 2012 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!
itsatacoshop247 Posted June 7, 2012 Author Posted June 7, 2012 Going to move this to the modding section... Thanks, missed that section.
codifred Posted June 8, 2012 Posted June 8, 2012 yeah. I had the same problem. After playing technic SSP I'm to lazy to cut trees down then 'Vanilla' way.
gotyaoi Posted June 8, 2012 Posted June 8, 2012 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.
itsatacoshop247 Posted June 8, 2012 Author Posted June 8, 2012 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.
gotyaoi Posted June 8, 2012 Posted June 8, 2012 http://dev.bukkit.org/server-mods/tree-assist/tickets/3-error-help/
itsatacoshop247 Posted June 8, 2012 Author Posted June 8, 2012 http://dev.bukkit.org/server-mods/tree-assist/tickets/3-error-help/ Oh, I just meant its an issue with the other installed mods. Basically it breaks on any modded server.
gotyaoi Posted June 8, 2012 Posted June 8, 2012 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.
itsatacoshop247 Posted June 9, 2012 Author Posted June 9, 2012 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!
Neowulf Posted June 11, 2012 Posted June 11, 2012 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.
itsatacoshop247 Posted June 11, 2012 Author Posted June 11, 2012 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.
itsatacoshop247 Posted June 11, 2012 Author Posted June 11, 2012 wait so where is the new updated plugin? http://dev.bukkit.org/server-mods/tree-assist/
oddball118 Posted June 13, 2012 Posted June 13, 2012 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
Neowulf Posted July 11, 2012 Posted July 11, 2012 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?
JeremyDwayne Posted September 22, 2012 Posted September 22, 2012 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.
jakj Posted September 22, 2012 Posted September 22, 2012 You should provide an up-to-date crash log so we can try to correlate. I assume you're using 1.2.5 since we're talking about Tekkit?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now