[JAVA] Let's write Hello World

Did you find out that you were looking at this article? Did you look at the previous article? Then, do you go to the main subject? This time, let's write the code that will come out as "Hello World!" When you type "/ hello" in Minecraft. Let's launch IntelliJ IDEA first.

Launch a project

image.png First, check Spigot. image.png If you are not sure about it here, you can set it like this. image.png Let's decide the project name here. If you are not sure, please write like this. helloworld-spigot image.png Let's wait until it builds. image.png

Let's write the code

Once built ... First, open plugin.yml from the file on the left. image.png Please write like this. Until you get used to it, you can copy it. image.png Then open HelloWorld.java. And write like this. image.png If you can write it, please press here. "Add configuration" image.png Open Maven and select "Hello World-spigot build". image.png And if you select it, it's OK I think it looks like this. image.png Then press the play button on the right to run it. Like this image.png When it says "BUILD SUCCESS" like this, it's done. image.png Now open target, put HelloWorld-1.0-SNAPSHOT.jar in the server plugins file and type "/ hello" in the server. When Hello World! Is displayed, you're done! image.png Up to here for this time! Please like and follow us. See you again! BYE~

Recommended Posts

Let's write Hello World
Read "Hello world"
Java, Hello, world!
Java Hello World
"Hello World" in Java
Java Learning (1)-Hello World
Hello world in node.js
Hello World in Java
Studying Java-Part 1-Hello World
Hello World on WebAssembly
Hello World with Micronaut
Hello World with Spring Boot
Hello World with Spring Boot!
Hello World with VS Code!
java hello world, compile, run
Hello World with Spring Boot
Java beginners read Hello World
Hello World with SpringBoot / Gradle
Hello, World! With Asakusa Framework!
Spring Boot Hello World in Eclipse
Hello World for ImageJ Java Plugin
Until "Hello World" with Spring Boot
Hello World on AWS Lambda + Java
Hello world with Kotlin and JavaFX
Hello World with Docker and C
Hello World in java in eclipse now
(Intellij) Hello World with Spring Boot
Hello World with GlassFish 5.1 + Servlet + JSP
Create PDF with itext7 ~ Hello World ~
Java 10 (JDK 10) was released on March 20, 2018, so let's try Hello World.
hello, world in Vanilla Java-EHW2018 "MVP"
"Hello world" for ImageJ with Eclipse
Hello World with GWT 2.8.2 and Maven
Android OS (7.1.2) build and Hello World
Hello world in Java and Gradle
Creating an Elasticsearch Plugin Series (1) Hello World
Hello World with Eclipse + Spring Boot + Maven
Hello, World! In the bootstrap loader area
Hello world with Java template engine Thymeleaf
[Practice! ] Display Hello World in Spring Boot
Java development with Codenvy: Hello World! Run
"Hello, World!" With Kotlin + CLI in 5 minutes
Hello World on Mac VS Code Java
Introduction to Ratpack (3) --hello world detailed explanation
Hello world with Kotlin and Tornado FX
How Spring Security works with Hello World
(IntelliJ + gradle) Hello World with Spring Boot
Minimal Java environment construction and Hello World