I have a forge server and want it to have more than one worlds.
i need help on either a multi-world mod
thx
<!DOCTYPE html>
<html>
<head>
<script>
function myFunction() {
document.getElementById("demo").style.color = "red";
}
</script>
</head>
<body>
<p id="demo" onclick="myFunction()">Click</p>
</body>
</html>