ViRuZGamiing Posted May 25, 2013 Share Posted May 25, 2013 Like you can see on the screenshot the teams are list above the players... What I want is to make it shorter. from the left to the right: Username > Team Not: Team Username Link to comment
csiguusz Posted May 25, 2013 Share Posted May 25, 2013 Set the "forceHideTeams" in the soreboard's settings to true ( so the teams wont be displayed ), then add a new column with exports.scoreboard:scoreboardAddColumn ( "Team" ) Then you have to set every player's "Team" element data to its team. For example: setElementData ( somePlayer, "Team", "Civilian" ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now