ScoreboardStatsX

Note
This plugin is compatible with HealthBar, ColoredTags, Ghost Player and all other scoreboard plugins.
Just enable compatibilityMode in the configuration and install ProtocolLib. For normal use ProtocolLib is NOT required.
Features:
You don't need a database for all these features
- Much better performance (since 0.7)
- All versions of ScoreboardStats supports all Minecraft versions above 1.5
- Optimized for all kinds of servers.
- Fast support on every question
- Support UTF-8 characters like the hearts Click here:
- Many variables Click here:
- fully configurationable
- PvP can also be displayed on Signs Click here:
- Support SQL-Databases
- No database required unless you don't want this plugin to track pvpstats
- The Player can see his own stats (Kills/Deaths) with the Scoreboard on the right side
- You can disable the scoreboard for custom worlds
Variables for all the following plugin:
- mcMMO
- Economy
- Heroes
- Factions
- SimpleClans
- uSkyBlock
- and many more coming soon

Please use the Tickets for any issues, errors or suggestions.
Installation
- Download it
- drop it in your /plugins/ folder
- start your server
- join the server and..
- That's it
- All variables can be found here: https://dev.bukkit.org/projects/scoreboardstats/pages/variables

Commands
| Command | Description | Aliases |
|---|---|---|
| /sidebar | Toggle (show or hide) the scoreboard on the right side | side, scoreboardstats, sb toggle |
| /sidebar reload | Reload the configuration | side reload, scoreboardstats reload, sb reload |
For plugin developers/API
See the wiki on Github: https:github.com/TuxCoding/ScoreboardStats/wiki
Permissions
| Permission | Description |
|---|---|
| scoreboardstats.use | General permission. Without that the scoreboard will not be displayed for the player |
| scoreboardstats.command.toggle | Toggle the sidebar |
| scoreboardstats.reload | With this permission a player can reload the configuration |
| scoreboardstats.sign | Only player with this permission can create signs that displays the kills, deaths, etc. |
Source
You don't have to decompile the plugin. You can find there the source code with comments and building utilities.
ScoreboardStats is open source and hosted on GitHub; feel free to fork, star, or contribute by making pull requests and opening issues.
Auto-Updater
- This plugin uses an Auto-updater. if you don't want an automatically update. Disable it in the configuration.
- The updater only utilize the api of curse/dev.bukkit, so you don't get an unapproved version. Every file providing there is accepted by the devBukkit staff
- I can upload a new version with bug fixes where you don't have to download it, the plugin can do it for you automatically.
- The updater only runs on plugin startup, and then as a seperate thread, so it doesn't really affect your startup time.
- Every file there equals the files on this page.
Compatibility with older minecraft versions
As you can see on file list there are selected three versions. These version numbers are for the Minecraft versions. Lowest test version, mid version and the highest tested version. That means that you should always use the latest version of ScoreboardStats although you use an old Minecraft version. It's very hard to use all versions at once, so please use the newest version of ScoreboardStats.
-
View User Profile
-
Send Message
Posted Feb 16, 2015Does this plugin work for any Prison Rank plugins?
I see lots of different servers with scoreboards on the side that say things such as your current rank, your money, what it takes to rank up, and how close you are with a bar.
Is this possible?
Thanks!
DarkCrimsonFury
-
View User Profile
-
Send Message
Posted Feb 16, 2015If there is a scoreboard maybe with kills as a top list, can i set my own kill to a higher amount with a command?
-
View User Profile
-
Send Message
Posted Feb 16, 2015I Have 2 different currencies in my server. How to display each one separately? For example, if a player have 30 Cash and 50 Gold, how to make the scoreboard so it displays:
Cash: 30
Gold: 50
-
View User Profile
-
Send Message
Posted Feb 18, 2015Which economy plugin do you use?
-
View User Profile
-
Send Message
Posted Feb 18, 2015Could you send me your configuration? It should display the murderers
-
View User Profile
-
Send Message
Posted Feb 14, 2015What is the variable for display in the sidebar the top 5 of murderers ?, need to show the murderers, not the victims of pvp. %kills% show only the victims...
-
View User Profile
-
Send Message
Posted Feb 12, 2015Please add a BungeeCountPlayer in variables please !
-
View User Profile
-
Send Message
Posted Feb 10, 2015Quick Tutorial!
https://www.youtube.com/watch?v=pSFUSnvd3n0
Thanks Hope You Enjoyed
-
View User Profile
-
Send Message
Posted Feb 9, 2015Please add PlayerPoints support. ☺️
-
View User Profile
-
Send Message
Posted Feb 9, 2015@Molo20
I want this too.
-
View User Profile
-
Send Message
Posted Feb 8, 2015Any chance for PlayerPoints support?
-
View User Profile
-
Send Message
Posted Feb 8, 2015I only see 3 variables in the Scoreboard why?
-
View User Profile
-
Send Message
Posted Feb 7, 2015@GoleoLP
Take a look at the top of the special characters site.
So don't need these variables like [<3]
-
View User Profile
-
Send Message
Posted Feb 7, 2015@games647
what is Variables ??? o,O what is wrong ???
'&4 [<3] &a&lStats &4[<3]'
Red,Heart,greenStats,Red,Heart
-
View User Profile
-
Send Message
Posted Feb 6, 2015@syberia97
You need to update mcMMO and remove the big stacktrace. Use Pastebin, hastebin or similar instead.
-
View User Profile
-
Send Message
Posted Feb 6, 201519:16:48 java.lang.NoClassDefFoundError: com/gmail/nossr50/api/exceptions/McMMOPlayerNotFoundException 19:16:48 at java.lang.Class.getDeclaredConstructors0(Native Method) [?:1.8.0_25] 19:16:48 at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) [?:1.8.0_25] 19:16:48 at java.lang.Class.getConstructor0(Unknown Source) [?:1.8.0_25] 19:16:48 at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_25] 19:16:48 at com.github.games647.scoreboardstats.variables.ReplaceManager.registerDefault(ReplaceManager.java:192) [ScoreboardStats.jar:0.8.5] 19:16:48 at com.github.games647.scoreboardstats.variables.ReplaceManager.addDefaultReplacer(ReplaceManager.java:176) [ScoreboardStats.jar:0.8.5] 19:16:48 at com.github.games647.scoreboardstats.variables.ReplaceManager.<init>(ReplaceManager.java:61) [ScoreboardStats.jar:0.8.5] 19:16:48 at com.github.games647.scoreboardstats.SbManager.<init>(SbManager.java:44) [ScoreboardStats.jar:0.8.5] 19:16:48 at com.github.games647.scoreboardstats.protocol.PacketSbManager.<init>(PacketSbManager.java:32) [ScoreboardStats.jar:0.8.5] 19:16:48 at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:129) [ScoreboardStats.jar:0.8.5] 19:16:48 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:333) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:400) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:368) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:323) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:496) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at java.lang.Thread.run(Unknown Source) [?:1.8.0_25] 19:16:48 Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.api.exceptions.McMMOPlayerNotFoundException 19:16:48 at java.net.URLClassLoader$1.run(Unknown Source) [?:1.8.0_25] 19:16:48 at java.net.URLClassLoader$1.run(Unknown Source) [?:1.8.0_25] 19:16:48 at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_25] 19:16:48 at java.net.URLClassLoader.findClass(Unknown Source) [?:1.8.0_25] 19:16:48 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot-patched.jar:git-Spigot-"606148f"] 19:16:48 at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_25] 19:16:48 at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_25] 19:16:48 ... 21 more
-
View User Profile
-
Send Message
Posted Feb 5, 2015@zaino60
The latest version just forces to set the the uuidSearch value to ture.
@OBraveOne @zaino60
Maybe it's not correctly configured. Checklist:
-
View User Profile
-
Send Message
Posted Feb 5, 2015This plugin is completely broken and non-functional with the name changing update. Please help!!!
-
View User Profile
-
Send Message
Posted Feb 5, 2015I put the latest version but names aren't transferring to UUIDs and when anyone logs in ALL THEIR STATS GET ERASED! Help Please! How do I fix this??
-
View User Profile
-
Send Message
Posted Feb 4, 2015@Blabla72
The faction uuid support is already integrated. The problem is that factions sets a scoreboard objective although it doesn't use it at that time. Then ScoreboardStats doesn't want to overwrite it in order to provide compatibility with other scoreboard plugins like mcMMO which shows the scoreboard just for a temporarily.
Sent from mobile