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 Apr 30, 2013@chopstick121
This isn't a error. It's only a debug-message.
-
View User Profile
-
Send Message
Posted Apr 29, 20132013-04-30 05:18:18 [SEVERE] ebean.properties not found
2013-04-30 05:18:18 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2013-04-30 05:18:18 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2013-04-30 05:18:18 [INFO] Entities enhanced[0] subclassed[1]
-
View User Profile
-
Send Message
Posted Apr 29, 2013" Reset the Database with commands" can't wait :o !!
-
View User Profile
-
Send Message
Posted Apr 29, 2013Want factions added, I know its on the todo lol.
-
View User Profile
-
Send Message
Posted Apr 29, 2013If you could add factions variables this would be perfect.
-
View User Profile
-
Send Message
Posted Apr 29, 2013@Musikfreakmarcel
Killstreak is already added as %killstreak% and %current_streak%
-
View User Profile
-
Send Message
Posted Apr 29, 2013Add Killstreak : '&aKillstreak': '%killstreak%'
-
View User Profile
-
Send Message
Posted Apr 29, 2013Moin ich habe ne frage bei deiner to do liste steht Add Jobs... kannste des vlt ein wenig vorziehen weil unsre User fragen dauernd ob man des net rienmachen könnt und wir können blos sagen das des in bearbeitung von dir is aber noch net fertig ist. Währ toll wende des bald mal bearbeirten könntest. Ps: ich habe ts3: PlanB-Minecraft.de
-
View User Profile
-
Send Message
Posted Apr 28, 2013Kannst du bei den Top Kills auch so machen das die Leute mit den meisten Geld angezeigt werden mit den Geld das die haben.
-
View User Profile
-
Send Message
Posted Apr 27, 2013If you add Heroes and Jobs.... I will love you forever!
-
View User Profile
-
Send Message
Posted Apr 27, 2013@Dinastya
Me too :)
-
View User Profile
-
Send Message
Posted Apr 27, 2013Could you put the command to reset data on higher priority?
This is really something that is very useful.
I think for most servers with like events on it.
Like HungerGames, CTF etc.
I wanna have a fresh leaderboard each round without having to remove the file every time.
-
View User Profile
-
Send Message
Posted Apr 27, 2013Is their a way to make ScoreboardStats ignore a player?
-
View User Profile
-
Send Message
Posted Apr 27, 2013@ReeCorDs
Nein. Mojang hat keine solchen Methoden inplementiert.
@Shooty_
It would be unstable if it update instantly so it update on the temp-scoreboard intervall.
@Creppii
Du brauchst eine neure Version von InSigns.
@Shooty_
Read the page and ToDo list!
@mikegeitz
The Temp-Scoreboard will displayed automatically on the configurated intervall in your configuration
-
View User Profile
-
Send Message
Posted Apr 27, 2013Hallo games647
Jez geht es zum den Server starten aber es kommt die fehlermeldung:
[SEVERE] Error occurred while enabling ScoreboardStats v0.4 (Is it up to date?) java.lang.NoClassDefFoundError: de/blablubbabc/insigns/Changer at me.games647.scoreboardstats.listener.PluginListener.init(PluginListener.java:47) at me.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:32) 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:381) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264) at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:301) at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:280) at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:240) at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:379) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: de.blablubbabc.insigns.Changer 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) ... 13 more
-
View User Profile
-
Send Message
Posted Apr 26, 2013Also, how can we connect to an external database xD ?
In the default config file we can't chose the databse..
Also, please, add a simple command to reset the database :D
(And also (sorry) a command to show the "top kills" in real time ... thx)
-
View User Profile
-
Send Message
Posted Apr 26, 2013Sorry if this is a stupid question, but I can't seem to figure out how to display the temp scoreboard - could anyone point me in the right direction?
-
View User Profile
-
Send Message
Posted Apr 26, 2013Can't we up the update delay of top kills :( ??? it don't show kill in real time !
-
View User Profile
-
Send Message
Posted Apr 26, 2013Hallo games647, ist es möglich, die hellroten Ziffern rechts am Rand des Scoreboards in einer anderen Farbe darstellen zu lassen?
LG
-
View User Profile
-
Send Message
Posted Apr 25, 2013@Musikfreakmarcel
Danke! Das installiere ich gleich mal!