You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A URL to use to download a server.jar rather than the ones in the install script. This is not user viewable.",
43
+
"env_variable": "DL_PATH",
44
+
"default_value": "",
45
+
"user_viewable": false,
46
+
"user_editable": false,
47
+
"rules": "nullable|string"
48
+
},
49
+
{
50
+
"name": "Minecraft Version",
51
+
"description": "The version of minecraft to download. \r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
52
+
"env_variable": "MINECRAFT_VERSION",
53
+
"default_value": "latest",
54
+
"user_viewable": true,
55
+
"user_editable": true,
56
+
"rules": "required|string|max:20"
57
+
},
58
+
{
59
+
"name": "Build Number",
60
+
"description": "The build number for the paper release.\r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
61
+
"env_variable": "BUILD_NUMBER",
62
+
"default_value": "latest",
63
+
"user_viewable": true,
64
+
"user_editable": true,
65
+
"rules": "required|string|max:20"
66
+
},
67
+
{
68
+
"name": "Proxy Port",
69
+
"description": "The port to run the built-in proxy on",
"description": "The version of minecraft to download. \r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
34
+
"env_variable": "MINECRAFT_VERSION",
35
+
"default_value": "latest",
36
+
"user_viewable": true,
37
+
"user_editable": true,
38
+
"rules": "required|string|max:20"
39
+
},
40
+
{
41
+
"name": "Server Jar File",
42
+
"description": "The name of the server jarfile to run the server with.",
"description": "A URL to use to download a server.jar rather than the ones in the install script. This is not user viewable.",
52
+
"env_variable": "DL_PATH",
53
+
"default_value": "",
54
+
"user_viewable": false,
55
+
"user_editable": false,
56
+
"rules": "nullable|string"
57
+
},
58
+
{
59
+
"name": "Build Number",
60
+
"description": "The build number for the paper release.\r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
61
+
"env_variable": "BUILD_NUMBER",
62
+
"default_value": "latest",
63
+
"user_viewable": true,
64
+
"user_editable": true,
65
+
"rules": "required|string|max:20"
66
+
},
67
+
{
68
+
"name": "MultiPaper-Master Address",
69
+
"description": "Address of the MultiPaper-Master server",
"description": "The version of minecraft to download. \r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
34
+
"env_variable": "MINECRAFT_VERSION",
35
+
"default_value": "latest",
36
+
"user_viewable": true,
37
+
"user_editable": true,
38
+
"rules": "required|string|max:20",
39
+
"field_type": "text"
40
+
},
41
+
{
42
+
"name": "Server Jar File",
43
+
"description": "The name of the server jarfile to run the server with.",
"description": "A URL to use to download a server.jar rather than the ones in the install script. This is not user viewable.",
54
+
"env_variable": "DL_PATH",
55
+
"default_value": "",
56
+
"user_viewable": false,
57
+
"user_editable": false,
58
+
"rules": "nullable|string",
59
+
"field_type": "text"
60
+
},
61
+
{
62
+
"name": "Build Number",
63
+
"description": "The build number for the paper release.\r\n\r\nLeave at latest to always get the latest version. Invalid versions will default to latest.",
0 commit comments