Never stop making these. You are great at them and I am learning a lot
@KodySimpson4 жыл бұрын
Thanks! I appreciate the support and I will continue to make videos in this series :D
@ItsCre3per6 ай бұрын
Fr, any time I need coding help I look through this channel and I can eventually find something
@timothymattnew3 жыл бұрын
This is absolutely fascinating! Wow, I am glad I took time to watch the tutorials!
@S41L0R4 жыл бұрын
Wow! I didn't know you still made this series! I've pretty much learned everything I know about plugin dev from this, and I constantly use it as a reference.
@saiham45003 жыл бұрын
how do i resolve this [Server] WARN Cannot invoke "String.getBytes(java.nio.charset.Charset)" because "src" is null
@sttrigger16263 жыл бұрын
Thank you! very helpful!
@Oxey4053 жыл бұрын
Great ! Just what I wanted !
@KodySimpson3 жыл бұрын
@g1oom574 жыл бұрын
How do you make it so it saves the spaces the empty spaces? I want it so it stores the spaces and it doesnt stack
@KodySimpson4 жыл бұрын
Store the slot amounts after each item
@cookiezrgood46384 жыл бұрын
@@KodySimpson Please do a tutorial on this
@Brand0n_Tardis3 жыл бұрын
@@KodySimpson I agree you should make a tutorial on this
@DevanshGuptaChess4 жыл бұрын
Superb tutorial man!! Thanks!
@StrqfeToggled4 жыл бұрын
Now i can make a player vaults plugin :D P.s. Who is your IntelliJ IDEA version are you using?
@KodySimpson4 жыл бұрын
In that, 2020.1.
@aydinvahdat78164 жыл бұрын
Please tell me what your keyboard is
@KodySimpson4 жыл бұрын
razer huntsman elite
@aydinvahdat78164 жыл бұрын
Thank you
@Pzdrs4 жыл бұрын
do u compile using artifacts or maven
@KodySimpson4 жыл бұрын
maven creates the artifact
@kustled Жыл бұрын
Could you explain how to do multiple backpacks? I didn't find a way to check whats the opened backpack when it reaches the storeItems if itemsize=0 part The way it works in the video (from what I understood) is that upon calling the storeItems thing it sets the specified backpack, but I just dont see this working with multiple of them. I really love your content, it really helped me a lot in understanding how eventlisteners or java in general works, so thank you so much, I cant describe the amount of help you've already gave to me. Sorry for the bad english, I'm still learning because im from Brazil.
@shrigorevich4 жыл бұрын
Hey. Can you please make a video on how to change the behavior of item drops when breaking blocks. How to override this? PLeeeeease
@shrigorevich4 жыл бұрын
I think I need this method but I don't understand how to use it: applyToolEffect()
@ItsCre3per6 ай бұрын
Nice.
@emiel044 жыл бұрын
Hey maybe you could maybe stream and make random plugins, and you viewers could give suggestions you could do while ur making it!
@shrigorevich4 жыл бұрын
Could you explain how to change block breaking speed or strength of tools?
@ΚΜαγειρας Жыл бұрын
I got so many errors bruh
@syne14564 жыл бұрын
while filter for null items just do return itemStack != null; :v