ARK:SE: update ActiveEvent setting (#328)

This commit is contained in:
Greelan 2023-04-06 06:15:34 +10:00 committed by GitHub
parent 6db3b3a99c
commit 2638cee0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@
{
"DisplayName":"Active Event",
"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",
"FieldName":"ActiveEvent",
"InputType":"enum",
@ -127,17 +127,31 @@
"None":"None",
"birthday":"ARK: 5th Anniversary",
"ark7th":"ARK: 7th Anniversary",
"FearEvolved":"ARK: Fear Evolved 6",
"TurkeyTrial":"ARK: Turkey Trial 5",
"FearEvolved":"ARK: Fear Evolved",
"TurkeyTrial":"ARK: Turkey Trial",
"Arkaeology":"ARK: ARKaeology",
"Easter":"ARK: Eggcellent Adventure 7",
"Easter":"ARK: Eggcellent Adventure (Easter)",
"ExtinctionChronicles":"Extinction Chronicles",
"vday":"ARK: Love Evolved 3",
"vday":"ARK: Love Evolved (vday)",
"PAX":"ARK: PAX Party",
"Summer":"ARK: Summer Bash 2021",
"WinterWonderland":"ARK: Winter Wonderland 7"
"Summer":"ARK: Summer Bash (Summer)",
"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",
"Category":"ARK Server Settings",