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 Nov 10, 2013is it possible to disable the temp scoreboard and only show the main one?
-
View User Profile
-
Send Message
Posted Nov 9, 2013Is it compatible with USkyblock, like /is top or ShutDownNotice, so that they get a countdown when the next restart is? Thanks!
-
View User Profile
-
Send Message
Posted Nov 7, 2013nice plugin, please update to 1.6.4 thanks
-
View User Profile
-
Send Message
Posted Nov 6, 2013nice plugin, please update to 1.6.4 thanks
-
View User Profile
-
Send Message
Posted Nov 6, 2013Is it possible for you to add a dummy objective to the variables??
-
View User Profile
-
Send Message
Posted Nov 5, 2013Can you somehow just show the temporary scoreboard and not the other one? Furthermore, in the Temp. Scoreboard I'd like to have an %econ% variable or let's say just some variables, so you can compare more users with more variables, not just kills and KDR. Just an idea.
Oh, you have your Project on github! May i have a look into the code and edit it myself? I'm not quite familiar with the licenses and stuff :D I can send you the finished source files/project if you want.
-
View User Profile
-
Send Message
Posted Nov 5, 2013Author, help me please! I have this problem! http://prntscr.com/221ot2
-
View User Profile
-
Send Message
Posted Nov 4, 2013Hi IM having A lot of trouble with this plugin it works ok but the money sign when I installed it was -1 I haven't changed the config at all I let it with the pre econ in there but im running essentilsecon so what do I put for that can u help me
-
View User Profile
-
Send Message
Posted Nov 2, 2013Is there a way to have itenabled in some regions but not others? Or is there a way to toggle it on and off?
-
View User Profile
-
Send Message
Posted Nov 2, 2013-
View User Profile
-
Send Message
Posted Oct 31, 2013Is the score board meant to glitch when you in are pvp? it tends to disappear and reappear
-
View User Profile
-
Send Message
Posted Oct 28, 2013Hello, i have a question - i'm starting with using this plugin and when it updates, it blikns. I'd by glad if you guys helped me with this - because i freakin don't know how to solve this :(
-
View User Profile
-
Send Message
Posted Oct 28, 2013hello i am simon i want to help for scoreboardstats
config:
enable-pvpstats: true
disabled-worlds: - world_nether - city
enable-sound: false
enable-auto-update: true
Scoreboard: Title: '&a&lstats'
Temp-Scoreboard-enabled: true
Temp-Scoreboard: Title: '&a&lTop Kills'
Life display 1 or -1 Level can‘t display I do not know where the error I want to display Level and Life I need how to do?
-
View User Profile
-
Send Message
Posted Oct 27, 20132013-10-27 16:40:43 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9 2013-10-27 16:40:43 [FINE] [ScoreboardStats] The class couldn't be found java.lang.ClassNotFoundException: com.github.games647.scoreboardstats.compatibility.Craftv1_6_R3 at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.setupClass(ReflectionUtil.java:39) at com.github.games647.scoreboardstats.scoreboard.ReflectionUtil.<clinit>(ReflectionUtil.java:34) at com.github.games647.scoreboardstats.ScoreboardStats.onLoad(ScoreboardStats.java:106) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:246) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:219) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) 2013-10-27 16:40:43 [INFO] [ScoreboardStats] [33mThe Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections[39m
-
View User Profile
-
Send Message
Posted Oct 26, 2013Is there any way to make it so you can put numbers in the variable area? EG:
'&6Rank': '12'
-
View User Profile
-
Send Message
Posted Oct 25, 20132013-10-25 23:35:40 [INFO] [ScoreboardStats] The Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections
-
View User Profile
-
Send Message
Posted Oct 25, 2013The plugin dont work! A Error and its no compatible with 1.6.4 R1.1!
http://pastebin.com/heFuF5wB
-
View User Profile
-
Send Message
Posted Oct 25, 2013Would you mind please update for http://dev.bukkit.org/bukkit-plugins/health-bar/ and ColoredTag support :(
-
View User Profile
-
Send Message
Posted Oct 24, 2013Is there a possibility to add custom variables?
-
View User Profile
-
Send Message
Posted Oct 23, 2013@ShadowCuzon12
that is just because of the way minecraft handles scoreboards, nothing a programmer can do to sort the order they are displayed in