-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwiki.html
More file actions
27 lines (26 loc) · 1.66 KB
/
wiki.html
File metadata and controls
27 lines (26 loc) · 1.66 KB
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
26
---
title: Wiki
permalink: wiki.html
layout: default
excerpt: All About BitQuest
---
<h1>Welcome to the BitQuest wiki!</h1>
<p>Here, you can learn all about BitQuest, the first Minecraft server with a Bitcoin-denominated economy. Please remember that this server is still under development, so check this wiki frequently to stay up-to-date with changing mechanics.</p>
<p>To get started, you can take a look at the <a href="https://github.com/bitquest/bitquest/blob/master/README.md">README.md</a> page. For more information about BitQuest's community, mechanics, and development, read the following:</p>
<h2>The BitQuest Community</h2>
<p>BitQuest started as an experiment of what creating a game with an economy based off a real currency could do. Of course, at the center of any economy is the community, and BitQuest has created an interesting one.</p>
<p>The easiest way to get involved is to join BitQuest's server via <a href="https://minecraft.net/en-us/download/">Minecraft 1.12.2</a> with the address, <code>play.bitquest.co</code></p>
<p>You can also <a href="https://discord.gg/jvJ624c">join BitQuest's Discord server</a> to get the latest community news and talk to other BitQuest players.</p>
<p>BitQuest doesn't filter its chat, but in case of proof of abusive chat, some users should be banned. </p>
<h2>BitQuest Mechanics</h2>
<ul>
{% for article in site.wiki %}
<li><a href="{{ article.url }}">{{ article.title }}</a></li>
{% endfor %}
</ul>
<h2>
BitQuest Development
</h2>
<ul>
<li><a class="internal absent" href="https://github.com/bitquest/bitquest/blob/master/README.md">Setting up a development environment with ubuntu & intelliJ</a></li>
</ul>