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 Jun 26, 2013Great games647. And another quick thing. I use healthbar along with colored tags. Will the plugin be compatible with coloredtags as well?
-
View User Profile
-
Send Message
Posted Jun 26, 2013@OZone999
Yes because it was connected with variable.
-
View User Profile
-
Send Message
Posted Jun 26, 2013Title still can't be longer than 16 characters, because you forgot to change this:
-
View User Profile
-
Send Message
Posted Jun 26, 2013@Puseidr
%used%ram%
-
View User Profile
-
Send Message
Posted Jun 26, 2013@josue1120
Not right now but I will implement it soon.
@ThePlayingNoob
Yes it is but not in a normal way. All clients sort the scoreboard entries with the number so I had the idea to replace a variable in the next and set the number to a constant one. See this ticket:
http://dev.bukkit.org/bukkit-plugins/scoreboardstats/tickets/26-suggestion-dont-order-the-scoreboard/
@Puseidr
I used a method from java itself but I make one little mistake. Sorry
@pchard
The permissions should be set as default so if you don't want certain groups to have the scoreboard, simple set a negative permission.
Here are all permissions:
-
View User Profile
-
Send Message
Posted Jun 26, 2013What are the permission nodes ??
-
View User Profile
-
Send Message
Posted Jun 26, 2013what is the variable for used ram in percent?
"Round the ticks" yes but in the wrong way :D 19.976 TPS = 19? , you always round down atm
-
View User Profile
-
Send Message
Posted Jun 26, 2013Omg isnt there a way to stop the mixing in the scoreboard?
-
View User Profile
-
Send Message
Posted Jun 25, 2013Is possible to create more than one table stats?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@games647
It have an error while using simpleclans1 , ( I Use because i think its better ), Its an error at the start. Please solve this ( It works on v0.5.4)
ERROR: 2013-06-25 02:58:43 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.5.5 2013-06-25 02:58:44 [SEVERE] Error occurred while enabling ScoreboardStats v0.5.5 (Is it up to date?) java.lang.NoClassDefFoundError: com/p000ison/dev/simpleclans2/SimpleClans at com.github.games647.scoreboardstats.listener.PluginListener.init(PluginListener.java:44) at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:45) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: com.p000ison.dev.simpleclans2.SimpleClans 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) ... 13 more
-
View User Profile
-
Send Message
Posted Jun 25, 2013@Absolutionmc
yes. I working on it seperatly but I was in the last weeks very busy and now I have enough time to work on it. I started first on fixing only a few things because they are easy to implement so I can upload the next version. You can see on github that I am nearly finished.
-
View User Profile
-
Send Message
Posted Jun 25, 2013Are you ever adding support for health bar.
-
View User Profile
-
Send Message
Posted Jun 25, 2013@Polielio
And what is the disconnect reason?
-
View User Profile
-
Send Message
Posted Jun 25, 2013I have an error...every people are disconnected every 2 minutes! Can you help me?
-
View User Profile
-
Send Message
Posted Jun 24, 2013It have an error while using simpleclans1 , ( I Use because i think its better ), Its an error at the start. Please solve this ( It works on v0.5.4)
-
View User Profile
-
Send Message
Posted Jun 24, 2013@JutKip
Delete the MySQL storage for the kills/deaths.
-
View User Profile
-
Send Message
Posted Jun 24, 2013@datneq
No, normally the client doesn't accept any variables but the server replace it so it is possibly. The server doesn't receive any informations about the fps from the clients so this wouldn't be possibly.
-
View User Profile
-
Send Message
Posted Jun 24, 2013Can you add '%fps%' that shows how many FPS you have?
-
View User Profile
-
Send Message
Posted Jun 24, 2013@lANTHONYl
Jobs does only allow me to give a list of jobs that the user have so I have to handle this thing on a other way.
-
View User Profile
-
Send Message
Posted Jun 24, 2013Woot Woot 0.5.6! Still looking forward to Jobs support and wishing that Essentials wasn't required to display the TPS.