Skip to content

eternadox/How-To-Set-Up-MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

How To Set Up MCP (1.8.x) for Client Developing

Step 1

If you already have an IDE, you can skip this.

  • Choose your IDE: The two most popular are Eclipse and IntelliJ.
  • My personal preference is IntelliJ (Make sure to install the Community version!)
  • You can download Eclipse here, and IntelliJ here

Step 2

  • Once you have an IDE, go ahead and make a folder.
  • Call the folder your client's name, or whatever you would like.
  • Next, you need MCP. You can either get Maven-MCP, or regular MCP.
  • Once you have either one downloaded, extract it in your folder.

Step 3

  • Open your IDE, and create a new project from existing sources, if you are on MavenMCP click Maven Project, and if you are on regular MCP click Eclipse Project.

For Maven Projects, select the project file as pom.xml.
For Eclipse/Regular MCP Projects, click on the eclipse folder.

Step 4

  • Click on Project Structure > Modules > Sources, and remove Content Roots.
  • Next, if you are using regular MCP, add a Content Root to src/minecraft, but if you use MavenMCP, add a content root to src/main/java.

Step 5

  • To run your program, add a new Run Configuration.
  • i'm too lazy to finish this rn

Releases

No releases published

Packages

No packages published