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 2, 2015@IrParadox
No it's not available, but I could implement it if you want.
-
View User Profile
-
Send Message
Posted Apr 2, 2015Ok, one more thing.... hopefully I can quit bothering you after this. lol
Is there anyway you could include mobs in the killstreaks or add a variable for counting the mob killstreaks? Or does it already exist and I am just missing it?
-
View User Profile
-
Send Message
Posted Apr 2, 2015@IrParadox
Thanks for the description. I found the problem and fixed it. Sorry
-
View User Profile
-
Send Message
Posted Apr 2, 2015@games647
Not meaning to be a pain.... but the reload is still not working. It says it reloads the config, it toggles the scoreboard off and back on, but it does not reload the config to show any values that were changed.
I am currently running this on my test server, so its no big deal to restart until I have it all looking the way I want. So if you need anything tested while I am setting this to my liking, I would be glad to help.
-
View User Profile
-
Send Message
Posted Apr 2, 2015@IrParadox
Should be fixed in the newest version.
-
View User Profile
-
Send Message
Posted Apr 2, 2015@games647
Thanks, that was fast.
And btw, the reload commands are not working.
-
View User Profile
-
Send Message
Posted Apr 2, 2015@IrParadox
To the signs: You need the plugin individual signs and then you could create signs with these variables: [Kill], [Death], [Mob], [KDR] or [Killstreak].Then every player will see their own stats. Documentation was on the image page.
The sorting thing: Sorry that's not possible. The scoreboard is implemented by Mojang as a leaderboard. Therefore it sorts the values from the highest to the lowest. This sorting is done by the Minecraft client and there is no option to change or disable it. Nevertheless I work on way to workaround this. It will be ready soon.
-
View User Profile
-
Send Message
Posted Apr 2, 2015How do the signs work? I can not find anything in your info here. Also, is there a way to make a separator for stats? For example: I want to list things such as kills and deaths, than below that have a new title for McMMO stats. Is this possible, or something you could add in a future release?
-
View User Profile
-
Send Message
Posted Apr 2, 2015@Musikfreakmarcel
Uploaded
-
View User Profile
-
Send Message
Posted Apr 2, 2015@games647
Thank you, when it's online?
-
View User Profile
-
Send Message
Posted Apr 2, 2015@Musikfreakmarcel
Fixed
-
View User Profile
-
Send Message
Posted Apr 2, 2015@Musikfreakmarcel
Thanks, I'll test it.
-
View User Profile
-
Send Message
Posted Apr 1, 2015@games647
Yes, i set per Command, i have create a GUI Menu with Chestcommands. The command is 'givepoints: 1' and its dont updating in the Scoreboard
-
View User Profile
-
Send Message
Posted Mar 31, 2015@gwinny7
not yet
@Musikfreakmarcel
Did you set the points by command?
-
View User Profile
-
Send Message
Posted Mar 31, 2015@games647
Ok, i check it. I edited the data for my new Server, and now its working.
And another problem is, the playerpoints dont updating.
-
View User Profile
-
Send Message
Posted Mar 31, 2015does %player% works?
-
View User Profile
-
Send Message
Posted Mar 31, 2015@KokeCacao
Same link by pm
-
View User Profile
-
Send Message
Posted Mar 31, 2015@games647
The same error:
20:45:10 [20:45:10 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9
20:45:10 [20:45:10 ERROR]: Error occurred while enabling ScoreboardStats v0.9 (Is it up to date?) 20:45:10 java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/Reader;)Lorg/bukkit/configuration/file/YamlConfiguration; 20:45:10 at com.github.games647.scoreboardstats.config.CommentedYaml.getDefaults(CommentedYaml.java:138) [?:?] 20:45:10 at com.github.games647.scoreboardstats.config.CommentedYaml.getConfigFromDisk(CommentedYaml.java:57) [?:?] 20:45:11 at com.github.games647.scoreboardstats.config.CommentedYaml.loadConfig(CommentedYaml.java:84) [?:?] 20:45:11 at com.github.games647.scoreboardstats.config.Settings.loadConfig(Settings.java:221) [?:?] 20:45:11 at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:131) [?:?] 20:45:11 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:272) [???????????PlugMan.jar:?] 20:45:11 at com.rylinaux.plugman.command.LoadCommand.execute(LoadCommand.java:114) [???????????PlugMan.jar:?] 20:45:11 at com.rylinaux.plugman.PlugManCommands.onCommand(PlugManCommands.java:100) [???????????PlugMan.jar:?] 20:45:11 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:670) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:286) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:251) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] 20:45:11 at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Start.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
-
View User Profile
-
Send Message
Posted Mar 30, 2015@walliecraft use Vault. it works with no problems combined with essentials
-
View User Profile
-
Send Message
Posted Mar 30, 2015@H1DD3NxN1NJA
Yeah I know that's a good idea. I'm already planning this.