ScoreboardAPI
ScoreboardAPI
ScoreboardAPI
ScoreboardAPI is now useless, since bukkit has implemented his own Scoreboard-Api.
Tutorial to Bukkit-Scoreboard-API:
http://forums.bukkit.org/threads/tutorial-scoreboards-teams-with-the-bukkit-api.139655/
Source Code
https://github.com/xxmicloxx/ScoreboardAPI
Contact
E-Mail: michidk(at)live.de
YouTube: www.YouTube.com/CodeBukkit
-
View User Profile
-
Send Message
Posted Dec 5, 2015@cubecraftz
can i have the source code for my next bukkit plugin update hubhub
-
View User Profile
-
Send Message
Posted Jun 26, 2013I can code Java, Python, C, PhP, Do you want me to recode this plugin? with the source code? PM ME
-
View User Profile
-
Send Message
Posted Jun 12, 2013Please carry this on. Bukkit's Scoreboard is terrible and is not user friendly.
-
View User Profile
-
Send Message
Posted May 31, 2013know if spigot is using this aswell?
-
View User Profile
-
Send Message
Posted May 11, 2013@sara4012
no, otherwise here would be a lin kto it
-
View User Profile
-
Send Message
Posted May 5, 2013@fox_news
is there a wiki with these commands?
-
View User Profile
-
Send Message
Posted May 4, 2013update it please
-
View User Profile
-
Send Message
Posted Apr 27, 2013This looks nice and simple, I may have to use.
-
View User Profile
-
Send Message
Posted Apr 27, 2013xxmicloxx/michidk: pls keep updates coming, the bukkit scoreboardapi is doing strage things... maybe someone want to have all scores viewed, even when they are zero. really great work!
-
View User Profile
-
Send Message
Posted Apr 27, 2013@fox_news myScoreboard.setItem(<String>, <Integer>);
and for show to all Players, get the online players:
for (Player player : getServer().getOnlinePlayers()){ myscoreboard.showToPlayer(player, true); }
-
View User Profile
-
Send Message
Posted Apr 24, 2013oh and also add a boolean for the scoreboard to make it so the higher number displays first
-
View User Profile
-
Send Message
Posted Apr 24, 2013ok i got it to work and also please add in: addScore(String, int) showToAllPlayers(boolean)
-
View User Profile
-
Send Message
Posted Apr 23, 2013@ThaPengwin
i am
-
View User Profile
-
Send Message
Posted Apr 23, 2013It's not a bug as such but you left the On-Enable message saying Version 1.0.0 when you updated to 1.0.1.
Nice plugin anyway, Peace.
-
View User Profile
-
Send Message
Posted Apr 14, 2013@ThaPengwin Don't worked with the Bukkit 1.5.1 - R:0.2, and the Bukkit 1.5.1 - R:0.1...
-
View User Profile
-
Send Message
Posted Apr 14, 2013@fox_news @gabrielhowat
Use Bukkit 1.5.1 R0.1.
-
View User Profile
-
Send Message
Posted Apr 13, 2013java.lang.NoClassDefFoundError yt/codebukkit/scoreboardapi/ScoreboardAPI
at com.foxgenesis.Score.onEnable(Score.java:13)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoade
.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManag
r.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.ja
a:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer
java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:
01)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:
80)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:
40)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.ja
a:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.jav
:379)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:
73)
Caused by: java.lang.ClassNotFoundException yt.codebukkit.scoreboardapi.Scoreb
ardAPI
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(PluginClassLoade
.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)
... 12 more
-
View User Profile
-
Send Message
Posted Apr 12, 2013@jake0o0
I already have the last java version, but the error continues...
-
View User Profile
-
Send Message
Posted Apr 11, 2013@shaneciora
Update java.
-
View User Profile
-
Send Message
Posted Apr 10, 2013