You need to make the animatedScoreboad object an instance of your JavaPlugin class. Notice mine is called “AnimatedScoreboard”, so you’ll need to adapt this for your plugin.
Jordan Osterberg My class is called like yours "AnimatedScoreboard".. but when in ScoreboardTask i write private AnimatedScoreboard animatedScoreboard it tells me: Syntax error broken "}" expected after this...
For performance couldn't you have set the runnable to aSync so it doesn't lag out the main thread? Even at 20 ticks this would lag a server out, especially when creating a scoreboard each loop aswell :c
Hey, I've always used Eclipse while coding. After watching a couple of your tutorials, it seems that Intellij is the way to go, but I've tried switching but have always came back. Do you suggest I just stick with eclipse, or transfer to Intellij?
Both tools have their benefits, although I prefer IntelliJ because of its auto-complete and I have the ultimate version on a student license. Use whatever works best for you! :)
spanish Argentina: por favor podrias hacer un bukkit coding de playerQuitEvent? osea que al salir lo tpee al lobby o al punto de /setspawn o /setlobby /sethub , Like!
siii por favor has uno de esos porque yo tengo un plugin de /lobby /hub /setlobby y cuando me salgo no me teletransporta al lobby y quiero que el jugador o usuario al salirse del server o network lo tpee al punto de aparicion entiendes? gracias
I love the activity.
Damn bro, 2 Videos in a row, Holy.. Keep it up lol
When I do :" private AnimatedScoreboard animatedScoreboard;" it gives me error, why?
You need to make the animatedScoreboad object an instance of your JavaPlugin class. Notice mine is called “AnimatedScoreboard”, so you’ll need to adapt this for your plugin.
Jordan Osterberg My class is called like yours "AnimatedScoreboard".. but when in ScoreboardTask i write private AnimatedScoreboard animatedScoreboard it tells me: Syntax error broken "}" expected after this...
You’re missing a } somewhere in your code
For performance couldn't you have set the runnable to aSync so it doesn't lag out the main thread? Even at 20 ticks this would lag a server out, especially when creating a scoreboard each loop aswell :c
Using async with scoreboards is tricky, I’m not sure you can set the task async.
Hey,
I've always used Eclipse while coding.
After watching a couple of your tutorials, it seems that Intellij is the way to go, but I've tried switching but have always came back.
Do you suggest I just stick with eclipse, or transfer to Intellij?
I would recommend IntelliJ. It's extremely time efficient and very simple to work with.
Both tools have their benefits, although I prefer IntelliJ because of its auto-complete and I have the ultimate version on a student license. Use whatever works best for you! :)
Can you help with making an animation with a single string with char[] or string builder
I’m not quite sure what you mean, I’ve never heard of making an animation with a single string, can you link me an explanation or some documentation?
Jordan Osterberg For example the mineplex scoreboard where it has scrolling text with the player name
You should do a tutorial on adding a prefix and suffix to player's name above their head
I’d use an API for that.
I know this is 6yo but you can use .setDisplayName(String) with spigot/bukkit or when using paper .displayName(Component)
Thanks !!!!
Finally! :)
best
11:21
spanish Argentina: por favor podrias hacer un bukkit coding de playerQuitEvent? osea que al salir lo tpee al lobby o al punto de /setspawn o /setlobby /sethub , Like!
¡Hola! Yo puedo hacer un Bukkit Coding de PlayerQuitEvent. Quieres decir un Bukkit Coding de “Hub”?
siii por favor has uno de esos porque yo tengo un plugin de /lobby /hub /setlobby y cuando me salgo no me teletransporta al lobby y quiero que el jugador o usuario al salirse del server o network lo tpee al punto de aparicion entiendes? gracias
I support this idea, great video btw!
-/- Mauro Suarez -/- do this: public void onJoin(PlayerJoinEvent e) {
e.getPlayer().teleport(Bukkit.getServer().getSpawnLocation());
}
Hey im looking for a dev on my server.