Advertisement
Maurix_Legend

Untitled

Nov 1st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1.  
  2. Maurix_Legend
  3.  
  4. Want a better Minecraft server?
  5. Read about SpigotMC here!
  6.  
  7. HomeForumsResources
  8. Search Resources
  9. Most Resources
  10. Latest Reviews
  11. Watched Categories
  12. Watched Resources
  13. Purchased Resources
  14.  
  15.  
  16. Search...
  17. WikiTeamDownloadsHubIssuesChatDonate
  18.  
  19. Home
  20. Resources
  21. Bukkit
  22. Download Now
  23. 10.8 KB .jar
  24.  
  25. ScoreBoard 1.2.1
  26. Simple and nice ScoreBoard
  27.  
  28. Unwatch This Resource
  29. Overview Updates (7) Reviews (6) Version History Discussion
  30. Tested Minecraft Versions:
  31. 1.81.91.101.111.121.13
  32. Very simple Scoreboard plugin. Project was started on my server, I was in need of a simple plugin to create a Scoreboard without any useless placeholders. It is now plugin for others!
  33.  
  34. Features:
  35. - PlaceholderAPI support
  36. - Vault support
  37. - Essentials support
  38. - World blacklist
  39. - Editable refresh rate
  40.  
  41. - This plugin fully supports MultiLanguage! (Many plugins have a problem with this. I had tested FeatherBoard and InfoBoard Premium. I haven't found any Scoreboard plugin with MultiLanguage support.)
  42.  
  43.  
  44. Commands:
  45. /sb - Main command. Shows command help.
  46. /sb reload - Reloads config file.
  47. /sb toggle - Show or hide the Scoreboard.
  48.  
  49. Permissions:
  50. sb.reload - Permission to use command /sb reload.
  51. sb.toggle - Permission to use command /sb toggle.
  52.  
  53. Placeholders:
  54. {Money} - Player's balance
  55. {Player} - Player's username
  56. {Online} - Total players online
  57. {MaxPlayers} - Max server slots
  58. {Group} - Player's rank (Ex: Owner, Admin, Member)
  59.  
  60. Other placeholders are available through PlaceholderAPI
  61.  
  62.  
  63. Installation:
  64. Place the jar file into your plugins directory and restart your server.
  65.  
  66. Config:
  67. Code (Text):
  68.  
  69. Scoreboard:
  70. #Name of the scoreboard
  71. title: '&cScoreBoard'
  72. #You can use placeholders without PlaceHolderAPI:
  73. #{Player} - Get´s playername.
  74. #{Online} - Get´s count of online players.
  75. #{MaxPlayers} - Get´s max count of online players. (Server slots)
  76. #{Group} Get´s player rank/group (Vault needed)
  77. #{Money} Get´s player money (Essentials needed)
  78. #Rows of scoreboard placeholders from PlaceHolderAPI format like original.
  79. #PlaceHolderAPI format for example PlayerPoints: %playerpoints_points%
  80. text:
  81. - '&aNick §7»'
  82. - '{Player}'
  83. - ''
  84. - '&eMoney §7»'
  85. - '{Money}'
  86. - ''
  87. - '&cGroup §7»'
  88. - '{Group}'
  89. - ''
  90. - '&dOnline §7»'
  91. - '&5{Online}&8/&7{MaxPlayers}'
  92. - ''
  93. - '&cPlugin by SouthCraft'
  94. - '&c(LukixCZE)'
  95. - '&cNice and Simple ;)'
  96.  
  97. Settings:
  98. #World list, where will Scoreboard disabled.
  99. World-Blacklist:
  100. - world1
  101. #Refresh rate of Scoreboard in seconds.
  102. Refresh-rate: 7
  103. #Here you can customize messages.
  104. Messages:
  105. ScoreBoard-Hide: '§f(§aScoreBoard§f) §7» §eScoreBoard is now hiden.'
  106. ScoreBoard-Show: '§f(§aScoreBoard§f) §7» §eScoreBoard is now show.'
  107. No-Permission: '§f(§aScoreBoard§f) §7» §cYou do not have permission to use this command.'
  108. Config-Reload: '§f(§aScoreBoard§f) §7» §aConfig successfully reloaded.'
  109. ScoreBoard-Toggle-Disabled-World: '§f(§aScoreBoard§f) §7» §cThe scoreboard is disabled in this world.'
  110. #Permissions:
  111. #sb.toggle - Allow to use /sb toggle
  112. #sb.reload - Allow to use /sb reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement