mirror of
https://gitlab.com/crafty-controller/crafty-documentation.git
synced 2025-12-05 01:10:14 +00:00
Add neoforge import documentation
This commit is contained in:
@@ -69,6 +69,51 @@ Welcome to our Frequently Asked Questions (FAQ) page, where you'll find answers
|
||||
|
||||
By following these steps, you should be able to set up your Minecraft Forge server successfully within Crafty. If you encounter any issues or need further assistance, don't hesitate to reach out to our support team. Happy crafting!
|
||||
|
||||
|
||||
!!! quote ""
|
||||
### Setting up Minecraft NeoForge Servers with Crafty
|
||||
|
||||
-----
|
||||
|
||||
Setting up NeoForge servers with Crafty can be a little tricky. Follow the steps below to ensure a smooth setup process:
|
||||
|
||||
1. **Prepare the NeoForge Server:**
|
||||
- Download the NeoForge "Server Files".
|
||||
- Run the NeoForge Installer. When the installer window opens make sure to choose the same directory the installer is in. If the installer is in a directory called `/neoforge` make sure to direct the install to `/neoforge`.
|
||||
- Once extracted, compress the `/neoforge` directory into a zip file called `neoforge.zip`.
|
||||
|
||||
2. **Import the NeoForge Server into Crafty:**
|
||||
- In Crafty's control panel, click on 'Create a Server'.
|
||||
- Choose the option "upload zip for server import". Upload the `neoforge.zip`.
|
||||
- Select the root dir. You're looking for the directory with the neoforge installer and a libraries folder in it.
|
||||
- The server executable will be `libraries/net/neoforged/neoforge/[your-forge-version-do-not-copy]/neoforge-[your-forge-version-do-not-copy]-server.jar`
|
||||
!!! success ""
|
||||
To find the neoforge-version you can click on select root dir then expand `libraries/net/neoforged/neoforge`.
|
||||
|
||||
The folder inside of neoforge will be named the neoforge version. The installer file should also have this information.
|
||||
- Fill out the remaining fields.
|
||||
|
||||
3. **Update the Server Execution Command:**
|
||||
- Modify your Server Execution Command in Crafty by adapting the command structure from the import process:
|
||||
- **For Windows**: Replace the existing command with the following:
|
||||
```
|
||||
java -Xms4000M -Xmx4000M @libraries\net\neoforged\neoforge\[your-neoforge-version-do-not-copy]\win_args.txt nogui
|
||||
```
|
||||
- **For Linux/MacOS**: Replace the existing command with the following:
|
||||
```
|
||||
java -Xms4000M -Xmx4000M @libraries/net/neoforged/neoforge/[your-neoforge-version-do-not-copy]/unix_args.txt nogui
|
||||
```
|
||||
- Ensure you are using the correct java version for the server. 1.21 + requires java 21.
|
||||
|
||||
4. **Start the NeoForge Server:**
|
||||
- Save the changes in Crafty and start the server.
|
||||
- Keep in mind that NeoForge servers may take some time to fully initialize, so please be patient as it loads the necessary resources and displays the information on the terminal.
|
||||
|
||||
> **Note:** Be cautious when modifying the Server Execution Command and ensure that you refer to the specific `.bat` or `.sh` file provided by the installer to extract the correct information.
|
||||
|
||||
By following these steps, you should be able to set up your Minecraft Forge server successfully within Crafty. If you encounter any issues or need further assistance, don't hesitate to reach out to our support team. Happy crafting!
|
||||
|
||||
|
||||
!!! quote ""
|
||||
### Setting up Modrinth modpacks with Crafty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user