new version list

This commit is contained in:
AntoninoP 2024-09-12 18:48:17 +02:00
parent f52930bce4
commit f4d0d6369f

View File

@ -6,7 +6,49 @@ import PropTypes from "prop-types";
import { GoTag, GoCheck } from "react-icons/go"; import { GoTag, GoCheck } from "react-icons/go";
const versions = { const versions = {
paper: [ "1.21.1", "1.21", "1.20.6", "1.20.5", "1.20.4", "1.20.2", "1.20.1", "1.19.4", "1.19.3", "1.19.2", "1.19.1", "1.18.2", "1.18.1", "1.17.1", "1.16.5", "1.16.4", "1.16.3", "1.16.2", "1.16.1", "1.15.2", "1.15.1", "1.14.4", "1.14.3", "1.14.2", "1.14.1", "1.13.2", "1.13.1", "1.12.2", "1.12.1", "1.11.2", "1.10.2", "1.9.4"] paper:[
"1.16.2",
"1.14.4",
"1.13.2",
"1.16.1",
"1.13.1",
"1.21.1",
"1.12.1",
"1.15.2",
"1.12.2",
"1.13",
"1.16.4",
"1.14.2",
"1.20.4",
"1.21",
"1.9.4",
"1.14.3",
"1.20.2",
"1.11.2",
"1.19",
"1.18",
"1.19.4",
"1.15.1",
"1.16.3",
"1.18.1",
"1.16.5",
"1.19.3",
"1.18.2",
"1.20.1",
"1.17.1",
"1.12",
"1.20.6",
"1.14",
"1.15",
"1.8.8",
"1.19.2",
"1.20",
"1.10.2",
"1.17",
"1.19.1",
"1.14.1",
"1.20.5"
]
}; };
const CreateServer = ({ user, onCreateServer, onSubdomainUpdate, onCancel, noServers }) => { const CreateServer = ({ user, onCreateServer, onSubdomainUpdate, onCancel, noServers }) => {