Introduce - LucFr1746/Minecraft-Coding GitHub Wiki
What is Minecraft?
- Minecraft is a sandbox video game developed by Mojang Studios in which the player breaks and places different types of blocks in a large 3D world where the players can create anything they want. More info.
What is coding?
- Coding, known as computer programming, is how we communicate with computers. By code, you can tell the computer what to do or how to operate it much faster. You can use this skill to create all you want in another fantastic way. More info.
What is program language?
- A programming language is a computer language programmers use to develop software programs, scripts, or other sets of instructions for computers to execute. More info.
Why is coding Minecraft?
- Minecraft is a base game in which you can only find limited items, blocks, and mobs. So if you want to have more items, blocks, and mobs customized to your style, you need to code and add them to the game. Especially you can change almost the entire game including its play style just with mods in your single-player world or mods and plugins in your multi-player server.
- If you haven’t played Minecraft yet. You must try it now and come back to this tutorial later!
Why is coding Minecraft?
- Minecraft is a base game in which you can only find limited items, blocks, and mobs. So if you want to have more items, blocks, and mobs customized to your style, you need to code and add them to the game. Especially you can change almost the entire game including its play style just with mods in your single-player world or mods and plugins in your multi-player server.
- If you haven’t played Minecraft yet. You must try it now and come back to this tutorial later!
What needs to be prepared?
- Minecraft launcher, if you want to crack, click here! If you want to buy Minecraft, click here! or click here! for a cheaper premium account. (Have been verified by me!)
- A Java or Koltin IDE (Coding language, where you going to write code). Eclipse or IntelliJ IDEA Community are recommended. How to set up: (Eclipse), (IntelliJ IDEA).
- Java SE Development Kit (core technology packages used in Java programming), click here!
- A Minecraft server to test what we have coded, the Paper server is recommended. Tutorial on how to make a Minecraft Server!
- Know how to write code and how Java work. Learning source, and some Youtube videos.
What needs to do while coding?
- If you don't know something, just ask google, search by English recommended.
- For some advanced Java code tutorials on Youtube, click here!
- Advanced lessons, Object Oriented-Programming, Minecraft MySQL, Youtube Chanel. and this!
- Open port for Minecraft server (Basic), (Advanced).
- Useful links: Spigot Plugin Development, Plugin Snippets, Spigot API.