{% extends 'master.twig' %} {% block content %} {% if error is defined %}

{{ error.title }}

{{ error.body|default('No further details provided.') }}

{% endif %} {% if not auth.success %}

You must be logged in to use this website!

This website allows you to whitelist yourself on our Minecraft servers, for which you need to be logged in.

So it doesn't make sense to display the details either.

{% else %} {% if auth.mc_whitelisted < 1 %}

Add to Whitelist

This will give you access to the server.

{% endif %}

Servers

{# #} {# #} {# #} {# #}
Name Address Java version Bedrock version Details
Vanilla Survival mc-survival.flashii.net 1.19.2 N/A Regular Minecraft Survival with some server-side extensions.
Beta Survival mc-beta.flashii.net Beta 1.7.3 N/A Classic Minecraft Survival!
Tekkit Classic mc-tekkit.flashii.net 1.2.5 N/A Page for this modpack on the Technic Platform
All of Fabric 6 mc-aof6.flashii.net 1.19.2 N/A Page for this modpack on CurseForge
There are currently no active servers, check back later!
{% if auth.mc_whitelisted > 0 %}

Remove from Whitelist

This will revoke your access to the server.

You are currently whitelisted as {{ auth.mc_username }} on {{ auth.mc_whitelisted|date('Y-m-d H:i:s T') }}.

{% if whitelist_pending %}

The whitelists are synchronised once every 5 minutes, you'll be able to play soon!

If you're playing a modpack, take that time to start the game up; it'll take a while.

{% endif %}
{% endif %}

Bedrock versions

Through the black magic bestowed upon us by GeyserMC it's possible to play on the server through any of the updated Bedrock versions of Minecraft.

This should allow you to play on the server from a phone, a tablet or a console, provided you also have an account for the original version of the game.

You will need to link your Minecraft and Bedrock accounts, you can do this by connecting to link.geysermc.org in both versions of the game and following the on-screen instructions.

Do note that this only works for servers where both a Java and Bedrock version number is listed!

Rules

1. Observe Global Rules.

2. Don't be an asshole.

3. Don't flood.

{% endif %} {% endblock %}