ARK:SE: update ActiveEvent setting (#328)
This commit is contained in:
parent
6db3b3a99c
commit
2638cee0ad
@ -115,7 +115,7 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Active Event",
|
"DisplayName":"Active Event",
|
||||||
"Category":"ARK Server Settings",
|
"Category":"ARK Server Settings",
|
||||||
"Description":"Sets the server's active event, if any. Some events may only work partially or not at all. Most special event assets are removed after the event",
|
"Description":"Sets the server's active event, if any. Some events may only work partially or not at all. Most special event assets are removed after the event. Use Custom and set Custom Event Name for an event not listed",
|
||||||
"Keywords":"active,event,activeevent",
|
"Keywords":"active,event,activeevent",
|
||||||
"FieldName":"ActiveEvent",
|
"FieldName":"ActiveEvent",
|
||||||
"InputType":"enum",
|
"InputType":"enum",
|
||||||
@ -127,17 +127,31 @@
|
|||||||
"None":"None",
|
"None":"None",
|
||||||
"birthday":"ARK: 5th Anniversary",
|
"birthday":"ARK: 5th Anniversary",
|
||||||
"ark7th":"ARK: 7th Anniversary",
|
"ark7th":"ARK: 7th Anniversary",
|
||||||
"FearEvolved":"ARK: Fear Evolved 6",
|
"FearEvolved":"ARK: Fear Evolved",
|
||||||
"TurkeyTrial":"ARK: Turkey Trial 5",
|
"TurkeyTrial":"ARK: Turkey Trial",
|
||||||
"Arkaeology":"ARK: ARKaeology",
|
"Arkaeology":"ARK: ARKaeology",
|
||||||
"Easter":"ARK: Eggcellent Adventure 7",
|
"Easter":"ARK: Eggcellent Adventure (Easter)",
|
||||||
"ExtinctionChronicles":"Extinction Chronicles",
|
"ExtinctionChronicles":"Extinction Chronicles",
|
||||||
"vday":"ARK: Love Evolved 3",
|
"vday":"ARK: Love Evolved (vday)",
|
||||||
"PAX":"ARK: PAX Party",
|
"PAX":"ARK: PAX Party",
|
||||||
"Summer":"ARK: Summer Bash 2021",
|
"Summer":"ARK: Summer Bash (Summer)",
|
||||||
"WinterWonderland":"ARK: Winter Wonderland 7"
|
"WinterWonderland":"ARK: Winter Wonderland",
|
||||||
|
"{{CustomEvent}}":"Custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"DisplayName":"Custom Event Name",
|
||||||
|
"Category":"ARK Server Settings",
|
||||||
|
"Description":"Sets a custom active event name for the server. \"Custom\" type must be selected under Active Event",
|
||||||
|
"Keywords":"custom,active,event,activeevent",
|
||||||
|
"FieldName":"CustomEvent",
|
||||||
|
"InputType":"text",
|
||||||
|
"IsFlagArgument":false,
|
||||||
|
"ParamFieldName":"CustomEvent",
|
||||||
|
"IncludeInCommandLine":false,
|
||||||
|
"DefaultValue":"",
|
||||||
|
"EnumValues":{}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Whitelisted Server Admins",
|
"DisplayName":"Whitelisted Server Admins",
|
||||||
"Category":"ARK Server Settings",
|
"Category":"ARK Server Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user