Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Scoreboard:
  2. #Name of the scoreboard
  3. title: '&cScoreBoard'
  4. #You can use placeholders without PlaceHolderAPI:
  5. #{Player} - Get´s playername.
  6. #{Online} - Get´s count of online players.
  7. #{MaxPlayers} - Get´s max count of online players. (Server slots)
  8. #{Group} Get´s player rank/group (Vault needed)
  9. #{Money} Get´s player money (Essentials needed)
  10. #Rows of scoreboard placeholders from PlaceHolderAPI format like original.
  11. #PlaceHolderAPI format for example PlayerPoints: %playerpoints_points%
  12. text:
  13. - '&aNick §7»'
  14. - '{Player}'
  15. - ''
  16. - '&eMoney §7»'
  17. - '{Money}'
  18. - ''
  19. - '&cGroup §7»'
  20. - '{Group}'
  21. - ''
  22. - '&dOnline §7»'
  23. - '&5{Online}&8/&7{MaxPlayers}'
  24. - ''
  25. - '&cPlugin by SouthCraft'
  26. - '&c(LukixCZE)'
  27. - '&cNice and Simple ;)'
  28.  
  29. Settings:
  30. #World list, where will Scoreboard disabled.
  31. World-Blacklist:
  32. - world1
  33. #Refresh rate of Scoreboard in seconds.
  34. Refresh-rate: 7
  35. #Here you can customize messages.
  36. Messages:
  37. ScoreBoard-Hide: '§f(§aScoreBoard§f) §7» §eScoreBoard is now hiden.'
  38. ScoreBoard-Show: '§f(§aScoreBoard§f) §7» §eScoreBoard is now show.'
  39. No-Permission: '§f(§aScoreBoard§f) §7» §cYou do not have permission to use this command.'
  40. Config-Reload: '§f(§aScoreBoard§f) §7» §aConfig successfully reloaded.'
  41. ScoreBoard-Toggle-Disabled-World: '§f(§aScoreBoard§f) §7» §cThe scoreboard is disabled in this world.'
  42. #Permissions:
  43. #sb.toggle - Allow to use /sb toggle
  44. #sb.reload - Allow to use /sb reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement