-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fixed Invalid JSON Format #19
base: master
Are you sure you want to change the base?
Conversation
This doesnt seem to work. Now I get
to
|
I think you should just use spigot title api, because 1.8 support is dropped anyway. |
Its the newest version (1.9) of Paper. |
Unfortunately I cant test it by myself, because it is not compilable. |
This api for title is broken, tomorrow will be new |
Thank You |
You can test it myself, only remove imports and error methods |
Ok, I did like you said and with my changes the title messages are working again, but I would like to see a new title system. |
{tnt_run must be in arena bounds} please can u solve guys |
On PaperSpigot 1.9 an error occoures when the plugin tries to send a JSON-formated Title to a player, e.g. on Arena Join:
To prevent this error you need to put the JSON-keys in quoutes.
I think it will worked with the changes in this pull request. Because you have dependencies to a paid plugin extension I was not able to compile the plugin and test the changes.
There is also a problem with you line breaks the java-files will appear here as complete changed. Changed were only made in the following lines:
Title.java: 272, 274, 283 and 287
Title_1_7_R4.java: 250, 252, 262 and 267
It would be fine if you update your plugin as fast as possible.