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 Jul 25, 2013im having these errors?
26.07 00:02:34 [Server] INFO Entities enhanced[0] subclassed[1] 26.07 00:02:33 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] 26.07 00:02:33 [Server] INFO DatabasePlatform name:ScoreboardStats platform:sqlite 26.07 00:02:33 [Server] INFO DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250] 26.07 00:02:33 [Server] INFO Enabling ScoreboardStats v0.5.9
thanks
-
View User Profile
-
Send Message
Posted Jul 25, 2013When you push out the new version that less lag? You have changes on GitHub already.
-
View User Profile
-
Send Message
Posted Jul 24, 2013Add a "zone" feature for factions. For example if the player is in safezone, It would display "Safezone" If he's on a faction land, it would display the faction land name
-
View User Profile
-
Send Message
Posted Jul 24, 2013Would be awesome to have compatibility with SurvivalGames!
-
View User Profile
-
Send Message
Posted Jul 23, 2013I hope mana of "MagicSpells" plugin, can be shown in Sidebar;
-
View User Profile
-
Send Message
Posted Jul 23, 2013When is version 0.6 coming out?
-
View User Profile
-
Send Message
Posted Jul 23, 2013please HEALTHBAR SUPPORT !!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Jul 23, 2013I like t much this plugin, and if you make compatible with colored tags, this will be awsome
-
View User Profile
-
Send Message
Posted Jul 23, 2013Please allow Health Bar to be with ScoreboardStats!
-
View User Profile
-
Send Message
Posted Jul 23, 2013Can u Please make this Plugin compatible to Health Bar ? This would be really awesome
-
View User Profile
-
Send Message
Posted Jul 22, 2013http:pastebin.com/4FxkB2ev
-
View User Profile
-
Send Message
Posted Jul 22, 2013Please add a variable for faction_tag :)
-
View User Profile
-
Send Message
Posted Jul 21, 2013So i restarted my server and now this is what i get ... anyone know why?
2013-07-21 23:21:21 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.5.9 2013-07-21 23:21:21 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250] 2013-07-21 23:21:22 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] 2013-07-21 23:21:22 [SEVERE] Error occurred while enabling ScoreboardStats v0.5.9 (Is it up to date?) java.lang.NoClassDefFoundError: org/joda/time/LocalDateTime at com.avaje.ebeaninternal.server.type.DefaultTypeManager.initialiseJodaTypes(DefaultTypeManager.java:623) at com.avaje.ebeaninternal.server.type.DefaultTypeManager.<init>(DefaultTypeManager.java:163) at com.avaje.ebeaninternal.server.core.InternalConfiguration.<init>(InternalConfiguration.java:132) at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:209) at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:63) at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) at com.github.games647.scoreboardstats.ScoreboardStats.setupDatabase(ScoreboardStats.java:156) at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:75) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:382) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:286) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:268) at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:319) at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:296) at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:256) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:164) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:397) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.ClassNotFoundException: org.joda.time.LocalDateTime 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 java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 19 more 2013-07-21 23:21:22 [INFO] Server permissions file permissions.yml is empty, ignoring it 2013-07-21 23:21:23 [INFO] Done (24.867s)! For help, type "help" or "?"
-
View User Profile
-
Send Message
Posted Jul 21, 2013@games647
This is one report in console about this plugin...Scoreboard load but when I kill mob, a board was hide...
-
View User Profile
-
Send Message
Posted Jul 21, 2013Can i add 2 scoreboards ? And how ?
-
View User Profile
-
Send Message
Posted Jul 20, 2013can you add http://dev.bukkit.org/bukkit-plugins/hydrate/
-
View User Profile
-
Send Message
Posted Jul 20, 2013@PAMCFactions
Could you be a little more specific about what isnt working. I have this plugin and HealthBars working on my server just how I need it too. What seems to be your issue?
-
View User Profile
-
Send Message
Posted Jul 20, 2013@DjSmeXhy
Your database isn't ready. Please post the error while the plugin is trying to setup the database.
-
View User Profile
-
Send Message
Posted Jul 20, 2013For me plugin don't working...Working only few second but then Stats will be hidden...When I Kill mob.....here is error in console:
-
View User Profile
-
Send Message
Posted Jul 20, 2013Where is version 0.6?