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 Sep 23, 2016I need version to 1.10.2, please!!!
Java 8!
-
View User Profile
-
Send Message
Posted Sep 23, 2016http://imgur.com/a/f1dfG
Is there possible way to add like (ms) or ($) on start of the changing number or ending.
Config: http://pastebin.com/0g3etWTj
-
View User Profile
-
Send Message
Posted Sep 20, 2016Hi, I'm trying to add placeholderapi variables. i have installed Placeholaderapi and set it to true. I have done: /papi ecloud download server /papi ecloud download jobs /papi icloud download tab I have jobs and server expansion jar in the expansions folder. In SB config i have add:
I have reload the plugin /sidebar reload.
I have restart the server and got this:
What am i supposed to do to use PlaceholderApi variable? Did i miss something?
-
View User Profile
-
Send Message
Posted Sep 20, 2016Craftbukkit 1.10.2
ScoreboardStats v0.9.12
Error:
[01:33:32] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.12 [01:33:32] [Server thread/WARN]: [ScoreboardStats] Cannot register replacer java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_101] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_101] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_101] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_101] at com.github.games647.scoreboardstats.variables.ReplaceManager.createInstance(ReplaceManager.java:372) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.variables.ReplaceManager.registerDefault(ReplaceManager.java:302) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.variables.ReplaceManager.addDefaultReplacers(ReplaceManager.java:358) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.variables.ReplaceManager.<init>(ReplaceManager.java:86) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.SbManager.<init>(SbManager.java:27) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.scoreboard.bukkit.BukkitScoreboardManager.<init>(BukkitScoreboardManager.java:37) [ScoreboardStats.jar:?] at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:136) [ScoreboardStats.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [CraftBukkit.jar:git-Bukkit-c1b529e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [CraftBukkit.jar:git-Bukkit-c1b529e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [CraftBukkit.jar:git-Bukkit-c1b529e] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:358) [CraftBukkit.jar:git-Bukkit-c1b529e] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:320) [CraftBukkit.jar:git-Bukkit-c1b529e] at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:404) [CraftBukkit.jar:git-Bukkit-c1b529e] at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:369) [CraftBukkit.jar:git-Bukkit-c1b529e] at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:324) [CraftBukkit.jar:git-Bukkit-c1b529e] at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:243) [CraftBukkit.jar:git-Bukkit-c1b529e] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:514) [CraftBukkit.jar:git-Bukkit-c1b529e] at java.lang.Thread.run(Unknown Source) [?:1.8.0_101] Caused by: java.lang.IllegalArgumentException: Plugin cannot be null at org.bukkit.plugin.messaging.StandardMessenger.registerOutgoingPluginChannel(StandardMessenger.java:176) [CraftBukkit.jar:git-Bukkit-c1b529e] at com.github.games647.scoreboardstats.variables.defaults.BungeeCordVariables.<init>(BungeeCordVariables.java:32) [?:?] ... 22 more [01:33:32] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, BukkitVariables, VaultVariables]
-
View User Profile
-
Send Message
Posted Sep 17, 2016@09902012
Use the ticket manager for bug reporting
-
View User Profile
-
Send Message
Posted Sep 17, 20161:43:58 [SEVERE] [ScoreboardStats] null\par 1:43:58 javax.persistence.OptimisticLockException: Data has changed. updated [0] rows sql[update player_stats set kills=?, mobkills=?, killstreak=? where id=? and uuid=? and playername=? and kills=? and deaths=? and mobkills=? and killstreak=? and last_online=?] bind[null]\par \cf2 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.dml.DmlHandler.checkRowCount(DmlHandler.java:122) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.dml.UpdateHandler.execute(UpdateHandler.java:107) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.execute(DmlBeanPersister.java:105) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.update(DmlBeanPersister.java:85) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeUpdateBean(DefaultPersistExecute.java:110) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:504) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:530) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.DefaultPersister.update(DefaultPersister.java:436) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveEnhanced(DefaultPersister.java:343) [patched_1.10.2.jar:git-Paper-863]\par 1:43:58 \tab at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveRecurse(DefaultPersister.java:315) [patched_1.10.2.jar:git-Paper-863]\par 1:43:59 \tab at com.avaje.ebeaninternal.server.persist.DefaultPersister.save(DefaultPersister.java:282) [patched_1.10.2.jar:git-Paper-863]\par 1:43:59 \tab at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1820) [patched_1.10.2.jar:git-Paper-863]\par 1:43:59 \tab at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1806) [patched_1.10.2.jar:git-Paper-863]\par 1:43:59 \tab at com.github.games647.scoreboardstats.pvpstats.Database.lambda$setupDatabase$2(Database.java:227) [?:?]\par 1:43:59 \tab at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_101]\par 1:43:59 \tab at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]}
i got this error
-
View User Profile
-
Send Message
Posted Sep 12, 2016Wow, you add BungeeCord online! Its cool! Please add bungee for each server online. %online:SkyWars% :)
-
View User Profile
-
Send Message
Posted Sep 12, 2016@Fear_W
It already has this feature. See the temp-scoreboard with the top kills.
-
View User Profile
-
Send Message
Posted Sep 11, 2016@games647
Thank you for replying, but can you add a leaderboard feature to scoreboardstats plugin?
-
View User Profile
-
Send Message
Posted Sep 5, 2016@MineLab
And do not use short links
-
View User Profile
-
Send Message
Posted Sep 5, 2016@MineLab
Please create a ticket for that one.
-
View User Profile
-
Send Message
Posted Sep 4, 2016Could you add more variables for ASkyBlock plugin ? Like unique challenges and total challenges done, API for these methods is here: http://bit.ly/2bPqvID
Also please add support for GriefPrevention:
- remaining blocks: http://bit.ly/2cfYVAV
- total blocks: http://bit.ly/2crxN3T
-
View User Profile
-
Send Message
Posted Aug 30, 2016And this very clog logs. We testions BW server with friends:
http://kenig-craft.ru/2016-08-30-1.log
-
View User Profile
-
Send Message
Posted Aug 30, 2016@games647
Okay, but some times BedWarsReloaded scoreboard not working.
-
View User Profile
-
Send Message
Posted Aug 30, 2016@Sitmobedaf
That's just debug. You can ignore that. But it's surprisingly how often you get this message. The bedwars scoreboard could conflict with another one. ScoreboardStats at the moment of the log just runs in the background and listen what actually happens.
-
View User Profile
-
Send Message
Posted Aug 29, 2016With BedWarsReloaded - http://pastebin.com/CwjwPww0 I tried add BW world in disabled SBS, but issue is not solved
-
View User Profile
-
Send Message
Posted Aug 29, 2016@Fear_W
http://dev.bukkit.org/bukkit-plugins/scoreboardstats/images/4-signs/
-
View User Profile
-
Send Message
Posted Aug 28, 2016How do you create a sign..
-
View User Profile
-
Send Message
Posted Aug 25, 2016@SimenApple
Check the API tutorial on Github.
They only update when the player quits.
-
View User Profile
-
Send Message
Posted Aug 24, 2016How would I be able to make the plugin track the points of a points plugin I have created myself?
EDIT: Also I noticed the "Top Kills" won't update before the server reloads?