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 22, 2013It would be wonderful if you added a section in the config where you can have it in the order that you put the score board in the config instead of the highest number being on the top! For example my config. http://pastebin.com/MRTCNujJ But on my chat is shows it by the top number from top to bottom.
-
View User Profile
-
Send Message
Posted Oct 22, 2013@XxDawnsusxX
Would be a nice feature that could be added to 1.6.1, I think 1.6.0 have already very important planned features.
-
View User Profile
-
Send Message
Posted Oct 21, 2013Is there any way to show your website on the side or if not added can you please add that option
-
View User Profile
-
Send Message
Posted Oct 20, 2013@DreamCastNetwork
I do, the kills, mob kills and I think deaths features stop working
-
View User Profile
-
Send Message
Posted Oct 19, 2013@Malpika
Does your plugin actually works? I get the same error but the plugins works well.
-
View User Profile
-
Send Message
Posted Oct 18, 2013hello, i have this error. ►java.lang.ClassNotFoundException: com.github.games647.scoreboardstats.compatibility.Craftv1_6_R3◄
and: [ScoreboardStats] [33mThe Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections[39m
I run my server with spigot.
Thank you.
-
View User Profile
-
Send Message
Posted Oct 18, 2013And update would be nice! I really need this! I also watched through some of your older comments where you said that you were going to make it support MySQL! I really need this!
-
View User Profile
-
Send Message
Posted Oct 16, 2013@FilipEbR
same problem
-
View User Profile
-
Send Message
Posted Oct 16, 2013@desuthecheeseburger
Really?
-
View User Profile
-
Send Message
Posted Oct 15, 2013@Malpika
Works fine for me under 1.6.4.
-
View User Profile
-
Send Message
Posted Oct 15, 2013I had more than one world, can i create anywhere for every world an extra stats?
-
View User Profile
-
Send Message
Posted Oct 14, 2013version 1.6.4 please :D
-
View User Profile
-
Send Message
Posted Oct 14, 2013@TWSSYesterday
good. the thought that I have made any errors.
-
View User Profile
-
Send Message
Posted Oct 14, 2013I am using Grief Prevention plugin, I am wondering if you can support Grief Prevention Claims?
-
View User Profile
-
Send Message
Posted Oct 14, 20132013-10-14 16:12:42 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9 2013-10-14 16:12:42 [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:248) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:118) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
-
View User Profile
-
Send Message
Posted Oct 13, 2013Maybe multiworld support? :D
-
View User Profile
-
Send Message
Posted Oct 13, 2013I hope this plugin get a additional developer to help this project as the current development of this is going very slow.
-
View User Profile
-
Send Message
Posted Oct 13, 2013Update PLS ;D
-
View User Profile
-
Send Message
Posted Oct 12, 2013How do you do money and online players on signs?
-
View User Profile
-
Send Message
Posted Oct 11, 2013update pls fast.. ty