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 19, 2017In reply to Dest:
-
View User Profile
-
Send Message
Posted Mar 14, 2017Hello,
I have problem with latest version ScoreboardStats on my server (Spigot 1.11.2)
i have set the scoreoard %island-level% api in the config.
but it says that my level every time is 0 but my level is 11
do anyone know how i can fix this?
config: http://pastebin.com/k4wdfQmZ
i hope anyone can help me.
-
View User Profile
-
Send Message
Posted Mar 15, 2017What skyblock do you use?
-
View User Profile
-
Send Message
Posted Mar 16, 2017i use the plugin askyblock
-
View User Profile
-
Send Message
Posted Mar 4, 2017Hello,
I have problem with latest version ScoreboardStats on my server (spigot 1.8.3)
[09:45:16 ERROR]: Could not load 'plugins/ScoreboardStats.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/games647/scoreboardstats/ScoreboardStats : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
Caused by: java.lang.UnsupportedClassVersionError: com/github/games647/scoreboardstats/ScoreboardStats : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_1.8.jar:git-Spigot-2f787bd-ea28011]
... 6 more
-
View User Profile
-
Send Message
Posted Mar 15, 2017You need Java 8
-
View User Profile
-
Send Message
Posted Mar 3, 2017hello:https://www.youtube.com/channel/UCNEg7lYsWFDr905RNfT2veg
-
View User Profile
-
Send Message
Posted Feb 27, 2017Hello,
How can I remove (from ScoreboardStats.db?) a player's data? He's gone from server for ever.
And how can I correct any player's data if I need it?
Thank you.
-
View User Profile
-
Send Message
Posted Mar 15, 2017You could use the SQLiteBrowser.
-
View User Profile
-
Send Message
Posted Mar 15, 2017Ah, I see. Thank you. It's difficult for me unfortunately.
-
View User Profile
-
Send Message
Posted Feb 23, 201723.02 16:48:19 [Server] INFO Enabling ScoreboardStats v0.10.1 23.02 16:48:19 [Server] SEVERE Error occurred while enabling ScoreboardStats v0.10.1 (Is it up to date?) 23.02 16:48:19 [Server] INFO java.lang.NoClassDefFoundError: com/github/games647/scoreboardstats/SettingsHandler 23.02 16:48:19 [Server] INFO at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:37) 23.02 16:48:19 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 23.02 16:48:19 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) 23.02 16:48:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383) 23.02 16:48:19 [Server] INFO at com.ryanclancy000.plugman.utilities.Utilities.loadPlugin(Utilities.java:294) 23.02 16:48:19 [Server] INFO at com.ryanclancy000.plugman.utilities.Utilities.loadCommand(Utilities.java:258) 23.02 16:48:19 [Server] INFO at com.ryanclancy000.plugman.PlugManCommands.onCommand(PlugManCommands.java:64) 23.02 16:48:19 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 23.02 16:48:19 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) 23.02 16:48:19 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:555) 23.02 16:48:19 [Server] INFO at net.minecraft.network.NetServerHandler.func_72566_d(NetServerHandler.java:1390) 23.02 16:48:19 [Server] INFO at net.minecraft.network.NetServerHandler.chat(NetServerHandler.java:1250) 23.02 16:48:19 [Server] INFO at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:1176) 23.02 16:48:19 [Server] INFO at net.minecraft.network.packet.Packet3Chat.func_73279_a(Packet3Chat.java:60) 23.02 16:48:19 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 23.02 16:48:19 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 23.02 16:48:19 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 23.02 16:48:19 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 23.02 16:48:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 23.02 16:48:19 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 23.02 16:48:19 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 23.02 16:48:19 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 23.02 16:48:19 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
-
View User Profile
-
Send Message
Posted Feb 24, 2017Corrupted jar try to redownload.
-
View User Profile
-
Send Message
Posted Feb 20, 2017How can I change kills to 0?
-
View User Profile
-
Send Message
Posted Feb 21, 2017Reset the database
-
View User Profile
-
Send Message
Posted Feb 17, 2017Is it possible to change the color of the (currently red &9) values? They dominate the board visually. It would be nice to make the color configurable. I tried
Scoreboard: Title: '&8BlackDog' Update-delay: 2 Items: '&8points': '%money%' '&8hydration': '%thirst%' Color: '&9'borrowing from the temp-scoreboard nodes, but the color didn't change.
(I forget if I asked this previously. I searched back, but might have missed it.)
-
View User Profile
-
Send Message
Posted Feb 18, 2017No that's not possible. It's a limitation by Minecraft.
-
View User Profile
-
Send Message
Posted Feb 13, 2017You didn't mention a permission for /board (hides the board), can you please tell me the permission node?
-
View User Profile
-
Send Message
Posted Feb 14, 2017scoreboardstats.command.toggle
-
View User Profile
-
Send Message
Posted Feb 18, 2017Nice, works. Just please edit your topic and mention it there. Tbh I was gonna change the plugin because of that xD
-
View User Profile
-
Send Message
Posted Feb 9, 2017)_)