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 15, 2015for example,
정보(stats) >> ? ?
온라인유저(online) >> ? ? ? ? ?
I try to change korean to unicode, but failed.
-
View User Profile
-
Send Message
Posted Jan 15, 2015@alsghl9607
Could you show me one character?
@therennon
You mean world names?
-
View User Profile
-
Send Message
Posted Jan 15, 2015You can add a variable for show players in different worlds in same server? If possible? thanks u :)
-
View User Profile
-
Send Message
Posted Jan 15, 2015I want to this plugin support unicode.
When i rectify config, unicode is not working,
Please, I want to use this plugin in Korean.
-
View User Profile
-
Send Message
Posted Jan 14, 2015@MysticalCrow
The scoreboard was originally used as a leaderboard. Mojang implemented it that is sorts every time in descending order. There is currently no way to change this.
-
View User Profile
-
Send Message
Posted Jan 13, 2015Any way to stop it from listing things alphabetically?
EDIT: Never mind that I see that it actually kinda auto sorts them ?? Is there a way to stop that so that the order you add them into the config file will be the order they are always displayed in?
-
View User Profile
-
Send Message
Posted Jan 13, 2015@OTF_Catastrophe
island_level got removed, because it has been removed from BukkitDev and isn't available on SpigotMC or similar.
-
View User Profile
-
Send Message
Posted Jan 12, 2015@Simonsigge
In the config.yml it's the first thing it asks you. Look at the very top of the config.yml, change false to true and whatever compatibility you need will work.
-
View User Profile
-
Send Message
Posted Jan 12, 2015@games647
Where can I find the "compatibilityMode" setting?
-
View User Profile
-
Send Message
Posted Jan 12, 2015Hey, well I used to use this plugin all the time for any server I created because of all the variables, it just made it easy. But now whenever I try to customize the scoreboard apart from the original config, it just refuses to work. I make sure its all correct in the config, no errors, I have the perms because I'm the owner, but nothing. I try reloading the server, reloading the config for the plugin, I make sure its toggled. I don't see the error in what I'm doing for it to not work. If someone could possibly tell me if I did anything wrong I'd greatly appreciate it, it's not extremely important but it'd be nice to have it working. ^-^ Thanks!
http://pastebin.com/efEkmTA1 - config.yml
EDIT!: I messed around with it and it works, is there a reason why %island_level% doesn't show up in the scoreboard? I put diamond blocks on my island to make sure I had levels, and I'm on the top ten leaderboard so I know I have island levels. Is there a new variable or does it generally just not work?
-
View User Profile
-
Send Message
Posted Jan 11, 2015@RisingCrafted
not yet
@geor196
done
-
View User Profile
-
Send Message
Posted Jan 9, 2015@games647
Could you please check my ticket? Thanks!
-
View User Profile
-
Send Message
Posted Jan 9, 2015Is it possible to set up seperate PvP and EXP stats for different worlds via multiverse?
-
View User Profile
-
Send Message
Posted Jan 9, 2015@syberia97
I'm working on multi scoreboard support, but I'm not finished.
-
View User Profile
-
Send Message
Posted Jan 9, 2015@Simonsigge
Take a look at the source code here at the bottom. You could register a new replacer that would overwrite the %online% variable and link to your plugin.
The vanilla scoreboard/multi scoreboard thing. In Bukkit/Minecraft it's currently impossible to have a global scoreboard and a personal at the same time, but I found a way since the scoreboard global and personal setting is handled server-side. The client doesn't if it's global or not. It just doesn't support objectives with the same unique names. For this case, you just have to activate compatibilityMode in the settings of ScoreboardStats and install ProtocolLib. Then ScoreboardStats works around this bug.
-
View User Profile
-
Send Message
Posted Jan 9, 2015How to create more scoreboard ?
Plese add config
-
View User Profile
-
Send Message
Posted Jan 9, 2015Hey, How does the "hide-vanished-players" option work? I'm trying to integrate ScoreboardStats with my plugin. Also how can I show vanilla scoreboards in the tablist? Whenever ScoreboardStats is enabled the gameobjective disappears.
-
View User Profile
-
Send Message
Posted Jan 8, 2015@JuaniifyGamer
The variable actually is %mob%
-
View User Profile
-
Send Message
Posted Jan 8, 2015Can you help me? I enabled the option PvP! http://prntscr.com/5py36r
-
View User Profile
-
Send Message
Posted Jan 7, 2015@games647
My bad, thanks