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 2, 2015@neznamy01
You have to activate the pvp stats tracking in the config.
-
View User Profile
-
Send Message
Posted Mar 2, 2015[17:10:38 INFO]: [ScoreboardStats] Couldnt replace variable with name: %kills% Maybe you misspelled it or the replacer isnt available yet
[17:10:38 INFO]: [ScoreboardStats] Couldnt replace variable with name: %deaths% Maybe you misspelled it or the replacer isnt available yet
[17:10:38 INFO]: [ScoreboardStats] Couldnt replace variable with name: %mob% Maybe you misspelled it or the replacer isnt available yet
why?
-
View User Profile
-
Send Message
Posted Feb 28, 2015@games647
Yes!! I wanto to show all stored by ScoreboardStats, not by simpleclans! I want to reset this info each month. Can you create separeted variables for simpleclans and this plugin stats?
-
View User Profile
-
Send Message
Posted Feb 28, 2015@RedFox249
Add my skype : Raik7200 I'll help you carry
-
View User Profile
-
Send Message
Posted Feb 28, 2015@games647
No, all I want to be able to do is be able to put on of those symbols into my scoreboard. I can't because whenever I do and click save file, it just keeps loading and doesn't save. Thats why I was asking how I would change the encoding to UTF-8 and what I should change it to.
-
View User Profile
-
Send Message
Posted Feb 28, 2015@quentinwagu
You have an tab in your configuration. Replace it with spaces. Yaml doesn't allow these characters.
http://stackoverflow.com/questions/8197812/how-does-one-configure-notepad-to-use-spaces-instead-of-tabs
-
View User Profile
-
Send Message
Posted Feb 28, 2015@quentinwagu
Use http://pastebin.com/ So your code'm simple plugin to read and I can help you.
If not add me on Skype Raik7200
Ps: I speak French too.
-
View User Profile
-
Send Message
Posted Feb 28, 2015Hello, first; I don't speak english vert well, i'm french. When i try to add a line named "Latence du serveur" with %ping%, i have this error:
[01:56:38] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.8.5 [01:56:38] [Server thread/ERROR]: [ScoreboardStats] Invalid Configuration org.bukkit.configuration.InvalidConfigurationException while scanning for the next token found character '\t' that cannot start any token in "<string>", line 22, column 1: '&9 Latence du serveur: ': '%ping%' ^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 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:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:773) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.Bukkit.reload(Bukkit.java:279) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:670) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:286) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] Caused by: org.yaml.snakeyaml.scanner.ScannerException while scanning for the next token; found character '\t' that cannot start any token at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] ... 19 more [01:56:38] [Server thread/INFO]: [ScoreboardStats] A scoreboard have to display min. 1 item (scoreboard) [01:56:38] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, GeneralVariables, StatsVariables]
This is my config.yml
disabled-worlds: - world_nether - city
Scoreboard: Title: '&a&lStats'
Temp-Scoreboard-enabled: false
Temp-Scoreboard: Title: '&a&lTop Kills'
pluginUpdate: true
Please help me, thanks quentinwagu
-
View User Profile
-
Send Message
Posted Feb 28, 2015@RedFox249
->@MrRaik
@FabioZumbi12
So you want to show the stats from this plugin?
-
View User Profile
-
Send Message
Posted Feb 27, 2015I have one question: If i dont wat to show SimpleClans kills and kdr, and only show the kills and kdr get by scoreboards??
On variables page, the •%kills% •%deaths% •%kdr%
Is the same used to get from Simpleclans... :/
-
View User Profile
-
Send Message
Posted Feb 27, 2015Use Notepad++
-
View User Profile
-
Send Message
Posted Feb 27, 2015@games647
No, I don't think I have as I didn't understand what they meant and/or how I should chance the encoding and what I should change it to.
-
View User Profile
-
Send Message
Posted Feb 27, 2015@games647
There's nothing. When you do the update?
-
View User Profile
-
Send Message
Posted Feb 27, 2015@AleNova15551
Do you mean the permission rank/group?
@RedFox249
Did you changed the encoding in your editor too?
@MrRaik
Thank you for the help
-
View User Profile
-
Send Message
Posted Feb 26, 2015@MrRaik
I know how to add them in in the config. But my problem was that after I clicked save file, it kept loading and it would never save properly. And I'm using the 1.8.3 version of MC.
-
View User Profile
-
Send Message
Posted Feb 26, 2015@RedFox249
Example in the config.
Items:
Ps : Use the 1.8.3 version of minecraft as if you used the 1.8 on your server. Because in 1.8.1 - 1.8.2 encoding UTF-8 had a bug
-
View User Profile
-
Send Message
Posted Feb 26, 2015@MrRaik @games647 I did copy and paste the symbol directly, and it still didn't work. When you say change the encoding to UTF-8, how do I do that?
-
View User Profile
-
Send Message
Posted Feb 26, 2015can you add Variable for rank plugin PermissionsEx
-
View User Profile
-
Send Message
Posted Feb 26, 2015@RedFox249
To use the symbols now. Copy / paste the symbol you want.
❤✔◄►★✪⁂♛♜▀▄▌▂▃▄▅▆▇█▓▒░⋰⋱✆✈✉✌✍✎✖✿✰➽➨➤➜➨❶❷❸❹❺❻❼❽❾❿
No longer uses the symbol [<3] or other direct symbol "❤"
-
View User Profile
-
Send Message
Posted Feb 26, 2015@MrRaik
I just cut the lines, because longer was previously only possible with a bypass. I'll fix it.