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 Jan 12, 2014@games647
Thanks for the reply but when i use it globally the %current_streak% doesnt reset when when someone dies. If you could fix it before the update that would be greatly appreciated
-
View User Profile
-
Send Message
Posted Jan 12, 2014Add support for this http://dev.bukkit.org/bukkit-plugins/commandpoints/
-
View User Profile
-
Send Message
Posted Jan 12, 2014@YanPerez
Please look above.
-
View User Profile
-
Send Message
Posted Jan 12, 2014please update 1.7.2 :) ?
-
View User Profile
-
Send Message
Posted Jan 12, 2014@Faust217
And what's about %current_streak% ? Sorry I forgot to add it there.
-
View User Profile
-
Send Message
Posted Jan 11, 2014@games647
Well maybe you can do like a future config what i said, yes? :D
-
View User Profile
-
Send Message
Posted Jan 11, 2014@games647
Well I never saw the killstreak variable. I want it so that you could be on a 10 killstreak but when you die it goes back to 0.
-
View User Profile
-
Send Message
Posted Jan 11, 2014@LuillixD
The ordering is done client side, because its meant to be a scoreboard, right? Because it's client side you cant change that.
-
View User Profile
-
Send Message
Posted Jan 11, 2014Hey this looks cool but it isn't something I need yet. But I wouldlike a plugin that added an easy to use system for scoreboard ads so that players could make ads, maybe for a fee, and put them on a scoreboard viewable with a command like /adshow but again it must be easy to use maybe with some sort of structure that is generated by a command and reachable by a portal/command/sign that allows users to choose an ad size, then see a preview of what it will look like through the scoreboard and change lines with a command/moving forward and say in chat the characters they want (of course switching colors with a button system/command in between as well as text type)
-
View User Profile
-
Send Message
Posted Jan 11, 2014Hi, this plugin is awesome. I want to disable the auto-order by quantity in the scoreboardstats.. i mean, if i have 100 money and 50 ping (in the config ping is over money) money appears first because have more quantity. How i can disable it? (Sorry for my bad english, im from Venezuela) :)
-
View User Profile
-
Send Message
Posted Jan 11, 2014Update is uploaded.
-
View User Profile
-
Send Message
Posted Jan 11, 2014@onVoid
I already uploaded it and the team of dev.bukkit needs to approve it. After they approved it, it will be available. I would release 0.7 then I finished all things and tested all stuff.
-
View User Profile
-
Send Message
Posted Jan 11, 2014@games647
Where can I get version 6? And how long do you think it will take for 0.7? Thanks!
-
View User Profile
-
Send Message
Posted Jan 11, 2014@Faust217
Killstreak is already in it. See.
@games647
Added to planning for 0.7:
-
View User Profile
-
Send Message
Posted Jan 10, 2014You should add a killstreak variable for 0.7
-
View User Profile
-
Send Message
Posted Jan 10, 2014I working since a week for version 0.7. Here the current changelog:
Changelog for 0.7
Finished:
+ Added healthbar, colored tags or similar scoreboards plugins compatibility
+ Added a Queue (will be configurable) for refreshing the stats on the scoreboard to reduce cpu usage
+ Added external file for all message (seperate text from code to make it to change)
# Not refreshing all data, let a eventhandler (if possible) handle it and make some stuff constant like maximum players that can't be changed without a reload or event - - - > reduce cpu usage
Planning for that version or already working on it:
+ Readd TicksPerSecond Variable and now as independent
# Improve Variable classes with a separate event handler
# Colorize amour variables
# Create an external file where you can define utf-8 variables on your own. So that file will be explicitly loaded in utf-8 and not like the bukkit default in ASCII.
--------------------------------------------------------------------------------------
And version 0.6 is uploaded, so here is the changelog:
Changelog for 0.6
+ Added a better caching system. (Now with time and size based deletion)
+ Added a more OO design for variable replacing for future api
+ Added a scoreboard compatibility check
- Replaced ping replacer classes with now only reflection - - - > The runtime should optimize and compile it anyways
- Removed sound playing
- Removed TPS temporarily
- Removed deprecated methods
- Removed saving in intervall. Plugin will now save based on the caching system (max size 512 or 15 minutes after last access)
# Fixed support for all minecraft versions
# Fix too many threads are used when disabled pvp stats
# Updated gravity's updater
# Fixing typos in variable names
# Better plugin.yml design
# Fixed bug where scoreboard displays in a disabled world
# Remove annoying error while setting the scoreboard
# Improve performance on some parts
# Clean up a little bit (So many complex stuff)
# Updated dependencies
# Fixed configuration doesn't load completely
# Checking the objective size correctly
-
View User Profile
-
Send Message
Posted Jan 9, 2014Please make the refresh task less hard on the cpu. It is really ruining my server
-
View User Profile
-
Send Message
Posted Jan 8, 2014Is it possible to add anymore variables to the plugin?
-
View User Profile
-
Send Message
Posted Jan 6, 20141.7.2 please :D
-
View User Profile
-
Send Message
Posted Jan 4, 2014it's safe to say this plugin is inactive?