Direwolf Server setup - Louise-Renwick/Minecraft-Server-Setup GitHub Wiki

get latest server file from: https://feed-the-beast.com/modpacks/server-files

make a new folder for the version. eg: mkdir direwolf180 cd to that folder and execute the server download: eg: curl -JLO "https://api.modpacks.ch/public/modpack/119/11393/server/linux" && chmod +x serverinstall_119_11393

remove unwanted mods by appending <.disabled> to file names in the /mods folder on both server and client:

  • cyclic
  • growthcraft
  • suchigocrafting

start the server then stop it (creates the default server.properties file): ./start.sh stop replace/edit server.properties file (copy from previous version: cp ../direwolfxxx/server.properties .

  • difficulty: hard
  • motd

remove world folder: rm -r -f world

start server

gamerule announceAdvancements false

⚠️ **GitHub.com Fallback** ⚠️