Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #############################################################
  2. # ____ _ _ ____ _ #
  3. #/ ___| _ __ (_) __ _ ___ | |_| __ ) ___ __ _ _ __ __| |#
  4. #\___ \| '_ \| |/ _` |/ _ \| __| _ \ / _ \ / _` | '__/ _` |#
  5. # ___) | |_) | | (_| | (_) | |_| |_) | (_) | (_| | | | (_| |#
  6. #|____/| .__/|_|\__, |\___/ \__|____/ \___/ \__,_|_| \__,_|#
  7. # |_| |___/ #
  8. #############################################################
  9. #Welcome to the configuration of Spigotboard
  10. #info can be found at the wiki https://github.com/TheIndra55/SpigotBoard/wiki
  11. #
  12. #title = The title above the scoreboard
  13. #text = All the lines at the scoreboard
  14. #
  15. #You can use color codes and variables
  16. #Some variables only works with vault
  17. #Variables can be found at https://github.com/TheIndra55/SpigotBoard/wiki#variables
  18. #use '' otherwise colorcodes will not work and the plugins crashes!
  19.  
  20. title: ''
  21.  
  22. text:
  23. - 'Kills &7{Kills}'
  24. - 'Deaths: &7{Deaths}'
  25. - 'Balance: &7{Balance}'
  26.  
  27.  
  28. #Below you can set the toggle command, Use this to toggle the scoreboard!
  29. ToggleCommand: toggle
  30.  
  31. messages:
  32. hide: '&cYou toggled the scoreboard!'
  33. unhide: '&aThe scoreboard is now longer hiden for you'
  34.  
  35. #If you put worlds below players in that world will not see the scoreboard.
  36. DisabledWorlds:
  37. - world1
  38. - world2
  39.  
  40. #End of the configuration!
  41. #Report issues here: https://github.com/TheIndra55/SpigotBoard/issues
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement