ARK:SE: change BattlEye setting (#296)
* Add ARK: Survival Evolved * Final updates * Update ark-seconfig.json * Update ark-seconfig.json * Update ark-seupdates.json * Update chat regex * Metaconfig updates * Final final updates * Settings tweaks * Update settings descriptions * Gotta be final, right? * IceOfWraith made me do it * Update ark-seconfig.json * Fix player whitelist * IP binding updates * Update ark-seconfig.json
This commit is contained in:
parent
babe804c9b
commit
c349bde35d
@ -247,19 +247,19 @@
|
|||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Enable BattlEye",
|
"DisplayName":"Disable BattlEye",
|
||||||
"Category":"ARK Server Settings",
|
"Category":"ARK Server Settings",
|
||||||
"Description":"If set, BattlEye will be enabled on the server",
|
"Description":"If set, BattlEye will be disabled on the server",
|
||||||
"Keywords":"battleye,enable,usebattleye,nobattleye",
|
"Keywords":"battleye,disable,nobattleye",
|
||||||
"FieldName":"BattlEye",
|
"FieldName":"BattlEye",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"BattlEye",
|
"ParamFieldName":"BattlEye",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"-UseBattlEye ",
|
"DefaultValue":"",
|
||||||
"EnumValues":{
|
"EnumValues":{
|
||||||
"False":"-NoBattlEye ",
|
"False":"",
|
||||||
"True":"-UseBattlEye "
|
"True":"-NoBattlEye "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user