Spigot Plugin Development - 9 - Targeting Players with Command Arguments

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

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

  • @raphaelmorgan2307
    @raphaelmorgan2307 ปีที่แล้ว +21

    the background noises just made the video more enjoyable honestly

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

    Another clean and informative video, I really hope you grow more on yt.
    I'd like to see a EntityTargetEvent tutorial if you already didn't make one, as the event itself is kind of confusing sometimes

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว +1

      Thanks, glad you like the video. I'm not familiar with that event but I will check it out

  • @nimainer
    @nimainer 2 ปีที่แล้ว +5

    "if you dont have any friends" that sounds like me

  • @cubedeveloper9504
    @cubedeveloper9504 ปีที่แล้ว

    I love it, been looking for a way to fart in minecraft for so long you are a life saver!

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

    wooow that asmr background sound effects

  • @enderserpent4433
    @enderserpent4433 ปีที่แล้ว

    Is there a way for the tab when writing command to only show specific players for example when you do /tpaccept it only shows the players that have sent you request.

  • @ijustleyxo609
    @ijustleyxo609 2 ปีที่แล้ว +3

    What if args.length = -1? At 2:35

    • @ijustleyxo609
      @ijustleyxo609 2 ปีที่แล้ว

      And why does one use getPlayerExact instead of just getPlayer?

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว +1

      How can an array have a size of negative anything?

    • @ijustleyxo609
      @ijustleyxo609 2 ปีที่แล้ว

      @@KodySimpson idk... maybe an error in another plugin?

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว

      ...................? lol no homie

    • @ijustleyxo609
      @ijustleyxo609 2 ปีที่แล้ว

      @@KodySimpson ok... LOL

  • @asd-of7ps
    @asd-of7ps 2 ปีที่แล้ว

    How i save the variable target for use in listener?

  • @dinx
    @dinx 2 ปีที่แล้ว +1

    There might already be a tutorial made by you, but can you make a tutorial on making say (all players) get telleported when they surpass a y level, going too low in the world and being teleported back to spawn.

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว

      Yeah i did this somewhere, maybe a stream for the hub plugin

    • @dinx
      @dinx 2 ปีที่แล้ว

      @@KodySimpson thanks 😊

  • @wordrc
    @wordrc 2 ปีที่แล้ว +1

    suspitiusly specific...

  • @aka1021
    @aka1021 2 ปีที่แล้ว +3

    did you turn those chicken into KFC?

  • @anonyone8834
    @anonyone8834 2 ปีที่แล้ว +3

    only 12 views?

  • @ily2247
    @ily2247 2 ปีที่แล้ว +1

    when are u learning dewey how to code

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว

      How do i learn a cat

    • @ily2247
      @ily2247 2 ปีที่แล้ว

      @@KodySimpson he's not just a cat he's a smart individual with a huge brain

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว

      @@ily2247 you know what? you are right. I am going to sign him up for college

    • @ily2247
      @ily2247 2 ปีที่แล้ว

      ​@@KodySimpson u could make him decide what to code next just give him 2 options left and right with food or hold your hands up and pick the option he comes the closest to

    • @KodySimpson
      @KodySimpson  2 ปีที่แล้ว

      @@ily2247 This is a great idea, i will make a video on this

  • @dibyojyotibhattacherjee4279
    @dibyojyotibhattacherjee4279 2 ปีที่แล้ว +1

    fl studio series pls....

  • @markloving11
    @markloving11 2 ปีที่แล้ว +1

    Leet fam a lam

  • @IndianBartonka
    @IndianBartonka 2 ปีที่แล้ว

    You can use Bukkit.getPlayer(args[0]); :^ then it will choose a player from the list for the given letter, it doesn't have to be a full nickname If there are player1 player2 player3
    And you will give a args [0] by itself p will choose the first one in the list