mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-25 16:37:21 +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
766 B
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