-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<meta name="description" | ||
content="Overview of all Via* software from the classic plugins to mods and even standalone apps"> | ||
<meta name="keywords" | ||
content="minecraft, java, protocol, packet, java-edition, plugin, protocol translator, translator, minecraft server, viaversion, viabackwards, viarewind, viaversion overview, mod, paper, velocity, waterfall, bungeecord, spigot, block-version, block-protocols, proxy, cross-version"> | ||
content="minecraft, java, protocol, packet, java-edition, plugin, protocol translator, translator, minecraft server, viaversion, viabackwards, viarewind, viaversion overview, mod, paper, velocity, waterfall, bungeecord, spigot, block-version, block-protocols, proxy, cross-version, viabungee, sponge"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
|
@@ -97,7 +97,7 @@ | |
projects from plugins to standalone apps to find the one that suits your exact needs. | ||
</div> | ||
<div class="row my-3 p-3 cardcontainer rounded"> | ||
<h1 class="display-6">Paper, Spigot, Velocity, Bungee & Sponge plugins</h1> | ||
<h1 class="display-6">Paper, Spigot & Velocity plugins</h1> | ||
<div class="card ms-3 mt-2 p-2" style="width: 20em;"> | ||
<img src="https://avatars.githubusercontent.com/u/42077435?s=512" | ||
class="card-img-top" | ||
|
@@ -137,7 +137,7 @@ <h5 class="card-title">ViaBackwards</h5> | |
alt="ViaRewind Logo" loading="lazy"> | ||
<div class="card-body"> | ||
<h5 class="card-title">ViaRewind</h5> | ||
<small class="text-muted">Requires ViaVersion</small> | ||
<small class="text-muted">Requires ViaBackwards</small> | ||
<p class="card-text">Allow 1.7.10-1.8.9 clients</p> | ||
<a href="https://hangar.papermc.io/ViaVersion/ViaRewind" class="btn btn-primary">Get ViaRewind</a> | ||
</div> | ||
|
@@ -152,6 +152,39 @@ <h5 class="card-title">ViaRewind</h5> | |
</div> | ||
</div> | ||
</div> | ||
<div class="row my-3 p-3 cardcontainer rounded"> | ||
<h1 class="display-6">Bungee & Sponge Add-On plugins</h1> | ||
<div class="card ms-3 mt-2 p-2" style="width: 20em;"> | ||
<img src="https://avatars.githubusercontent.com/u/42077435?s=512" | ||
class="card-img-top" | ||
alt="ViaVersion Logo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">ViaBungee</h5> | ||
<small class="text-muted">Requires ViaVersion</small> | ||
<small class="text-muted" style="visibility: hidden">.</small> | ||
<p class="card-text">Add-On to run ViaVersion on BungeeCord</p> | ||
<a href="https://hangar.papermc.io/ViaVersion/ViaBungee" class="btn btn-primary">Get ViaBungee</a> | ||
</div> | ||
<div class="card-footer"> | ||
Install on: latest BungeeCord | ||
</div> | ||
</div> | ||
<div class="card ms-3 mt-2 p-2" style="width: 20em;"> | ||
<img src="https://avatars.githubusercontent.com/u/42077435?s=512" | ||
class="card-img-top" | ||
alt="ViaVersion Logo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">ViaSponge</h5> | ||
<small class="text-muted">Requires ViaVersion</small> | ||
<small class="text-muted" style="visibility: hidden">.</small> | ||
<p class="card-text">Add-On to run ViaVersion on Sponge</p> | ||
<a href="https://hangar.papermc.io/ViaVersion/ViaSponge" class="btn btn-primary">Get ViaSponge</a> | ||
</div> | ||
<div class="card-footer"> | ||
Install on: latest BungeeCord | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row my-3 p-3 cardcontainer rounded"> | ||
<h1 class="display-6">Fabric & Forge mods</h1> | ||
<div class="card ms-3 mt-2 p-2" style="width: 20em;"> | ||
|
@@ -249,4 +282,4 @@ <h5 class="card-title">ViaProxy</h5> | |
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' | ||
data-cf-beacon='{"token": "0f65aa46397b48699abc00ec825ff3f5"}'></script> | ||
</body> | ||
</html> | ||
</html> |