neoBeta/projects/ghostsandstuff/docs/installation/index.html
2025-11-10 20:19:44 +00:00

52 lines
No EOL
1.7 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>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="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">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>
<p>You are seeing the documentation for: <span class="rainbowText"></span></p>
<hr>
<div>
<h2>Installation instructions for GhostsAndStuff</h2>
<ul>
<li>Download the plugin JAR</li>
<li>Download the dependency JAR (tenkumaLib)</li>
<li>Move both to your server's <code>plugin</code> folder.</li>
</ul>
<p>After following these steps the plugin should appear in the plugin list when you turn the server on.</p>
</div>
</main>
</div>
</body>
</html>