mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-25 08:27:28 +00:00
Theres documentation at https://sylvessa.zip/fourkit/ now. And a bunch of other changes. Check the discord server for a more comprehensive list
15 lines
766 B
Markdown
15 lines
766 B
Markdown
@page install Installing Fourkit
|
|
|
|
Before being able to run FourKit, you need [.NET 10 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
|
|
|
|
After you install .NET 10, grab the [latest release from github](https://github.com/sylvessa/MinecraftConsoles/releases/tag/nightly-dedicated-server)
|
|
|
|
If you are just updating FourKit, you only need to install Minecraft.Server.exe and Minecraft.Server.FourKit.dll and replace them.
|
|
|
|
After installing, run Minecraft.Server.exe, and place any plugins in the plugins folder that gets automatically made.
|
|
|
|
Plugins end as a .DLL file. Some plugins require it to be in its own folder (due to having dependencies)
|
|
|
|
Below, we will go over how to setup your development environment if you want to make plugins:
|
|
|
|
@ref setup |