forked from EnigmaticaModpacks/ServerStarter
-
Notifications
You must be signed in to change notification settings - Fork 9
/
server-setup-config.yaml
71 lines (57 loc) · 1.66 KB
/
server-setup-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
_specver: 2
modpack:
name: Craftoria
description: The latest & best of NeoForge on 1.21
install:
mcVersion:
loaderVersion: 21.1.66
modpackUrl: https://mediafilez.forgecdn.net/files/5803/608/Craftoria-1.5.0.zip
installerUrl: "https://maven.neoforged.net/releases/net/neoforged/neoforge/{{@loaderversion@}}/neoforge-{{@loaderversion@}}-installer.jar"
ignoreFiles:
- mods/optifine*.jar
- resources/**
additionalFiles:
localFiles: ~
installerArguments:
- "--installServer"
modpackFormat: curse
formatSpecific:
ignoreProject:
- 737481 # Chat Toggle
- 363363 # Extreme Sound Muffler
- 394468 # Sodium/Embeddium
- 986380 # Lighty
- 844662 # Entity Model Features
- 568563 # Entity Texture Features
- 915902 # Euphoria Patches
- 690971 # SeasonHUD
- 455508 # Iris
- 1089803 # Better Modlist
- 511319 # Reese's Sodium Options
baseInstallPath:
checkFolder: true
installLoader: true
installPack: true
spongeBootstrapper: ~
connectTimeout: 90
readTimeout: 90
launch:
# specifies the max amount of ram the server is supposed to launch with (Xmx)
maxRam: 5G
# specifies the minimal amount of ram the server is supposed to launch with (Xms)
minRam: 3G
# specifies whether the server is supposed to auto restart after crash
autoRestart: false
javaArgs:
- "-XX:+UseZGC"
- "-XX:+ZGenerational"
spongefix: false
ramDisk: false
checkOffline: false
crashLimit: 10
crashTimer: 60min
preJavaArgs: ~
forcedJavaPath: ~
startCommand:
- "@libraries/net/neoforged/neoforge/{{@loaderversion@}}/{{@os@}}_args.txt"
- "nogui"