Preparing for deploying with GitHub pages.
This commit is contained in:
parent
ebc904d60d
commit
4a73c474dc
55 changed files with 1952 additions and 1585 deletions
BIN
_site/projects/ghostsandstuff/anti-spam.png
Normal file
BIN
_site/projects/ghostsandstuff/anti-spam.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
|
|
@ -0,0 +1,49 @@
|
|||
<!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/project.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>
|
||||
<p>You are seeing the documentation for: <a href=""></a></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>
|
||||
101
_site/projects/ghostsandstuff/index.html
Normal file
101
_site/projects/ghostsandstuff/index.html
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
<!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/project.css">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ghosts 'n Stuff - 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>
|
||||
<div id="project">
|
||||
<div id="projectHeader">
|
||||
|
||||
<img src="logo.png">
|
||||
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">Ghosts 'n Stuff</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Miscellaneous additions to your Minecraft server.</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="https://modrinth.com/plugin/ghosts/versions"><button id="downloadButton">Download</button></a>
|
||||
</div>
|
||||
|
||||
<div id="projectImagesAndInfo">
|
||||
|
||||
<div id="projectImageCarrousel">
|
||||
<p>Images</p>
|
||||
<div id="projectCarrouselImageHolder">
|
||||
|
||||
<a href="anti-spam.png"><img class="projectImage" src="anti-spam.png" alt=""></a>
|
||||
|
||||
<a href="rainbow-chat.png"><img class="projectImage" src="rainbow-chat.png" alt=""></a>
|
||||
|
||||
<a href="skibidi-blocker.png"><img class="projectImage" src="skibidi-blocker.png" alt=""></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="projectInfo">
|
||||
<h2>Here's what we found:</h2>
|
||||
|
||||
<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/example_documentation">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 (&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>
|
||||
BIN
_site/projects/ghostsandstuff/logo.png
Normal file
BIN
_site/projects/ghostsandstuff/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
BIN
_site/projects/ghostsandstuff/rainbow-chat.png
Normal file
BIN
_site/projects/ghostsandstuff/rainbow-chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
BIN
_site/projects/ghostsandstuff/skibidi-blocker.png
Normal file
BIN
_site/projects/ghostsandstuff/skibidi-blocker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
Loading…
Add table
Add a link
Reference in a new issue