File tree Expand file tree Collapse file tree
packages/ui/src/layouts/shared/server-settings/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div class =" relative h-screen w-full select-none max-h-[min(70vh,750px)]" >
33 <div v-if =" propsData" class =" flex h-full w-full flex-col justify-between gap-4" >
4- <Admonition
5- v-if =" hasNoProperties"
6- type =" warning"
7- body =" Some expected properties are missing from your server.properties - this usually means the server hasn't completed its first startup yet."
8- />
9-
104 <div class =" flex flex-col gap-4" >
5+ <Admonition
6+ v-if =" hasNoProperties"
7+ type =" warning"
8+ body =" Some expected properties are missing from your server.properties - this usually means the server hasn't completed its first startup yet."
9+ />
1110 <div class =" flex flex-col gap-2" >
1211 <div class =" m-0" >
1312 Edit the Minecraft server properties file here, or use the
You can’t perform that action at this time.
0 commit comments