-
Notifications
You must be signed in to change notification settings - Fork 87
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
Offline getPlayer #486
Comments
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/World The plugin also compiles cleanly with Maven without any issues for me. See the complete_build script |
Thanks so it work in spigot 1.9.2 ? just how to use complete_build script ? yes I'm a noob in Eclipse but i'm good in web php / css / html ;) |
The current version on git should work fine for 1.9 R1 (1.9-1.9.2) You'll have to use the script from a bash interpreter or manually run the commands on a command line that has maven installed; Eclipse should have maven support, However I don't use eclipse so couldn't provide instructions for doing it from there, however the variables you'd need to setup are in that shell file. |
I've installed maven but how to execute the script please ? |
I already said, You'll need the bash interpreter to run the script. Or, Just run the mvn line from inside the script manually. |
|
I've the same error with the script |
Script requires a bash interpreter. |
Thanks its compiling I'm waiting the end thanks a lot |
Hi,
First I'm french so sorry if I'd make any mistake
So I use JSONAPI for Spigot 1.9.2 with the non-official version 5.7 and when I use the getPlayer call with a offline it make a bug :
http://dzaok.tk/error.txt
So I'd understood it doesn't work just I want to solve it but what decencies I need for eclipse ?
Thanks for further answers 👍
The text was updated successfully, but these errors were encountered: