neoBeta/projects/ghostsandstuff/index.html
2025-10-29 23:58:08 +00:00

113 lines
No EOL
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/project.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ghosts &#39;n Stuff - neoBeta</title>
</head>
<body>
<script>
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
</script>
<div id="everythingHelper">
<aside>
<header>
<div id="linksBox">
<div id="headerLinksAndTitle">
<div id="logoTitle">
<img src="/neoBeta/assets/logo.png" id="logo">
<h1 id="title" class="rainbowText">neoBeta</h1>
</div>
<ul id="headerLinks">
<li><a href="/neoBeta/">home</a></li>
<li><a href="/neoBeta/search">search</a></li>
<li><a href="/neoBeta/allprojects">index</a></li>
<li><a href="/neoBeta/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>
<div id="project">
<div id="projectHeader">
<img src="/neoBeta/projects/ghostsandstuff/logo.png">
<div id="projectTitleSubtitle">
<div id="projectTitleAuthor">
<h1 id="projectTitle">Ghosts &#39;n Stuff</h1>
<p id="projectAuthor">by <a href="/neoBeta/authors/tenkuma">tenkuma</a></p>
</div>
<p id="projectSubtitle">Miscellaneous additions to your Minecraft server.</p>
</div>
<a id="downloadLink" href="releases"><button id="downloadButton">Download</button></a>
</div>
<div id="projectImagesAndInfo">
<div id="projectImageCarrousel">
<p>Images</p>
<div id="projectCarrouselImageHolder">
<a href="/neoBeta/projects/ghostsandstuff/anti-spam.png">
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/anti-spam.png">
</a>
<a href="/neoBeta/projects/ghostsandstuff/rainbow-chat.png">
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/rainbow-chat.png">
</a>
<a href="/neoBeta/projects/ghostsandstuff/skibidi-blocker.png">
<img class="projectImage" src="/neoBeta/projects/ghostsandstuff/skibidi-blocker.png">
</a>
</div>
</div>
<div id="projectInfo">
<p>Here's what we found about this project:</p>
<p>2 links.</p>
<ul>
<li><a href="https://github.com/adrianvic/ghostsandstuff">GitHub</a></li>
<li><a href="https://git.disroot.org/adrianvictor/ghostsandstuff">Disroot Git</a></li>
</ul>
<p>1 documentaion files.</p>
<ul>
<li><a href="docs/installation">Installation</a></li>
</ul>
</div>
</div>
<main id="projectDescription">
<p>This plugins was made to use stuff from my library that would not fit into any plugin (or not in the way presented here) that has <s>a lot</s> (WIP) of random stuff. Everything should be togglable in the config.</p>
<h2>Features</h2>
<ul>
<li><strong>RainbowChat:</strong> Rainbow color code (&amp;z by default).</li>
<li><strong>SkibidiBlocker:</strong> Strike a lightning on players that say a word.</li>
<li><strong>AntiSpam:</strong> Blocks repeated words in the chat. Optionally can strike a lightning to the player who is spamming.</li>
</ul>
</main>
</div>
</div>
</body>
</html>