Files
Website/resources/js/views/Minecraft.vue
2023-02-27 19:40:03 +10:00

51 lines
1.8 KiB
Vue

<template>
<SMPage class="sm-minecraft">
<template #container>
<h1>Connecting to our Minecraft Server</h1>
<ol>
<li>
Open up your Minecraft on your computer (Java) or tablet
(Bedrock) and make sure you are using version 1.19.3
</li>
<li>Click Multiplayer</li>
<li>Click Add Server</li>
<li>Enter Server Name STEMMechanics</li>
<li>Enter Server Address mc.stemmech.com.au</li>
<li>
We have a custom resourcepack which you can enable before
joining
</li>
<li>Click Done</li>
<li>Join the Server!</li>
</ol>
<h2>Goodbye Drustcraft</h2>
<p>
STEMMechanics launched the Drustcraft server three years ago and
since then, players have had countless enjoyable experiences.
Cities were built, bosses defeated, and most importantly, a
tight-knit community formed.
</p>
<p>
Maintaining the server design became overwhelming and took away
the fun of playing Minecraft. Hence, in January, the decision
was made to shut down Drustcraft and offer a more
straightforward Minecraft server, retaining the beloved elements
of Drustcraft like mini-games, bosses, and survival. Join us on
the new STEMMechanics Minecraft server, where the Drustcraft
community awaits.
</p>
</template>
</SMPage>
</template>
<style lang="scss">
.sm-minecraft {
h2 {
margin-bottom: 0.5rem;
}
li {
margin-bottom: 0.5rem;
}
}
</style>