Upload files to "foliaPlugins"

This commit is contained in:
2026-03-26 22:51:29 +00:00
parent 5afbea1df2
commit 2af389cc32

61
foliaPlugins/index.html Normal file
View File

@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Folia Plugin- WullieStudio</title>
<link rel="stylesheet" href="../style.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo"><a class="logoLink" href=../index.html>WullieStudio</a></div>
<input type="checkbox" id="menu-toggle">
<label for="menu-toggle" class="hamburger">
<span></span>
<span></span>
<span></span>
</label>
<ul class="nav-links">
<li><a href="../index.html#about">Home</a></li>
<li><a href="../index.html#projects">Projects</a></li>
<li><a href="https://git.wulliestudio.com/wullie">Git</a></li>
<li><a href="../index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="Dev">
<h1>Folia plugins</h1>
<p> plugins iv been working on for an anarchy minecraft server, these plugins can be used on any folia/paper server</p>
</section>
<section id="projects" class="section">
<h2>Modified and maintained</h2>
<a href="https://git.wulliestudio.com/wullie/custom-join" class="project-card">
<h3>Custom Join/Leave</h3>
<p>A fork of ZepsiZola's custom Join Leave message plugin</p>
</a>
<h2>Custom Plugin</h2>
<a href="https://git.wulliestudio.com/wullie/playerUtils" class="project-card">
<h3>PlayerUtils</h3>
<p>A custom plugin that allows players a bit more freedom in the world</p>
<p>Features a home system teleport system custom name colours help system and death system</p>
</a>
<a href="https://git.wulliestudio.com/wullie/DynamicSererBanner" class="project-card">
<h3>Dynamic Server Banners</h3>
<p>Chanages the server icon and MOTD on refresh</p>
</a>
<a href="https://git.wulliestudio.com/wullie/anarchyTab" class="project-card">
<h3>Anarchy Tab</h3>
<p>Updates the TAB UI to display useful info like ping TPS and uptime as well as a few lines of text </p>
</a>
</section>
</body>
</html>