Just to clarify, I believe System.out.println(); will also print to console as well!
@hridaymeka58384 жыл бұрын
Please continue the plugin series!
@고진감래와달삼쓰뱉4 жыл бұрын
i don't have a import org.bukkit.plugin.java.JavaPlugin !!!!!!!!!
@CreeperSlenderman4 жыл бұрын
@@고진감래와달삼쓰뱉 then add it
@고진감래와달삼쓰뱉4 жыл бұрын
@@CreeperSlenderman okay
@Chasling_4 жыл бұрын
The @Override is red. Help??
@peegion47422 жыл бұрын
This man deserves more views than all the KZbinrs that have 50 keybinds so you have to rewatch the video 10 times to understand it
@OverAndOverAndOver4 жыл бұрын
Glad to see that you're back! Your tutorials are so easy to follow and understand!
@notmarty85454 жыл бұрын
SorensenGaming yes
@TechnoVisionTV4 жыл бұрын
Thanks for watching! :)
@trenderks57364 жыл бұрын
@@TechnoVisionTV how do do the string
@_pitpat24714 жыл бұрын
Love this! I want to learn rather than just copy code and your the first I've come across that actually explains why you do certain things!
@paradox_monke73384 жыл бұрын
Hell yeah! Time to get back coding!
@legitlemons96044 жыл бұрын
Awesome job mate... First person to actually know what there doing!
@3dsenpai2764 жыл бұрын
Thank you very much for this tutorial! I've wanted to start my own server for a while without using other peoples plugins.This tutorial really helped :)
@Josh-yj3ov4 жыл бұрын
Cant wait for more!
@eevan173 жыл бұрын
If anyone is having trouble with intelliJ creating 3 seperate folders instead of one main package, right about the folder view there is a gear icon for settings and click "compact middle packages". Then file > save all > and u will be good!
@dcgamer09982 жыл бұрын
Hi, thanks for the help, but when I try to do /plugins it says "Plugins (0):" on a fresh spigot server on my pc
@trinity_null4 жыл бұрын
Nice! Thanks!
@ToSemIdeia8414 жыл бұрын
What I did wrong here? [16:36:06 ERROR]: Could not load 'plugins\Tutorial.jar' in folder 'plugins'
@sudovoxel6073 жыл бұрын
I got the same thing. Im gonna try to use the 1.15.2 version. but I have no idea.
@ToSemIdeia8413 жыл бұрын
@@sudovoxel607 I don't remember exactly what it was, but I managed to solve it. If it helps, I just did everything again and it worked, maybe it was some dumb thing that I overlooked
@sudovoxel6073 жыл бұрын
@@ToSemIdeia841 I got it to work. I did 1.15.2 instead of 1.15, Was also using the wrong JDK. lol. have a great day :)
@SardineandTuna4 жыл бұрын
Hey I have a question I don't see Java class 1:35 I see kothen class does that work?
@keslergriffin68983 жыл бұрын
hey so do I, were you ever able to figure it out?
@deletedchannel9f8fififmrmk284 жыл бұрын
Awesome thank you so much this is my first time coding java!
it says I am using a too recent version of java runtime how do I fix
@mirit01404 жыл бұрын
When i run the server it doesn't say "[Tutorial]: Plugin is enabled!" I don't know why It also show a lot of red text with the first log being Could not load 'plugins\Tutorial.jar' in folder 'plugins'
@deletedchannel9f8fififmrmk284 жыл бұрын
What else does it say?
@ToSemIdeia8414 жыл бұрын
same for me
@ToSemIdeia8414 жыл бұрын
I had the same problem, to fix it you need to install JDK 8, you probably installed JDK 11 as it's the most recent. I also did everything again (except installing intelliJ again) just to be sure, and it worked
@antimattur3 жыл бұрын
@@ToSemIdeia841 Tysm
@marcelbarlik7293 жыл бұрын
Can't quite get it set up to work properly. Stumbling upon many different error messages, and I've been able to narrow it down now to "Could not load plugins/sf4prestige.main.jar in folder plugins because plugins description invalid". It's a start but I am still unable to run a single plugin which is a bit annoying, and I don't want to pay a fortune for someone just to write a simple plugin. Any solution for fixing this?
@Cootaloo4 жыл бұрын
When i make the package com.name.tutorial it makes three separate packages instead of one
@thijsgames39764 жыл бұрын
me2
@r.c1374 жыл бұрын
@@thijsgames3976 its normal dont worry
@illimiran3 жыл бұрын
My run application doesnt work, it says to click any button to continue but when i do it just closes it also says "the system can not find the file C:\ProgramData\Oracle\Java\javapath\java.exe.". I have to use the server application to start the server, is that normal?
@QuietBorb4 жыл бұрын
when i run the server it doesnt seem to be able to run the plugin
@redpanda18793 жыл бұрын
me too. it says Class '(Name)' is never used :6 and when I try starting it, it won't load the plugin.
@gamercorpseplays3 жыл бұрын
@@redpanda1879 did you ever find a fix?
@redpanda18793 жыл бұрын
@@gamercorpseplays I did not find a fix.
@Neoncyo Жыл бұрын
yo i know im 2 years late... but i did EVERYTHING on video 1, but when i try to type extends java plugin, it never works...
@RayTraces2 жыл бұрын
i didnt work i redid the entire thing and looked through the turtorial ep 1 and still cant make extends JavaPlugin{ to work
@kazzybun63214 жыл бұрын
can you give me link too download server that runs with Run Command instand of Server.Jar or smth like that
@MrShawn4 жыл бұрын
Hey, I would recommend teaching how to use the IntelliJ plugin "Minecraft Plugin Development". It automatically creates a project with the SpigotAPI imported through either Maven or Gradle. It's easy to build a project that way, plus you can easily add other APIs and libraries down the line through Maven or Gradle. Keep up the good work though!
@scyye-gaming3 жыл бұрын
help whenever i write out the code it doesnt sho any errors, then i build it and it goes in to "plugins" folder, still no errors NO ERRORS yet still when i open the console theres no text saying it was enabled, and when i do pl it says theres no plugins installed CT: help, support, proble
@KKJKJH10 ай бұрын
tip for anyone with the same problem: make sure your api-version in the .yml file is 1.14 (if you are making for 1.14 or 1.14+), this solved the problem for me
@iprobablyhack1874 жыл бұрын
me before creating a Minecraft plugin: brain 100 me after creating a Minecraft plugin: *Brain 1,000,000*
@schnitzelhannes64314 жыл бұрын
Your vids are good, but why switch between plugins and mods? how about finishing one first? they are allready so seldom
@rubenmoons7803 жыл бұрын
HELP when i right click and press new there is no possebility to choose java class 1:05
@spotlightproductionsofficial3 жыл бұрын
yellowww Ruben, casper hier :) kijk u instagram kzal u daar helpen hehe
@rubenmoons7803 жыл бұрын
@@spotlightproductionsofficial al gefixed gistere ma thx en wa zijn de kanse da gij da zag?? lel
@spotlightproductionsofficial3 жыл бұрын
@@rubenmoons780 hehe kwas deze tut ook aant zien
@musicbysenpai3 жыл бұрын
i got a question i am coding a plugin through version 1.17 si that ok if i put 1.17 in api version in plugin.yml
@TechnoVisionTV3 жыл бұрын
You will have to use Java 16 I believe
@JavaBreak234 жыл бұрын
Cannot start compiler The SDK is not specified for module tutorial
@byrussx3 жыл бұрын
boy, ur the best
@GamingEmpire8443 жыл бұрын
When I was coding and you told me to do the @Override it has an error in the first override @Override public void onEnabled() { } This is the part I am having trouble with due to an error
@brasachi3 жыл бұрын
What button did you press for creating a string?
@preciousplayz95823 жыл бұрын
just type "" in the brackets and wtrite the string on those inverted commans, example "EPIC STRING"
@buzz73134 жыл бұрын
TY so so much i messed up A long the way but because of you your vids helped A lot. Again TY
@dasheffector65514 жыл бұрын
How do ya add the string Like what r.the buttons u clicked to get it
@shateq4 жыл бұрын
Video have got 11 minutes and 25 seconds, but if you are watching and following the tutorial it takes average about 2 times longer! But it is still great
@keslergriffin68983 жыл бұрын
hey why don't I see the ability to make a "java class" folder?
@nurvy36433 жыл бұрын
Don't use space
@nurvy36433 жыл бұрын
Don't using space in your package name
@breakfast13684 жыл бұрын
Please i need help. When i create the java class theres an error saying "Class 'Plugin' is never used" and it makes everything not work.
@oddshapedrock78314 жыл бұрын
Same
@sixshooter00744 жыл бұрын
how do you add a string?
@sh1ttersgf4004 жыл бұрын
Unsupported API version 1.8, it doesnt load cuz of this
@vedantyeole24583 жыл бұрын
Help!! I dont have that new package button
@bbacream84274 жыл бұрын
the "@Override" is giving the error java: method does not override or implement a method from a supertype
@bogdanciubotaru41254 жыл бұрын
It needs to extend a class to override it
@mintytc3 жыл бұрын
@@bogdanciubotaru4125 how
@bogdanciubotaru41253 жыл бұрын
@@mintytc when you declare the class just type :extends Ex. Class audi : extends car
@mintytc3 жыл бұрын
@@bogdanciubotaru4125 ok ty
@bradlb03284 жыл бұрын
When I try to load the run.bat command after everything I get the error: Could not load 'plugins\Trial1.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: version is not defined I followed the video very closely, has something updated with marking the spigot.api as 1.14 in plugin.yml?
@recior4 жыл бұрын
prob not
@recior4 жыл бұрын
send me ur yml file
@bradlb03284 жыл бұрын
I got it fixed thanks tho
@recior4 жыл бұрын
@@bradlb0328 noice
@JCrobotss12342 жыл бұрын
@Override isnt working :{
@antmoundsock11223 жыл бұрын
is api-version the version of minecraft?
@notkrovu27653 жыл бұрын
i clicked javascript file cuz i dont have a java class option and when i type JavaPlugin nothing appears
@TechnoVisionTV3 жыл бұрын
This is a Java API. You cannot use JavaScript
@notkrovu27653 жыл бұрын
@@TechnoVisionTV well it’s fine cuz I found a new way to get a java class
@congraz26933 жыл бұрын
How do I get the s: in sendMessage() -I have tried anything. But nothing work
@kingcodesquid93073 жыл бұрын
just type "" 😂
@kingcodesquid93073 жыл бұрын
plus you don't even need the s
@mashupupdates93414 жыл бұрын
If you using eclipse, do you just hit "build"?
@xinyvinny3 жыл бұрын
can't find new packege for src
@tomnewton35534 жыл бұрын
You should remove the spigot compile output from the artifact because your file was 1mb but it should be around 2kb
@TechnoVisionTV4 жыл бұрын
Good idea, thank you! I'll mention this in the next video :)
@GoldenD604 жыл бұрын
woah didn't expect it to be soo much like C#
@10meisterballe3 жыл бұрын
C# has a lot of inspiration from Java
@sarcasticdoorknob80613 жыл бұрын
hii !! i know this is an old tutorial but i need help- i followed all the important things in this tutorial but when i run the server the text prints but it isn't colored. the only major difference i can think of is that im using the 1.8 api(running on 1.8 server) instead of the latest ones. can anyone help me ?
@TechnoVisionTV3 жыл бұрын
The console is only colored in later versions. You cannot color console text in 1.8, but it will work for in game chat!
@harpijaeurope98923 жыл бұрын
@@TechnoVisionTV hey when i try to compile the jar so i can use it as a plugin it doesn't appear anywhere? and I changed the directory
@knowscratcher Жыл бұрын
do this still work on 1.19.4?
@SCP-ut8qo3 жыл бұрын
import chat color not support ? why
@friedchicken52274 жыл бұрын
What would happen if you don’t do the com.name.pluginName? Is it necessary?
@alexanderkovac18743 жыл бұрын
pls help, I have problem with API
@kirpy43562 жыл бұрын
Technovision, im fricking begging for help. it shows that .yml files are no longer supported, welp
@RAXISi3 жыл бұрын
Sorry, I was following the instructions and thew I saw class is never used Anyone else?
@BittoyStudio4 жыл бұрын
Thanks a lot!
@Fredo224 жыл бұрын
did Intelj just become skeppy because it sends to me java: invalid source release: 14
@Michael-wr8ks4 жыл бұрын
you have to put 1.14
@Michael-wr8ks4 жыл бұрын
also btw if you are making a 1.16 plugin you have to put 1.16 and if you make 1.15 plugin you have to put 1.15
@carlislerussell69034 жыл бұрын
@@Michael-wr8ks im making 1.16.4 and it says "java: error: invalid source release: 15"
@notmarty85454 жыл бұрын
Hey when are you going to do the next cryptocurrency tutorial I love it!
@meeperhere3 жыл бұрын
@Override gives an error
@Fennx-ch1bz4 жыл бұрын
any one help it ses D:\Spigot Workspace\HelloWorld\src\me\GreenGamer\HelloWorld\main.java:19:2 java: reached end of file while parsing When I Build
@yakkuuu4 жыл бұрын
ok so now im pro i can work at hypixel right
@Michael-wr8ks4 жыл бұрын
yea
@effex12054 жыл бұрын
it says i cant use @Override
@gdviciousbee27153 жыл бұрын
Did you even spell it right?
@gdviciousbee27153 жыл бұрын
bc i spelt it wrong once and it didnt work
@crazywolf9264 жыл бұрын
One tip u can install minecraft extension
@efficiencyyt.8 ай бұрын
does spigot still believe that the api is on 1.14??
@carlstigaxel3 жыл бұрын
oh says it cant find a plugin.yml for me :0
@IronTaylor90003 жыл бұрын
same, do you know a fix?
@LordTalismond4 жыл бұрын
are Plugin's just Server side?
@davidspaics62214 жыл бұрын
yes
@TheLimsian4 жыл бұрын
I got stuck on the String can anyone HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@TheLimsian4 жыл бұрын
The string symbol is not appearing and i did the "[Tutorial]:~HIP~HIP~GPI(GP"
@sefovsky3 жыл бұрын
I hate this program it always deletes things i write after i put ;
@kirklandburrill95294 жыл бұрын
This man really right click copy and pasted.
@lily389424 жыл бұрын
it wooooorks
@markasdenver4 жыл бұрын
yey
@Peter-wg5pm4 жыл бұрын
Yes
@trenderks57364 жыл бұрын
It says: illegal build
@jefrancis21533 жыл бұрын
"If this doesn't work and you're unable to import JavaPlugin, you did something wrong" Please man, don't just say I did something wrong and I need to fix it. Tell me what I did wrong so I can fix it.
@gamercorpseplays3 жыл бұрын
He did, he said go back and rewatch the first video and follow the steps...
@sergiosdarlasis4373 жыл бұрын
there are a lot of stuff that might be wrong. so instead of making the video too long to explain this he said that u can rewatch the 1st video and do everything again so u dont do a mistake
@EnderPrinceLive4 жыл бұрын
part 3 please
@고진감래와달삼쓰뱉4 жыл бұрын
i don't have a import org.bukkit.plugin.java.JavaPlugin !!!!!!!!!
@고진감래와달삼쓰뱉4 жыл бұрын
please help me!!!!!!!!!!!!!!!!!!!
@asuhdude35104 жыл бұрын
stop spamming the comment section. You made an error while installing JDK8 I'm guessing
@lostnetwork57174 жыл бұрын
18 hours later with some help if your are seeing red like i was update your java to jdk se 11 LTS paper servers now require it java 8 no longer works
@lostnetwork57174 жыл бұрын
and after update go back to tutorial 1 and start over
@dasheffector65514 жыл бұрын
Hey
@kioku32864 жыл бұрын
@Nathaniel-xz7ng4 жыл бұрын
don't I need to learn java first
@kshau_3 жыл бұрын
180th comment
@Nxchti4 жыл бұрын
das ist mobbing, marius macht es besser du opfer
@tronamzuk79134 жыл бұрын
hahah
@adambristow97312 жыл бұрын
This is awesome, I got stuck for a second, it kept saying: org.bukkit.plugin.InvalidPluginException: Cannot find main class My class was set to: com.RealizmModz.ModzUtilities I fixed it by doing: com.RealizmModz.ModzUtilities.ModzUtilities
@br3adstix_gaming Жыл бұрын
I have a problem with @override causing errors
@surge86013 жыл бұрын
Thank you so much!
@고진감래와달삼쓰뱉4 жыл бұрын
i don't have a import org.bukkit.plugin.java.JavaPlugin !!!!!!!!!
@고진감래와달삼쓰뱉4 жыл бұрын
i don't have a import org.bukkit.plugin.java.JavaPlugin !!!!!!!!!