-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathget-started.html
More file actions
25 lines (23 loc) · 906 Bytes
/
get-started.html
File metadata and controls
25 lines (23 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: columns
title: Get Started
description: 'Useful information for people who want to get started with a Cuberite server for Minecraft multiplayer.'
---
<p>Thank you for trying out Cuberite! Here's how to get started.</p>
<div class="columns">
<div>
<h2>User's Manual</h2>
<p>Useful information about starting and configuring your server is available in the User's Manual.</p>
<a href="https://book.cuberite.org/" class="button">User's Manual</a>
</div>
<div>
<h2>Updates</h2>
<p>New Cuberite downloads are generated whenever a commit is added to our <a href="https://github.com/cuberite/cuberite/commits/master">Git repository</a>.</p>
<a href="/" class="button">Downloads</a>
</div>
<div>
<h2>Questions</h2>
<p>If you have any additional questions, feel free to ask them in the forum and Discord server.</p>
<a href="/discuss/" class="button">Support</a>
</div>
</div>