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 Oct 10, 2013If people would wait just a little bit before updating blindly then plugin developers would have a chance to update rather than have the comments section on EVERY PLUGIN be filled with "Update Please"
-
View User Profile
-
Send Message
Posted Oct 7, 2013Needs a update does not work without errors on bukkit 1.6.4 newest update . I get
2013-10-07 16:35:52 [FINE] [ScoreboardStats] The class couldn't be found java.lang.ClassNotFoundException: com.github.games647.scoreboardstats.compatibility.Craftv1_6_R3 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.setupClass(ReflectionUtil.java:39) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.<clinit>(ReflectionUtil.java:34) at com.github.games647.scoreboardstats.ScoreboardStats.onLoad(ScoreboardStats.java:106) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
-
View User Profile
-
Send Message
Posted Oct 7, 2013Can you add towny support as well?
-
View User Profile
-
Send Message
Posted Oct 6, 2013Hi, im trying to decompile this plugin add all of the build paths so that I can add my own variables from my own plugin. Im having trouble recompiling it. Could someone please post a project that includes all of the optional dependancies with no errors? Thanks!
-
View User Profile
-
Send Message
Posted Oct 6, 2013@games647 what does this error mean
2013-10-06 01:16:13 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9 2013-10-06 01:16:13 [FINE] [ScoreboardStats] The class couldn't be found java.lang.ClassNotFoundException: com.github.games647.scoreboardstats.compatibility.Craftv1_6_R3 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.setupClass(ReflectionUtil.java:39) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.<clinit>(ReflectionUtil.java:34) at com.github.games647.scoreboardstats.ScoreboardStats.onLoad(ScoreboardStats.java:106) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
-
View User Profile
-
Send Message
Posted Oct 5, 2013Thanks for making this great plugin!
-
View User Profile
-
Send Message
Posted Oct 5, 2013Yes Confirmed, works great with Spigot 1.6.4 all versions.
-
View User Profile
-
Send Message
Posted Oct 4, 2013@xXrobin99Xx
It works just fine on my 1.6.4 server
-
View User Profile
-
Send Message
Posted Oct 4, 2013Update to 1.6.4 pls :)
-
View User Profile
-
Send Message
Posted Oct 3, 2013Can we get a %mobkillstreak% variable to see how many guys you killed this life? Also can we get a way to set the PVP scoreboard to other types like Armour?
-
View User Profile
-
Send Message
Posted Oct 3, 2013Maybe Player's health variable?
Thanks
-
View User Profile
-
Send Message
Posted Oct 2, 2013Please Update
-
View User Profile
-
Send Message
Posted Oct 1, 2013@xH3LLRAIZ3Rx
It does have BungeeCord support, Since my server is Bungee and it works fine, Toggles, everything.
-
View User Profile
-
Send Message
Posted Sep 30, 2013@MGbeenieboy
Same here
-
View User Profile
-
Send Message
Posted Sep 29, 2013Does scoreboardstats have Bungeecord support for what server your on ect,?
-
View User Profile
-
Send Message
Posted Sep 29, 2013http://pastebin.com/qK1T07at
Hey, yesterday I set up ScoreboardStats. It worked, I changed the config and now it doesn't work anymore. I use spigot #1116 (newest one, 1.6.4) and 0.5.9 of ScoreboardStats. I set up mysql too and it should be set up done because I've two tables (f.e. sb_gamestats) in my database. Here's my config: http://pastebin.com/RqdJNeqJ
-
View User Profile
-
Send Message
Posted Sep 28, 2013Hmm Prettty nice It would be really good with towny support and like @mgbeenieboy said jobs aswell to go with the economy theme
-
View User Profile
-
Send Message
Posted Sep 28, 2013Would love independent sidebar permissions
-
View User Profile
-
Send Message
Posted Sep 27, 2013Jobs support wouldn't be bad
-
View User Profile
-
Send Message
Posted Sep 26, 2013Please Update to 1.6.4
2013-09-26 20:47:22 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9 2013-09-26 20:47:22 [FINE] [ScoreboardStats] The class couldn't be found java.lang.ClassNotFoundException: com.github.games647.scoreboardstats.compatibility.Craftv1_6_R3 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.setupClass(ReflectionUtil.java:39) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.<clinit>(ReflectionUtil.java:34) at com.github.games647.scoreboardstats.ScoreboardStats.onLoad(ScoreboardStats.java:106) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) 2013-09-26 20:47:22 [INFO] [ScoreboardStats] [33mThe Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections[39m