GithubHelp home page GithubHelp logo

Comments (7)

sgtcaze avatar sgtcaze commented on August 23, 2024

Are you making any API calls? How many players does the server get? (Does incidents peak with more players?)

from nametagedit.

JustOneMoreBlock avatar JustOneMoreBlock commented on August 23, 2024

I did a lookup of this error and appears you likely have a scoreboard with the same team name.

Most notably a quick fix is to reset your scoreboard file in your /data/ directory, just by removing it.

Please make sure you make a backup before doing anything.

from nametagedit.

sgtcaze avatar sgtcaze commented on August 23, 2024

I would hazard a guess that a team packet was never cleared. Server version @Incrementing ? (Exact version, not 'latest' please)

from nametagedit.

Incrementing avatar Incrementing commented on August 23, 2024

@sgtcaze git-Spigot-db6de12-e1-ebe52 (1.8.8-R01-SNAPSHOT)
And yes I'm making API calls, on player join prefix is cleared then set if their rank has changed since last join.

from nametagedit.

sgtcaze avatar sgtcaze commented on August 23, 2024

Ah, try placing that on a 1 tick delay.
https://github.com/sgtcaze/NametagEdit/blob/master/src/main/java/com/nametagedit/plugin/NametagHandler.java#L149

As you can see here we send teams and clear the player on join. However, the priority is set to highest, so we are firing after every other PlayerJoinEvent. This is probably causing the issues.

from nametagedit.

Incrementing avatar Incrementing commented on August 23, 2024

@sgtcaze Ohh I see, I'll put a delay in as you suggested and see what happens.

from nametagedit.

JustOneMoreBlock avatar JustOneMoreBlock commented on August 23, 2024

Are you still have issues?

from nametagedit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.