Spigot: Custom Plugin Tutorial - Events (#3)

  Рет қаралды 38,684

TechnoVision

TechnoVision

Күн бұрын

Пікірлер: 118
@MichelePinchiarul
@MichelePinchiarul 4 жыл бұрын
(I have) Zero experience with programming, nor fluent English speaker, and still I can understand your tutorials.. you are really good!! Thanks
@telltalesanimation7472
@telltalesanimation7472 4 жыл бұрын
Lol, I paused the vid at 6:08 and freaked out, not knowing how to connect for like 30 minutes XD XD, unpaused then he said exactly how. Great vids my man! Just finished my first plugin. A wand that summons mobs that defend you
@sergiosdarlasis437
@sergiosdarlasis437 3 жыл бұрын
I was looking at comments to see if anyone knew how to connect to the server when i saw your comment. Then i unpaused the video and saw it myself lmao
@notnathanthomas
@notnathanthomas 4 жыл бұрын
good stuff bro, looking forward to doing cool stuff with this 👍
@judoboy2019
@judoboy2019 10 ай бұрын
Dude thx! You revived my java experience again 😭
@udhaykurrimboccus5556
@udhaykurrimboccus5556 3 жыл бұрын
Appreciate the videos. As someone who is quite familiar with Java, this is an excellent series!
@BittoyStudio
@BittoyStudio 4 жыл бұрын
The best MC mod tutorial of the whole network!
@ADox_Short
@ADox_Short 2 жыл бұрын
my internet is so bad idk what you typed before this at 5:25 can anyone tell me what he type before "this" nvm it was a "," not a "."
@longy5080
@longy5080 2 жыл бұрын
*intense keyboard noises*
@andige639
@andige639 3 жыл бұрын
you are insane, love your vids, defenitely the best tutorial ive found especially for a beginner like me
@mewhenthetherealone
@mewhenthetherealone 4 жыл бұрын
i like this series this series is the best one i found so far!
@affe6464
@affe6464 4 жыл бұрын
Please make more Modding toturials im learning how to make mods Your videos are amazing
@ArnavBoom
@ArnavBoom 4 жыл бұрын
I made it so when ever smeone drops an item, it says "yeet" in the chat
@legitlemons9604
@legitlemons9604 4 жыл бұрын
Hey this is really easy to follow tutorial. Are you going to continue the series? because your the only person who is easy to follow and actually know what there doing!
@lukasbabcanik425
@lukasbabcanik425 3 жыл бұрын
what i do wrong when every time i type @ or {} it´s display to me: Cannot perform refactoring. Caret should be positioned at the name of element to be refactored
@Cwfs01
@Cwfs01 3 жыл бұрын
Bruh the 2 examples were both things I needed help with
@nathanielaalberts4997
@nathanielaalberts4997 4 жыл бұрын
wil your next tutorial cover PlayerInteractEntityEvent?
@okellooliech6528
@okellooliech6528 4 жыл бұрын
is it just me........ or does this sound like purpled some how
@InCognite
@InCognite Жыл бұрын
I have a question at 8:48 : is there a performance penalty for doing multiple calls to a method like .getLocation()? In other words, would it be better to first assign .getLocation to a local object and then perform the .getBlockX/Y/Z on that vs doing it 3 times?
@codeserenity
@codeserenity Жыл бұрын
Hey! This is a little late, but for anyone curious, the Location object being accessed is a very lightweight object. I don't know the implementation of getLocation(), but in the worse case if copying the location three times, the performance impact will be negligible on performance. Most likely, they store the location in the Player, and this access would be very fast.
@InCognite
@InCognite Жыл бұрын
thanks!@@codeserenity
@gdviciousbee2715
@gdviciousbee2715 3 жыл бұрын
Underated tutorial youtubers be like
@gdviciousbee2715
@gdviciousbee2715 3 жыл бұрын
I mean, hey, this is awesome and you explain literally everything you are doing and that is not bad
@Ziros00
@Ziros00 4 жыл бұрын
When I run my server it gives me 2 errors, first one is invalid plugin.yml (I didn't make one) and the second one is, class file error, it tells me im using 58
@GoldenD60
@GoldenD60 4 жыл бұрын
you need to make a plugin.ynl file, go to the last video and do EXACTLY what he did. Also the class file error, make sure you right-click everything that is in red and click on 'Import Class'
@LionGaming777
@LionGaming777 4 жыл бұрын
@@GoldenD60 You need not make it EXACTLY as he did, you can place the author, version, name, yada yada yada ya, can be out of place and the version can be different so can the name also the author and many others including you can change the code
@sn0wyyy
@sn0wyyy 4 жыл бұрын
@@LionGaming777 bruh
@LionGaming777
@LionGaming777 4 жыл бұрын
@@sn0wyyy I WAS JUST SPEAKING FACTS
@bnzzy_3104
@bnzzy_3104 3 жыл бұрын
@@LionGaming777 aight smartass
@woconnell7549
@woconnell7549 4 жыл бұрын
When will the next modding video be? Thx!
@gamerben5284
@gamerben5284 4 жыл бұрын
YEAH when?
@woconnell7549
@woconnell7549 4 жыл бұрын
This man just gave up
@hridaymeka8521
@hridaymeka8521 4 жыл бұрын
Please continue this series!
@cakeas9248
@cakeas9248 4 жыл бұрын
Man you deserve more than you have
@rocketguy
@rocketguy 3 жыл бұрын
how do i make it so that when i join PlaceholderAPI works with the plugin when it joins so i can do %player_name% for the username to display like Welcome back (PlayersUsername) i did the depend: thing for it and i cant firgure it out D:
@thekingelmo
@thekingelmo 3 жыл бұрын
all events do the events twice for me idk why i did everything you said to do can someone help me
@victer6933
@victer6933 4 жыл бұрын
when is the next episode?
@Neithan
@Neithan 3 жыл бұрын
Thank you Tomm. Question: If I want to use my plugin (the one I coded) in a server that's hosted say on apex hosting, does it mean I would just need to (1) FTP the plugin to the remote hosting and (2) restart the server and that should already work? Thank you very much.
@aw1lt
@aw1lt 3 жыл бұрын
as long as the server is running on paper, yes.
@Neithan
@Neithan 2 жыл бұрын
@@aw1lt My thanks is 1 year late but thank you. Yes it works. :)
@Peter-wg5pm
@Peter-wg5pm 4 жыл бұрын
Hello have a nice day!
@ryanlee7803
@ryanlee7803 4 жыл бұрын
Lol
@ricksterman
@ricksterman 4 жыл бұрын
@@ryanlee7803 Peter just vibin
@ryanlee7803
@ryanlee7803 4 жыл бұрын
Richard Yoshioka lol
@Peter-wg5pm
@Peter-wg5pm 4 жыл бұрын
Richard Yoshioka so true
@Im_on_a_boat
@Im_on_a_boat 3 жыл бұрын
Can you make 'if I right click a feather(item), summon thunder to the place I see'?
@ADox_Short
@ADox_Short 2 жыл бұрын
idk thats what i wish i knew
@zarinq4500
@zarinq4500 4 жыл бұрын
Quick question i wanted for my material blue wool but i couldn't find it anywhere?
@leuqas6729
@leuqas6729 3 жыл бұрын
hey, so im planning to make it so that when you eat golden apples it instantly heals you, can you please help?
@joeyweng5396
@joeyweng5396 4 жыл бұрын
Hey TechnoVision, could you do a tutorial for setting up a minecraft modding workspace with vscode?
@rocketguy
@rocketguy 3 жыл бұрын
yeah vscode
@preciousplayz9582
@preciousplayz9582 3 жыл бұрын
How can i mention the user's name?
@blackettv9887
@blackettv9887 2 жыл бұрын
How to get more than 1 color in a player.sendMessage ??
@TheFirstPlo-W
@TheFirstPlo-W 3 жыл бұрын
Can i import all events in once?
@makoopay5250
@makoopay5250 4 жыл бұрын
How do I make it so it spawns tnt around the player
@MarijnJonkers
@MarijnJonkers 4 жыл бұрын
when are you gonna upload another video? i really wanna continue with the 1.15 forge modding tutorial.
@roosterseatyou
@roosterseatyou 4 жыл бұрын
Thank You so much! i will use this knoledge to publicly shame my friends when they fall into lava
@6plus108
@6plus108 4 жыл бұрын
I'm having big trouble with having inteliJ to recognizie fordge mdk,
@draco4828
@draco4828 4 жыл бұрын
you can make a custom command video
@detrix7369
@detrix7369 4 жыл бұрын
What program did you do?
@hoax5347
@hoax5347 4 жыл бұрын
This is POGPOGPOGPOG!!!!!!!!!!!!!!!!!!!!!!
@noxsan00
@noxsan00 3 жыл бұрын
java: error: release version 5 not supported??
@mrepicairfryerenthusiast4982
@mrepicairfryerenthusiast4982 3 жыл бұрын
use java version 11, not 5
@ricksterman
@ricksterman 4 жыл бұрын
Solid vid
@apoorv6304
@apoorv6304 4 жыл бұрын
Can you please do custom enchantments
@EnderPrinceLive
@EnderPrinceLive 4 жыл бұрын
yay
@virtualvoice999
@virtualvoice999 4 жыл бұрын
bro what ever happened to the 1.12.2 mod series?😭 i cant find amy tutorial on yt for dimensions, biomes, mobs, etc for 1.12.2. also i cant figure out how to make a block that has multiple textures like a grass block, actually i am trying to make a grass block so can u help me lol
@TechnoVisionTV
@TechnoVisionTV 4 жыл бұрын
Well that series is about 3 years old, and 1.12 hasn’t been supported by forge or the modding community for a long time now. Best to move on to the newest version
@danyu3767
@danyu3767 4 жыл бұрын
@@TechnoVisionTV its true
@skyflamme
@skyflamme 4 жыл бұрын
Omg THANK YOU!
@domingodc4944
@domingodc4944 3 жыл бұрын
u r a GOD
@mihailokovacevic2422
@mihailokovacevic2422 4 жыл бұрын
How to make cracked server, beacouse I dont have paid minecraft
@lordkingbobgaming6210
@lordkingbobgaming6210 4 жыл бұрын
You can't. Servers require player uuid.
@rtxninja7304
@rtxninja7304 4 жыл бұрын
U can ive seen a vid on it before but i cant remember the video name nor how to do it but u will find it
@lordkingbobgaming6210
@lordkingbobgaming6210 4 жыл бұрын
@@rtxninja7304 it must be for bedrock edition. Java doesn't have a cracked server.
@rtxninja7304
@rtxninja7304 4 жыл бұрын
@@lordkingbobgaming6210 ive played on cracked java servers and ice seen a vid on how to do it
@lordkingbobgaming6210
@lordkingbobgaming6210 4 жыл бұрын
@@rtxninja7304the way I see it is cracked servers are illegal so just to be safe just don't make one
@gamerben5284
@gamerben5284 4 жыл бұрын
Comments 2 actual comments 3 :P
@Peter-wg5pm
@Peter-wg5pm 4 жыл бұрын
Gamerben lol NICE
@XDRmc
@XDRmc 3 жыл бұрын
instead of plugin: this its saying listner this in 5:19
@janos6759
@janos6759 3 жыл бұрын
same
@6L6Lcephas
@6L6Lcephas 4 жыл бұрын
This tutorial is good it is more good handle than forge ps: when I build the forge project it go out a lot message Android Studio is OK
@wilfsadude2nd403
@wilfsadude2nd403 4 жыл бұрын
how long until modding tutorial
@rilayo
@rilayo 3 жыл бұрын
tysm
@rons96
@rons96 Жыл бұрын
it's good, but you need to stop changing the project without rec, before the folders was group, now they are in tree mode, I already see how to do it in other tutorial, but can't remember, please stop.
@wingtoggled-old
@wingtoggled-old 10 ай бұрын
3:52
@Nxchti
@Nxchti 4 жыл бұрын
ich nix checken dis
@dapl3b
@dapl3b 3 жыл бұрын
thank uuuuuuu
@galencole2108
@galencole2108 4 жыл бұрын
make custom plants g
@korbanv4154
@korbanv4154 4 жыл бұрын
make more modding videos
@JustDoom
@JustDoom 4 жыл бұрын
also the title says #2 not #3 Edit: Yay its fixed!
@gamerben5284
@gamerben5284 4 жыл бұрын
XD
@gamerben5284
@gamerben5284 4 жыл бұрын
Yay!
@JustDoom
@JustDoom 4 жыл бұрын
:D
@anonyone8834
@anonyone8834 7 ай бұрын
Your videos are best but ubderrated
Spigot: Custom Plugin Tutorial - Commands (#4)
12:21
TechnoVision
Рет қаралды 37 М.
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
10 Main Differences Between Divi 4 & Divi 5 (Public Alpha)
8:23
Elegant Themes
Рет қаралды 1,1 М.
This Minecraft Dungeon Generator Is Amazing
13:00
KasaiSora
Рет қаралды 27 М.
Spigot: Custom Plugin Tutorial - First Plugin (#2)
11:26
TechnoVision
Рет қаралды 50 М.
Eigene Crafting Rezept in Minecraft erstellen! Minecraft Tutorial
10:50
Custom Items - Minecraft Plugin Development Ep. 5 (2022)
5:45
Worn Off Keys
Рет қаралды 19 М.
Spigot Plugin Development - 32 - Custom Events
17:04
Kody Simpson
Рет қаралды 17 М.
Ep4. Commands & Tab Complete - Minecraft Plugin Development
16:08
Matej (kangarko)
Рет қаралды 12 М.
How To Make A Velocity Minecraft Server Network
24:45
KasaiSora
Рет қаралды 54 М.
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН