Bukkit Coding: Episode 45 - Animated Scoreboards

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 27

  • @500Subscriberswithnovideos123
    @500Subscriberswithnovideos123 7 ปีที่แล้ว +2

    I love the activity.

  • @tylerbenton8921
    @tylerbenton8921 7 ปีที่แล้ว +3

    Damn bro, 2 Videos in a row, Holy.. Keep it up lol

  • @thejollyjoker0131
    @thejollyjoker0131 7 ปีที่แล้ว +2

    When I do :" private AnimatedScoreboard animatedScoreboard;" it gives me error, why?

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว +1

      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.

    • @thejollyjoker0131
      @thejollyjoker0131 7 ปีที่แล้ว +1

      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...

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว

      You’re missing a } somewhere in your code

  • @HuntingPotatoFS
    @HuntingPotatoFS 7 ปีที่แล้ว +1

    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

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว

      Using async with scoreboards is tricky, I’m not sure you can set the task async.

  • @pocked2038
    @pocked2038 7 ปีที่แล้ว +2

    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?

    • @Potato-jj2ut
      @Potato-jj2ut 7 ปีที่แล้ว +2

      I would recommend IntelliJ. It's extremely time efficient and very simple to work with.

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว

      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! :)

  • @joeandjoeable123
    @joeandjoeable123 7 ปีที่แล้ว +1

    Can you help with making an animation with a single string with char[] or string builder

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว

      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?

    • @joeandjoeable123
      @joeandjoeable123 7 ปีที่แล้ว

      Jordan Osterberg For example the mineplex scoreboard where it has scrolling text with the player name

  • @tylerbenton8921
    @tylerbenton8921 7 ปีที่แล้ว +2

    You should do a tutorial on adding a prefix and suffix to player's name above their head

    • @mp6412
      @mp6412 4 ปีที่แล้ว

      I’d use an API for that.

    • @mo-s-
      @mo-s- ปีที่แล้ว

      I know this is 6yo but you can use .setDisplayName(String) with spigot/bukkit or when using paper .displayName(Component)

  • @nattawutphoobunlap1611
    @nattawutphoobunlap1611 7 ปีที่แล้ว +1

    Thanks !!!!

  • @ZenerFox
    @ZenerFox 7 ปีที่แล้ว +1

    Finally! :)

  • @xddddxd-w2k
    @xddddxd-w2k 4 ปีที่แล้ว

    best

  • @masternope
    @masternope 3 ปีที่แล้ว

    11:21

  • @MaurittohMinecraftReviewsYMas
    @MaurittohMinecraftReviewsYMas 7 ปีที่แล้ว +4

    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!

    • @JordanOsterberg
      @JordanOsterberg  7 ปีที่แล้ว

      ¡Hola! Yo puedo hacer un Bukkit Coding de PlayerQuitEvent. Quieres decir un Bukkit Coding de “Hub”?

    • @MaurittohMinecraftReviewsYMas
      @MaurittohMinecraftReviewsYMas 7 ปีที่แล้ว +1

      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

    • @jaeff.2766
      @jaeff.2766 7 ปีที่แล้ว +1

      I support this idea, great video btw!

    • @mikysb1434
      @mikysb1434 6 ปีที่แล้ว

      -/- Mauro Suarez -/- do this: public void onJoin(PlayerJoinEvent e) {
      e.getPlayer().teleport(Bukkit.getServer().getSpawnLocation());
      }

  • @computersstuff2337
    @computersstuff2337 7 ปีที่แล้ว

    Hey im looking for a dev on my server.