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 5, 2015Yes, thank for awser. =D
But now it's Temp-Scoreboard don't work.
S
-
View User Profile
-
Send Message
Posted Mar 5, 2015@XebecheEsperanto
You need to activate pvpstats tracking in the config.
-
View User Profile
-
Send Message
Posted Mar 5, 2015Hi!
Temp-Scoreboard don't work
Help me please.
-
View User Profile
-
Send Message
Posted Mar 5, 2015@Ancard
Support SimpleClans dev builds
@Blabla72
yes
-
View User Profile
-
Send Message
Posted Mar 4, 2015SimpleClans problem, does not recognize the latest version.
-
View User Profile
-
Send Message
Posted Mar 4, 2015@games647
Check your private message. ;) Also, I created issue on Factions UUID GitHub: https://github.com/drtshock/Factions/issues/298 Can you commented?
-
View User Profile
-
Send Message
Posted Mar 4, 2015@Blabla72
Which build, so I could test if the issue with the FactionUUIDs empty objective still persists.
@grosse01
continued on the ticket.
-
View User Profile
-
Send Message
Posted Mar 4, 2015Hello @games647 I tried it again with these [].....But with them I can't see the scoreboard in any world at all. I checked my PermissionEx to (just to make sure there isn't something wrong in that config), but didn't find anything that would be wrong with it. Here's a link to my reportpost on the scoreboard ticket side: http://dev.bukkit.org/bukkit-plugins/scoreboardstats/tickets/320-in-string-line-6-column-1-disabled-worlds/#c1
-
View User Profile
-
Send Message
Posted Mar 4, 2015@games647
It's already disabled. :/
-
View User Profile
-
Send Message
Posted Mar 4, 2015@Blabla72
Disable the FactionsUUID scoboard if possible.
@KevinEssence
Look at the tickets page. It's not implemented yet.
Sent from mobile.
-
View User Profile
-
Send Message
Posted Mar 3, 2015Add island world support?
-
View User Profile
-
Send Message
Posted Mar 3, 2015@games647
How fix this? :S
-
View User Profile
-
Send Message
Posted Mar 3, 2015@grosse01
No without the ''. Send me the config using pastebin or similar. BTW this is a useful tool.
-
View User Profile
-
Send Message
Posted Mar 3, 2015‎@games647: I now tried to put empty brackets behind the disabled-worlds key in two different ways.....the first time I just made these []...with them the scoreboard didn't work in any worlds at all.....the second time I tried them this way '[]' and I got the following in the serverlog: 18‎:‎03‎:‎36 CONSOLE: ERROR]: [ScoreboardStats] Invalid Configuration
Serverlog: in 'string', line 6, column 1: disabled-worlds:'[]' ^ could not found expected ':' in 'string', line 8, column 1:
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at com.github.games647.scoreboardstats.Settings.getConfigFromDisk(Settings.java:263) [ScoreboardStats.jar:0.8.5] at com.github.games647.scoreboardstats.Settings.loadConfig(Settings.java:199) [ScoreboardStats.jar:0.8.5] at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:92) [ScoreboardStats.jar:0.8.5] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:355) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:315) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [craftbukkit.jar:git-Spigot-e497721-96d09e3] at java.lang.Thread.run(Unknown Source) [?:1.7.0_71] Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key in 'string', line 6, column 1: disabled-worlds:'[]' ^ could not found expected ':' in 'string', line 8, column 1:
-
View User Profile
-
Send Message
Posted Mar 3, 2015@Blabla72 @Blabla72
Reasons:
@MechTechnology
The temp-scoreboard updates only on player logout.
-
View User Profile
-
Send Message
Posted Mar 3, 2015@games647
Possible to fix this?
-
View User Profile
-
Send Message
Posted Mar 3, 2015With Factions UUD, the scoreboard's SoreboardStats is show only after 2 /scoreboardstats command. Why? How fix this bug?
-
View User Profile
-
Send Message
Posted Mar 2, 2015The temp scoreboard is not updating the top 10 kills for my server, any idea why there such a delay on the scoreboard update, cause the normal one works fine, but the top 10 (temp scoreboard) does not update
-
View User Profile
-
Send Message
Posted Mar 2, 2015@grosse01
You have an invalid config. In order to disable the plugin for none worlds you have to put empty brackets ('[]') behind the disabled-worlds key.
-
View User Profile
-
Send Message
Posted Mar 2, 2015Hello :) I have a problem with Scoreboards. It works well in all worlds except for the Nether. Then Scoreboard disappears when entering the Nether. I've checked the config and didn't find anything that could be wrong.
You can find all configs and Plugins, including Serverlog in this LINK: https://board.nitrado.net/support-de-german-only/support-gameserver/minecraft/bukkit-spigot/89271/scoreboards-zeigt-im-nether-nichts-an/
Does anyone know what to do about it?