Griswold – NPCs repair your items

Griswold – NPCs repair your items

25.7k Downloads

error with enchantments

Darkool opened this issue · 9 comments

commented

Hi i have an issue with enchantments on minecraft 1.8
http://pastebin.com/07n0RSSP

can you help me?

commented

Fixed I guess?

commented

1.8 switched from players to uuids. Many of the methods that dealt with
handling players were made invalid, and replaced by methods in the
OfflinePlayer class. If his plugin hasn't updated to use these new methods,
then it will certainly throw a NPE.

Also, are you using spigot 1.8 or craftbukkit? I'm pretty sure he compiles
his code against craftbukkit
On Feb 22, 2015 7:16 PM, "Darkool" [email protected] wrote:

Hi i have an issue with enchantments on minecraft 1.8
http://pastebin.com/07n0RSSP

can you help me?


Reply to this email directly or view it on GitHub
#12.

commented

Im using spigot 1.8

commented

Updating this plugin has been on my list of things to do. I'll see about
refactoring his project (it doesn't seem to play nice with maven). If
(when) I get it updated, I'll make sure to reply to this email.

@toxuin .. would you like help working on this plugin? or is it abandoned?

Cheers

On Tue, Feb 24, 2015 at 9:29 AM, Darkool [email protected] wrote:

Im using spigot 1.8


Reply to this email directly or view it on GitHub
#12 (comment).

commented

I'm not currently working on new version of Griswold since all the Bukkit DMCA thing happened. But if you need this plugin working – I'll update it, no problem. I'll post update once I'll have something to show.

commented

Okay, that was kinda easier than I thought. Commit ff8de1d should make Griswold 1.8-compatible. Could you please test and post your results here? Here is a test build.

Thanks!

commented

Oh toxuin, really thanks a lot, excelent plugin, works fine with SPIGOT 1.8, greetings!

commented

Dude, you rock. Thanks for taking the time to do this.

Do you still not have a minecraft account, btw?

On Wed, Feb 25, 2015 at 8:51 PM, Darkool [email protected] wrote:

Oh toxuin, really thanks a lot, excelent plugin, works fine with SPIGOT
1.8, greetings!


Reply to this email directly or view it on GitHub
#12 (comment).

commented

Ah, no worries. It turned out that 1.8 break was not because of bukkit, but because one class in minecraft itself got renamed.

Yeah, no account. But I don't play a lot lately – minecraft taught me java and java brought me to android.