File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/docs/getting-started Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11import Admonition from " @/components/endstone/admonition" ;
2+ import {File , Folder , Tree } from " @/components/magicui/file-tree" ;
23
34# First Steps
45
@@ -31,6 +32,18 @@ Follow the instructions on the [Run with Docker](/docs/getting-started/installat
3132After the first run, the server will create a ** ` server.properties ` ** file in the server folder.
3233This file contains most settings related to the base gameplay.
3334
35+ <Tree
36+ className = " overflow-hidden rounded-md bg-background p-2" initialExpandedItems = { [" 1" ]}
37+ >
38+ <Folder value = " 1" element = " bedrock_server" >
39+ <Folder element = " behavior_packs" />
40+ <Folder element = " plugins" />
41+ <Folder element = " resource_packs" />
42+ <Folder element = " worlds" />
43+ <File value = " 7" className = " bg-blue-100 dark:bg-blue-900 font-semibold" >server.properties</File >
44+ </Folder >
45+ </Tree >
46+
3447The content of the file should look like this:
3548
3649``` ini filename="server.properties"
You can’t perform that action at this time.
0 commit comments