neoBeta/allprojects/index.html
2025-10-28 15:18:03 +00:00

183 lines
No EOL
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/stylesheets/styles.css" media="screen">
<link rel="stylesheet" href="/assets/stylesheets/search.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>neoBeta</title>
</head>
<body>
<div id="everythingHelper">
<aside>
<header>
<div id="linksBox">
<div id="headerLinksAndTitle">
<div id="logoTitle">
<img src="/assets/logo.png" id="logo">
<h1 id="title" class="rainbowText">neoBeta</h1>
</div>
<ul id="headerLinks">
<li><a href="/">home</a></li>
<li><a href="/search">search</a></li>
<li><a href="/allprojects">index</a></li>
<li><a href="/contribute">contribute</a></li>
</ul>
</div>
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
</div>
</header>
</aside>
<main>
<ul style="display: flex; flex-direction: column; gap: 1em;">
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/aboukkit/logo.png">
<a class="searchItemTitle" href="/projects/aboukkit/">Aboukkit</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">A simple way to add custom commands with custom responses to your server.</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/devilwithin/logo.png">
<a class="searchItemTitle" href="/projects/devilwithin/">The Devil Within</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<a class="searchItemTitle" href="/projects/ghostsandstuff/docs/example_documentation/"></a>
</p>
<p class="searchItemDescription"></p>
<div class="searchItemTagHolder">
</div>
</div>
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/ghostsandstuff/logo.png">
<a class="searchItemTitle" href="/projects/ghostsandstuff/">Ghosts &#39;n Stuff</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Miscellaneous additions to your Minecraft server.</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<a class="searchItemTitle" href="/projects/hangglidere/">HangGlideRE</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Fly with a chicken!</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/tefreezer/logo.png">
<a class="searchItemTitle" href="/projects/tefreezer/">teFreezer</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/tenkumalib/logo.png">
<a class="searchItemTitle" href="/projects/tenkumalib/">tenkuma&#39;s Library</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Library to support my other plugins. Does nothing on it&#39;s own.</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
<div class="searchItem">
<p>
<img float="left" class="searchItemImage" src="/projects/timekeeper/logo.png">
<a class="searchItemTitle" href="/projects/timekeeper/">TimeKeeper</a>
by <a href="/authors/tenkuma">tenkuma</a>
</p>
<p class="searchItemDescription">Syncs real world time with your Minecraft server time.</p>
<div class="searchItemTagHolder">
<div class="tag-plugin">plugin</div>
</div>
</div>
</ul>
<nav>
</nav>
</main>
</div>
</body>
</html>