Skip to content
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

Every player login throws a Namecolor error #10

Open
wingzero54 opened this issue May 23, 2021 · 9 comments
Open

Every player login throws a Namecolor error #10

wingzero54 opened this issue May 23, 2021 · 9 comments
Labels
bug Something isnt working

Comments

@wingzero54
Copy link
Contributor

https://pastebin.com/jTUDL6kT

@KaloHG could you take a look at this please ?

@wingzero54 wingzero54 added the bug Something isnt working label May 23, 2021
@KaloHG
Copy link
Contributor

KaloHG commented May 24, 2021

i had this error while testing the plugin originally, but updating the TAB version was what fixed it for me. Perhaps TAB updated?

@wingzero54
Copy link
Contributor Author

We're on the latest TAB 2.8.10. I assume you probably tested on Paper? Maybe it's an issue with Tuinity being slightly different

@KaloHG
Copy link
Contributor

KaloHG commented May 24, 2021

well I find it quite odd it worked fine for ~4 days, and now it no longer works. indicates a potential plugin conflict or a modification or something

@wingzero54
Copy link
Contributor Author

It's been throwing errors since I put it on, just didn't get around to making an issue since it still works

@KaloHG
Copy link
Contributor

KaloHG commented May 25, 2021

That's extremely odd, this wasn't present on testing. I'll look into this more sometime this week.

@wingzero54
Copy link
Contributor Author

There was an issue with the dependency scope, I've updated that and will check back tomorrow to see if the errors are still there

@wingzero54
Copy link
Contributor Author

The above pastebin was an error with Namecolor having TAB has a dependency but the scope wasn't explicitly provided in the pom, so I added that and it fixed that issue.

However we are still getting the original issue, which is any player with no namecolor is throwing an error on login. This is because if you don't have a namecolor, your value is null, and the plugin cannot handle that and throws the error.

https://pastebin.com/XJXvFbCt

@KaloHG
Copy link
Contributor

KaloHG commented May 25, 2021

thats a quick fix, i'll do it momentarily

@KaloHG
Copy link
Contributor

KaloHG commented May 25, 2021

should be fixed if #11 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isnt working
Projects
None yet
Development

No branches or pull requests

2 participants