This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
59 lines (59 loc) · 3.33 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
fixed_navbar: true
---
<section class="header">
<div class="container vh-100 text-center d-flex align-items-center justify-content-center">
<div class="mw-100">
<img class="mw-100" src="/img/geyser.png" alt="geyser logo">
<h1 class="fw-bold">Revolutionize Your Minecraft Server</h1>
<h4>Enable clients from Minecraft Bedrock Edition to join your Minecraft Java server.</h4>
</div>
</div>
</section>
<section class="container py-5">
<div class="row">
<div class="col-md-6 col-12 d-flex align-items-center">
<div>
<h2>What is Geyser?</h2>
<p class="text-secondary-emphasis">Geyser is a program that allows Minecraft: Bedrock Edition clients to join Minecraft: Java Edition servers, allowing for true crossplay between both editions of the game. The ultimate goal of this project is to allow Minecraft: Bedrock Edition users to join Minecraft: Java Edition servers as seamlessly as possible.</p>
</div>
</div>
<div class="col-md-6 col-12 d-flex align-items-center">
<img class="w-100" src="/img/crossplat0.png" alt="image of bedrock client on java edition server">
</div>
</div>
</section>
<section class="bg-geyser-primary">
<div class="container py-5">
<div class="row">
<div class="col-md-6 col-12 d-flex align-items-center">
<img class="w-100" src="/img/crossplat1.png" alt="diagram of bedrock edition to geyser to java edition">
</div>
<div class="col-md-6 col-12 d-flex align-items-center">
<div>
<h2>How does it work?</h2>
<p class="text-secondary-emphasis">Geyser acts as a translator which sits between the Bedrock client and the Java server. It takes data from the Bedrock client and translates it into a format the Java server understands and vice versa. Geyser works with any modern Minecraft version and can be installed either as a plugin or ran as a standalone program.</p>
</div>
</div>
</div>
</div>
</section>
<section class="">
<div class="container py-5">
<div class="row">
<div class="col">
<h2>Join from anywhere</h2>
<p class="text-secondary-emphasis">Geyser can be joined from Bedrock clients on Windows 10/11, iOS, Android, and even consoles (more info <a href="https://wiki.geysermc.org/geyser/using-geyser-with-consoles/">here</a>). Geyser works with a <a href="https://wiki.geysermc.org/geyser/supported-hosting-providers/">wide array</a> of hosting providers, but can also be used as its own standalone proxy to join any Minecraft server!</p>
<p class="text-secondary-emphasis">If you are a server owner, you can install our <a href="https://wiki.geysermc.org/floodgate/">Floodgate</a> plugin which allows Xbox Live authenticated Bedrock users to join without a Java Edition account!</p>
</div>
</div>
</div>
</section>
<section class="pt-4 bg-body-tertiary">
<div class="d-flex gap-3 justify-content-center">
<a class="btn btn-primary rounded-circle border-0 social-icon bg-twitter" href="https://twitter.com/{{ site.twitter_username }}" role="button"><i class="bi bi-twitter"></i></a>
<a class="btn btn-primary rounded-circle border-0 social-icon bg-black" href="https://github.com/{{ site.github_username }}" role="button"><i class="bi bi-github"></i></a>
<a class="btn btn-primary rounded-circle border-0 social-icon bg-discord" href="https://discord.gg/{{ site.discord_invite }}" role="button"><i class="bi bi-discord"></i></a>
</div>
</section>