MinecraftConsoles/Minecraft.Server.FourKit/docs/install.md
sylvessa f5f9aa1cf5 finish rewrite; port to cmake, loads of other changes
Theres documentation at https://sylvessa.zip/fourkit/ now. And a bunch of other changes. Check the discord server for a more comprehensive list
2026-03-21 14:01:49 -05:00

766 B

@page install Installing Fourkit

Before being able to run FourKit, you need .NET 10 Runtime

After you install .NET 10, grab the latest release from github

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