• Post category:StudyBullet-8
  • Reading time:4 mins read


Build Minecraft Plugins and Run Your Own Server

What you will learn

Learn Java programming language

Develop Minecraft plugins in Bukkit, Spigot, and Paper

Build foundation for software engineering

Master development tools, techniques, and patterns

Description

Are you interested in learning about programming? Does software engineering as a career choice interest you? Start with building your own Minecraft plugins! This course requires no coding experience and covers all the knowledge you need to become a successful Minecraft Plugin Developer.

Enroll in the course now because:


Get Instant Notification of New Courses on our Telegram channel.


  • Java and programming skills are in high demand.
  • Develop Minecraft plugin projects to show you are passionate about technology and take initiative.
  • Boost your resume with Minecraft plugins as side projects.
  • Freelance opportunity and contract work related to Minecraft or the software development industry.
  • Sell premium plugins to Minecraft server owners.
  • Build custom servers for players

By the end of this course, you will know:

  • Programming languages (Java)
  • Data structures (Array, List, HashMap)
  • Design Patterns (Builder, Factory)
  • Spigot APIΒ (Events, Items, Effects)
  • Development ToolsΒ (IntelliJ, GitHub, Maven)
  • Software Engineering Skills (Debugger, Tracing, and Problem-solving)

In the course, the Minecraft plugins run on Spigot, which is the biggest Minecraft server software. We will set up a Minecraft server that players can connect to, install everything need to develop softwars, and develop plugins that run on the latest version of Minecraft server (currently 1.19) but the course includes the tutorial on how to downgrade or upgrade plugin to run on different version of Minecraft.

English
language

Content

Setup

Install Programming Language Java
Install Integrated Development Environment IntelliJ IDEA
Install Minecraft Server and Minecraft Launcher

Getting Started

Making First Minecraft Plugin
Bootcamp: Java Basics
Debug Java Programs and Minecraft Plugins
Upgrade Minecraft Plugin to Newer Version

Project: Sugar Rush!

Event Handler, Items, Potion Effect
Sound, Delayed Task, Chat Color
Bootcamp: Tools Basics

Project: Launch Pad!

Bootcamp: Event Basics
Config, List, and For Loops

Project: Firework Show!

Spawn Entity, Scheduler, Builder
Factory Pattern, Random Value, Array

Software Engineering Foundation

Build Open Source Plugins using Git