# Installation

## Requirements

Mine-net plugin doesnt need any other plugin for its base to work.\
However some are used for certain modules to work these dependency's are written on the modules pages.

## First steps

In order to use Mine-Net you need a mine-net website! \
Go to <https://mine-net.eu/login.php> and login with your discord account

Mine-Net will automatically create the right files for you!

## Configurating the plugin

In order to configurate the plugin we need 2 things\
A community name and the plugin key.

On mine-net go to the General & Modules page.

Fill out the top form as much as you need.\
The required fields are Server IP for either java or bedrock or both and Community Name aswell as the MC Version your server runs on.\
When your done with that click SAVE

Now go to your server and drop in the mine-net jar file afterwards start the server and stop it&#x20;

Now go into the Mine-Net folder inside the plugins folder there is a Config.yml there<br>

Enter the same servername as you entered in the community name field\
For the plugin key you can get that from your dashboard page

```
minenet:
  servername: "" < the name you gave your server
  pluginKey: "Putkeyhere!" < the pluginkey as shown on your dashboard
```

now save the config and startup the server.\
The plugin is now ready to be used with your new Mine-Net website!

### BungeeCord?

The bungeecord has the same first time setup as the spigot plugin\
after that make sure to restart any server behind the bungeecord network accordingly. if all done correctly they all show bungeemode enabled in the console meaning that they wil listen to bungeecord messages instead of selfscanning


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mcgsoft.eu/mcg-mine-net/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
