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 Aug 17, 2014@Agratzis
Error on startup? Ahh, found it. You have an invalid configuration. If clear the disabled words list you have min one entry or set empty brackets behind it. These one []
-
View User Profile
-
Send Message
Posted Aug 17, 2014Hello, I have an issue. When I set-up the variables and all those stuff, the score-board appears but all of the values apart from the default ones (Money, online players and the ping) any other doesn't. The kills, the cash every single one variable is displayed as negative, even when I am in the game. For instance, mob kills -1 everything is -1.
This is the config of the file: http://pastebin.com/b97sjbfC What is wrong?
-
View User Profile
-
Send Message
Posted Aug 17, 2014hi,
Can you please create a SkillAPI support ? Thank you ! :)
-
View User Profile
-
Send Message
Posted Aug 17, 2014@szbence11
It's actually your computer name (Szávó). Just move it to another folder or rename your account.
-
View User Profile
-
Send Message
Posted Aug 17, 2014@games647
and how can i do it? (sry for my english and my questions)
-
View User Profile
-
Send Message
Posted Aug 17, 2014@szbence11
You'r file path contains non-latin characters, which is a bug in java. Remove them and it works.
-
View User Profile
-
Send Message
Posted Aug 17, 2014@games647
With 0.8.2: temp scoreboard doesn't work
pvpstats =true :
[10:25:21 ERROR]: Error occurred while enabling ScoreboardStats v0.8.2 (Is it up to date?) java.lang.ExceptionInInitializerError at com.github.games647.scoreboardstats.pvpstats.Database.setupDatabase(D atabase.java:158) [ScoreboardStats.jar:0.8.2] at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(Scoreboa rdStats.java:81) [ScoreboardStats.jar:0.8.2] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [c raftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:324) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:404) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.jav a:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer. java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:77 3) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.Bukkit.reload(Bukkit.java:279) [craftbukkit.jar:git-Bukkit -1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java: 23) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:17 5) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServe r.java:683) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(Craf tServer.java:670) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java: 286) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2 51) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5 45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java :457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Error constructing com.avaje.ebeaninternal.server.core.DefaultServerFactory at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:114) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 18 more Caused by: java.lang.IllegalArgumentException: Error constructing com.avaje.ebea ninternal.server.core.DefaultServerFactory at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:107) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 18 more Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\S z├ív├│\Desktop\bukkit\craftbukkit.jar (A rendszer nem talßlja a megadott elÚrÚsi utat) at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL oader.java:121) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa der.java:78) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau ltServerFactory.java:91) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b302 4jnks] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_67] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_67] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) [?:1.7.0_67] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_6 7] at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 18 more Caused by: java.io.FileNotFoundException: C:\Users\Sz├ív├│\Desktop\bukkit\craftb ukkit.jar (A rendszer nem talßlja a megadott elÚrÚsi utat) at java.util.zip.ZipFile.open(Native Method) [?:1.7.0_67] at java.util.zip.ZipFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.zip.ZipFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.jar.JarFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.jar.JarFile.<init>(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.checkJar(XmlConfi gLoader.java:176) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL oader.java:110) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa der.java:78) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau ltServerFactory.java:91) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b302 4jnks] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_67] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_67] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) [?:1.7.0_67] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_6 7] at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 18 more
-
View User Profile
-
Send Message
Posted Aug 17, 2014@szbence11
Why do you use 0.7.4?
-
View User Profile
-
Send Message
Posted Aug 17, 2014temp scoreboard doesn't work.
if pvp stats: false : no error. but %kills% and %deaths% don't work.
if pvp stats true: [09:00:57 ERROR]: Error occurred while enabling ScoreboardStats v0.7.4 (Is it up to date?) java.lang.ExceptionInInitializerError at com.github.games647.scoreboardstats.pvpstats.Database.setupDatabase(D atabase.java:153) [ScoreboardStats.jar:0.7.4] at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(Scoreboa rdStats.java:90) [ScoreboardStats.jar:0.7.4] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [c raftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:324) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:404) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.jav a:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer. java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:3 42) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:3 19) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:2 75) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.jav a:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java :424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Error constructing com.avaje.ebeaninternal.server.core.DefaultServerFactory at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:114) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 13 more Caused by: java.lang.IllegalArgumentException: Error constructing com.avaje.ebea ninternal.server.core.DefaultServerFactory at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:107) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 13 more Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\S z├ív├│\Desktop\bukkit\craftbukkit.jar (A rendszer nem talßlja a megadott elÚrÚsi utat) at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL oader.java:121) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa der.java:78) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau ltServerFactory.java:91) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b302 4jnks] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_67] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_67] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) [?:1.7.0_67] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_6 7] at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] ... 13 more Caused by: java.io.FileNotFoundException: C:\Users\Sz├ív├│\Desktop\bukkit\craftb ukkit.jar (A rendszer nem talßlja a megadott elÚrÚsi utat) at java.util.zip.ZipFile.open(Native Method) [?:1.7.0_67] at java.util.zip.ZipFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.zip.ZipFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.jar.JarFile.<init>(Unknown Source) [?:1.7.0_67] at java.util.jar.JarFile.<init>(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.checkJar(XmlConfi gLoader.java:176) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL oader.java:110) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa der.java:78) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau ltServerFactory.java:91) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b302 4jnks] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_67] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_67] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) [?:1.7.0_67] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_6 7] at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_67] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac tory.java:112) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks] at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5 7) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
What can I do?
-
View User Profile
-
Send Message
Posted Aug 16, 2014Is there any chance where we can add our own text based variables?
Im trying to write custom messages on the Stats board so I can order this titles correctly? Dont suppose you could add this Asap :£ Really would be a good update. You would be the best scoreboard plugin out there as no one actually supports this feature correctly.
-
View User Profile
-
Send Message
Posted Aug 16, 2014@zigaliro
I'll fix that. I believe it has something to do with the caching system.
-
View User Profile
-
Send Message
Posted Aug 14, 2014pvpstats are now working! But temp-scoreboard isn`t working when i set it to true. It doesn`t show it in game at all..... :/ I also have HealthBar plugin if that is the problem.
-
View User Profile
-
Send Message
Posted Aug 14, 2014@Sanyikahh
Just delete it from your configuration.
-
View User Profile
-
Send Message
Posted Aug 14, 2014Hy please help me i only want see Kills, death , and money! And the killstreak! I dont want to see the mobs how can i delete the mobs?
-
View User Profile
-
Send Message
Posted Aug 13, 2014@zigaliro
That's not the full error, but it looks like you have invalid database configuration.
-
View User Profile
-
Send Message
Posted Aug 13, 2014When i set pvpstats to TRUE i get this error
[ScoreboardStats] Enabling ScoreboardStats v0.7.5 [18:12:03] [Server thread/ERROR]: Error occurred while enabling ScoreboardStats v0.7.5 (Is it up to date?) java.lang.ExceptionInInitializerError at com.github.games647.scoreboardstats.pvpstats.Database.setupDatabase(Database.java:153) [ScoreboardStats.jar:0.7.5] at com.github.games647.scoreboardstats.ScoreboardStats.onEnable(ScoreboardStats.java:90) [ScoreboardStats.jar:0.7.5] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
How to fix this? Im using craftbukkit 1.7.2 with ScoreboardStats 0.7.5
-
View User Profile
-
Send Message
Posted Aug 13, 2014@fearink
Yes, it's already
-
View User Profile
-
Send Message
Posted Aug 13, 2014will this support 1.7.9-R0.3
-
View User Profile
-
Send Message
Posted Aug 12, 2014@games647
was using mcmmo-dev
i've chucked it now, mcmmo can't be bothered to support offline uuid, was kinda overrated crap anyway.... that and them idiots at bukkit goofed up offline uuid generation anyway by not converting to lowercase before generating the uuid.
-
View User Profile
-
Send Message
Posted Aug 12, 2014@XeonG8
Did you also tried the lastest one?