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 Mar 28, 2015@mjra007
I could send you a dev build if you want to.
-
View User Profile
-
Send Message
Posted Mar 28, 2015@mjra007
Okay that's because of your old minecraft version. It's hard to support backwards compatibility. I'll fix it.
@tuminh6396
Could you send me the error?
@FPSUsername
Command permissions have this format:
scoreboardstats.command.command_name
So in your case:
help: scoreboardstats.command.help
info: scoreboardstats.command.info
-
View User Profile
-
Send Message
Posted Mar 28, 2015Got this error with the new version http://paste.ubuntu.com/10694864/
-
View User Profile
-
Send Message
Posted Mar 28, 2015What are the permissions of /ss info and /ss help ?
-
View User Profile
-
Send Message
Posted Mar 28, 2015get 1 error in ver 0.9 PlayerPoints not update info on the frame - delay Update
-
View User Profile
-
Send Message
Posted Mar 27, 2015@mjra007
I guess newer versions of Vault are still compatbile to 1.6. Vault is just a bridge to the economy plugins.
-
View User Profile
-
Send Message
Posted Mar 27, 2015Could someone send me a link to a economy plugin that hooks up with this plugin?The ones i tried didnt work.
EDIT:I just found out why it wasn´t working I am using a old version of Vault.Anyway I will not be able to use this feature because there isn t a recent version of vault for 1.6.4
-
View User Profile
-
Send Message
Posted Mar 25, 2015@MineCraftMyph
This looks like an issue from ProtocolLib.
-
View User Profile
-
Send Message
Posted Mar 25, 2015[11:34:57] [Server thread/WARN]: [ScoreboardStats] Task #147 for ScoreboardStats v0.8.5 generated an exception java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.injector.PacketConstructor at com.comphenix.protocol.injector.BukkitUnwrapper.unwrapItem(BukkitUnwrapper.java:96) [?:?] at com.comphenix.protocol.utility.MinecraftFields.getNetworkManager(MinecraftFields.java:28) [?:?] at com.comphenix.protocol.injector.netty.InjectionFactory.fromPlayer(InjectionFactory.java:68) [?:?] at com.comphenix.protocol.injector.netty.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:351) [?:?] at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836) [?:?] at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:795) [?:?] at com.github.games647.scoreboardstats.protocol.PacketFactory.sendPacket(PacketFactory.java:91) [?:?] at com.github.games647.scoreboardstats.protocol.Objective.<init>(Objective.java:43) [?:?] at com.github.games647.scoreboardstats.protocol.Objective.<init>(Objective.java:33) [?:?] at com.github.games647.scoreboardstats.protocol.PlayerScoreboard.createSidebarObjective(PlayerScoreboard.java:67) [?:?] at com.github.games647.scoreboardstats.protocol.PacketSbManager.createScoreboard(PacketSbManager.java:113) [?:?] at com.github.games647.scoreboardstats.protocol.PacketSbManager.sendUpdate(PacketSbManager.java:58) [?:?] at com.github.games647.scoreboardstats.RefreshTask.run(RefreshTask.java:51) [?:?] at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:718) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [minecraft_server.jar:git-Spigot-4b89e7b-7d0f836] at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
-
View User Profile
-
Send Message
Posted Mar 23, 2015@tuminh6396
pm sent
-
View User Profile
-
Send Message
Posted Mar 23, 2015games647 : Can you please link to my download version 0.9 , is rather
-
View User Profile
-
Send Message
Posted Mar 23, 2015I want to release a new version soon. Therefore I want to release a beta build in order to test it. It has the following changes:
Changelog 0.9
Added:
Changed/Fixed
Removed:Message me for the link.
-
View User Profile
-
Send Message
Posted Mar 22, 2015@UnpeeledBanana1
Yes I planning this for the 0.9.1 update. (BTW: the update for 0.9 is nearly ready. It just needs some testing.
-
View User Profile
-
Send Message
Posted Mar 21, 2015Fantastic! <3 Perhaps as a future update you could be able to leave rows blank to act as gaps?? :)
-
View User Profile
-
Send Message
Posted Mar 21, 2015@Chiaration
If you use sqlite then just delete the .db file or if you use mysql just drop the database and restart the server.
-
View User Profile
-
Send Message
Posted Mar 21, 2015How do i reset the kills and deaths?
-
View User Profile
-
Send Message
Posted Mar 20, 2015@santajon
So is the problem solved?
@NoHoPeLess
Of course I will.
-
View User Profile
-
Send Message
Posted Mar 19, 2015@games647
k thanks then i can use it for our server network, hope you implement this.
thx for your great work
-
View User Profile
-
Send Message
Posted Mar 19, 2015Hello, The scoreboard runs correctly for me, but the top kills dont updates in game, when i reload the server the top kills updates, how can i fix it?
Edit: I read that Top Kills only updates when log-in, i meen You need to log-out, then log-in and Top-kills are updated.
sorry bad english, :(
thanks for reading
-
View User Profile
-
Send Message
Posted Mar 19, 2015@NoHoPeLess
No the stats for the whole where the scoreboard is enabled, but I plan to add multi world support since there is a ticket for it.