Two Simple Tricks to Develop Plugins Faster

Two Simple Tricks to Develop Plugins Faster

Jordan Osterberg

3 года назад

17,655 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@trosorr
@trosorr - 25.09.2023 06:55

what if your event needs a constructor?

Ответить
@azuslol5871
@azuslol5871 - 17.05.2023 00:10

Interesting use of reflection

Ответить
@java4life415
@java4life415 - 08.02.2023 16:54

You’re a god

Ответить
@Veddy1674
@Veddy1674 - 16.11.2022 23:48

Your videos are very useful, but please add subtitles

Ответить
@mcomponent
@mcomponent - 11.10.2022 16:27

Hey, using reflections to register your listeners is stupid! This is +1-2MB to jar size and +1-3 seconds for plugin start

Ответить
@Bene31
@Bene31 - 09.09.2022 11:54

stringArrayToString could just be String.join(" ", args)

Ответить
@smokinglife8980
@smokinglife8980 - 03.06.2022 20:23

how do we register them if they have a link to main class in the constructor

Ответить
@justADeni
@justADeni - 03.06.2022 11:29

Nice tips! You should also mention Lombok which autogenerates Getters and Setters automatically wish just simple annotations

Ответить
@yytflo1058
@yytflo1058 - 24.04.2022 22:13

Hi nice totorial, but the command register do not work for me, kann somebody help me?

Ответить
@RenderDragon
@RenderDragon - 26.03.2022 00:02

Thank you for trick with annotations, you are the person who teached me annotations. But i am registering my listeners and commands in a different way. Its simple. If you are interested, write an answer because im lazy to write in now

Ответить
@liamrex5456
@liamrex5456 - 08.01.2022 14:44

These videos are so high quality

Ответить
@Poreyy
@Poreyy - 26.10.2021 14:05

These are very helpful tricks! Thank you a lot Jordan.

Ответить
@musicals5840
@musicals5840 - 23.10.2021 18:37

What if you want to have multiples permission, like admin & player for a same command (shop), to manage the shop for admin / use the shop (player)

Ответить
@Murcis_Luis
@Murcis_Luis - 17.10.2021 22:52

Is there a way to use the reflector with subcommands as you have explained?

Ответить
@itsvollx9684
@itsvollx9684 - 23.09.2021 17:08

The Biggest trick is to learn Java!

Ответить
@wizzzle2948
@wizzzle2948 - 04.09.2021 05:37

Hi, great tutorial, got me started to work on my server again :D
I have a question though: Is it possible to differentiate between classes that just implement Listener and classes that implement Listener and also extend another class? Thanks!

Ответить
@onyxziummusicz4135
@onyxziummusicz4135 - 06.08.2021 03:31

Well thanks - But I got an error: java.lang.NoClassDefFoundError: org/reflections/Reflections

Ответить
@Refrac
@Refrac - 26.05.2021 09:03

Thanks for all of the great tutorials they are very helpful

Ответить
@feniqx
@feniqx - 19.05.2021 20:24

underrated :)

Ответить
@glenor
@glenor - 21.04.2021 13:12

Nice Tutorial! Can you create a tutorial on how to create a reflection for an ItemStack in Minecraft?

Ответить
@jaime7295
@jaime7295 - 04.04.2021 11:19

Nice video

Ответить
@MrIronManMC
@MrIronManMC - 04.04.2021 09:06

Nice tutorial, keep up

Ответить
@sismankedi2947
@sismankedi2947 - 04.04.2021 02:40

Nice video but if you are not working on a huge project then this tips are kinda useless.

But yeah still awesome video

Ответить