Not override Scoreboardstats when making scoreboard

Discussion in 'Plugin Development' started by Hex_27, Oct 15, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Hex_27

    I'm trying to not override this plugin, while making my own scoreboard under display name. The problem is, only 1 scoreboard can be displayed at a time the way I'm doing it. Is there a way around this?
     
  2. Offline

    FabeGabeMC

    @Hex_27
    If you are trying to create listeners, set the event's priority to Monitor (@EventHandler)
     
  3. @Hex_27
    Just get the player's scoreboard using Player#getScoreboard() and manipulate stuff from there.
     
  4. Offline

    Hex_27

    No I'm not. There are no listeners involved, so I can't really do that. Plus, I'm trying not to override Scoreboard Stats, and my plugin will cancel and edit events, so monitor is not an option.


    That doesn't really help me. I've been trying it for quite some time now.
     
Thread Status:
Not open for further replies.

Share This Page