Get started
Installation
Download Paper here: https://papermc.io/downloads. Choose the last build of 1.19.3 version.
Create a server start script
Linux
Create a start.sh file.
java -Xmx2048M -Xms2048M -jar paper-1.19.3-431.jar
Windows
Create a start.bat file
@echo off
java -Xmx2048M -Xms2048M -jar minecraft_server.1.19.3.jar <your_paper_file>
pause
Launch server and install dependencies
Execute the server start script. The Minecraft server should start. Once initialized, stop it. Some files and folders should have been created.
Clone the Fort-Lisa project somewhere in your machine.
Copy all jars of the /dependencies folder of Fort-Lisa into the /plugins folder of your server.
Start the server again. All plugins are going to be initialized and installed.
Once done, move the Fort-Lisa project into plugin/Skript/script. You should now have a plugin/Skript/script/fort-lisa folder.
Launch your Minecraft client. Go to multiplier. Connect to your server at the localhost address.
Once logged, go to your minecraft console. run
/op <your_account>
. This will give you all priviledges on the server.From your MC client, run a
/sk reload all
command. All scripts should take less than 1 min to load.Then, run the command
/admin init
Enable Hot Reload
On Windows, Hot Reload doesn't work well
Go to Fort-Lisa project.
Last updated