Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet authored Aug 28, 2017
1 parent 5badba6 commit d63d4f2
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@
CraftSearch is the worldwide first innovative Minecraft search engine that finds you servers in-game since 2016. Connect with one click to the server YOU want.

## How to build
1. Download the source code using GitHub
2. Create an empty java project on your favorite IDE
3. Import the /src/ folder in it
4. Select your Spigot build in the Build Path
5. Compile the program and save the jar file
1. Download the source code using GitHub (download as a .zip, then extract it).
2. Create an empty java project on your favorite Java IDE (name is as you want and choose either Java 1.7 or 1.8). We will show you screenshots of Eclipse Oxygen.
3. Import the /src/ folder in it. To import it :
3.1. Drag & drop the src folder on your project, and if promoted, select "copy folders and files". Try to NOT create links.
![alt text](https://www.craftsearch.net/img/install-source/copy-promt.png)
3.2. Open your projects folder, and copy the src folder in it. Then in your IDE refresh your project (right click > refresh).
![alt text](https://www.craftsearch.net/img/install-source/refresh.png)
You should get the following result :
![alt text](https://www.craftsearch.net/img/install-source/resultone.png)
Now set the src folder as the source folder. To do so, right click the folder, and in the Build Path option, select "use as Source Folder".
![alt text](https://www.craftsearch.net/img/install-source/set-source.png)
If everything went well, you should have this :
![alt text](https://www.craftsearch.net/img/install-source/result2.png)
4. Select your Spigot build in the Build Path. To do so, right click the project, go to the Build Path menu and select "Add External Archives", and select your Spigot(x.xx.x).jar. If you don't have any spigot version on your computer, download one from Internet.
![alt text](https://www.craftsearch.net/img/install-source/addarchive.png)
5. You should now get an error-free code ready to be compiled. Compile the program (right click, and select export) to generate a Java jar file, that you will save.
![alt text](https://www.craftsearch.net/img/install-source/export.png)
![alt text](https://www.craftsearch.net/img/install-source/selectjava.png)
![alt text](https://www.craftsearch.net/img/install-source/finish.png)

## How to install
1. Move the jar file in /plugins/ folder of your minecraft server
2. Start your minecraft server
3. To configure the plugin, please follow the instructions on our webpage : https://www.craftsearch.net/en/installation
1. Move the jar file in /plugins/ folder of your minecraft server.
2. Start your minecraft server.
3. To configure the plugin, please follow the instructions on our webpage : https://www.craftsearch.net/en/installation.

PLEASE NOTE : We will not be providing support to any modified plugin.

0 comments on commit d63d4f2

Please sign in to comment.