Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. I have a problem with the scoreboard, on command "/change line 1" instead of editing the first line adds one. How you can solve? (Sorry for my bad english but I'm italian)
  2.  
  3. My test code:
  4.  
  5. command /test:
  6. trigger:
  7. loop all players:
  8. display board named " TEST " to loop-player
  9. make score "Line 1" in board of loop-player to 1
  10. move display of loop-player to sidebar
  11.  
  12. command /change line 1:
  13. trigger:
  14. loop all players:
  15. make score "First line change!" in board of loop-player to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement