-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSON #49
Comments
Duplicate of #48 ;D |
See #45, as it is related. |
You could just shade it in yourself for now? Could also look at just hooking into the API. |
Is should be fixed by changing the used Gson class here: https://github.com/mkremins/fanciful/blob/master/src/main/java/mkremins/fanciful/FancyMessage.java#L562-L575 |
hello, im new in github, im lost with this error, i added gson-2.2.4.jar to my plugin with fanciful and spigot 1.8 R 0.1 snapshot (all days i update him and i receve the new fix) on Eclipse no more error but in the game any where i use fancyful that not work and i got the error
so anyone can explain me how to fix this or we need to attempt a fix from the author? thanx in advance |
This is fixed in the latest commit. Since the owner can't deploy (see #51) you'll have to clone the repo and |
to people who want an altarnative code
this is mine, for my visitor quizz ;) |
Spigot no longer remaps nms libs which is where the GSON you used was. You'll either have to shade it yourself or use the one in craftbukkit (older version I think).
"The lack of remapping libs is intended. It was originally done, but having newer versions was a better idea. (Guava was ~2 years old). It was overlooked as it was assumed NMS plugins weren't going to use them, rather the CB ones" - spigot devs.
The text was updated successfully, but these errors were encountered: