-
Notifications
You must be signed in to change notification settings - Fork 8
/
configFiles.json
27 lines (23 loc) · 1.36 KB
/
configFiles.json
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
{
"config/STServer.ini": {
"parser": "ini",
"find": {
"Note.Comment": "THIS FILE IS AUTOMATICALLY GENERATED BY PTERODACTYL",
"Note.Comment2": "Please do not edit this file by hand, all changes will be lost. Use the Startup tab in your server panel instead.",
"Note.Comment3": "Exception: Any new settings from new server versions that are not shown in the panel MAY be added to this file.",
"Gameplay.fGoldLossFactor": "{{server.build.env.CFG_GAME_GOLD_LOSS_FACTOR}}",
"Gameplay.bEnableXpSync": "{{server.build.env.CFG_GAME_XP_SYNC}}",
"Gameplay.bEnablePvp": "{{server.build.env.CFG_GAME_ENABLE_PVP}}",
"Gameplay.bEnableGreetings": "{{server.build.env.CFG_GAME_ENABLE_GREETINGS}}",
"Gameplay.uDifficulty": "{{server.build.env.CFG_GAME_DIFFICULTY}}",
"LiveServices.bAnnounceServer": "{{server.build.env.CFG_LIVE_ANNOUNCE_SERVER}}",
"ModPolicy.bAllowMO2": "{{server.build.env.CFG_MOD_ALLOW_MO2}}",
"ModPolicy.bAllowSKSE": "{{server.build.env.CFG_MOD_ALLOW_SKSE}}",
"ModPolicy.bEnableModCheck": "{{server.build.env.CFG_MOD_ENABLE_MOD_CHECK}}",
"GameServer.sPassword": "{{server.build.env.CFG_SRV_PASSWORD}}",
"GameServer.sServerName": "{{server.build.env.CFG_SRV_NAME}}",
"GameServer.bPremiumMode": "{{server.build.env.CFG_SRV_PREMIUM_MODE}}",
"GameServer.uPort": "{{server.build.default.port}}"
}
}
}