71 lines
No EOL
3.2 KiB
HTML
71 lines
No EOL
3.2 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/project.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Aboukkit - 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">Aboukkit</h1>
|
|
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
|
</div>
|
|
<p id="projectSubtitle">A simple way to add custom commands with custom responses to your server.</p>
|
|
</div>
|
|
<a id="downloadLink" href="https://modrinth.com/plugin/aboukkit/versions"><button id="downloadButton">Download</button></a>
|
|
</div>
|
|
|
|
<main id="projectDescription">
|
|
|
|
<p><img src="https://cdn.modrinth.com/data/cached_images/94b1f813f8e15f82dddcffa5284c92e59cb93b27.png" alt="Aboukkit logo, abboukit written in a Minecraft's logo like font painted in red."></p>
|
|
<p>This plugin adds a simple way to add custom commands that will respond users with predefined messages from <code>config.yml</code>. It supports Minecraft's color coding (use & instead of §) <s>and placeholders for player/server info</s> (TODO).</p>
|
|
<h2>Default Commands</h2>
|
|
<ul>
|
|
<li>About</li>
|
|
<li>Aboukkit</li>
|
|
</ul>
|
|
<p>These default commands need to be configured.</p>
|
|
<h2>Adding new commands</h2>
|
|
<p>First of all: run the server with the plugin for the first time, so <code>config.yml</code> is generated.</p>
|
|
<p>Follow the structure that the template shows in your <code>config.yml</code>. Then use a file explorer to open the plugin's JAR file and edit plugin.yml, you can copy a command entry and fill all the fields (be careful with indentation, YML does not support TAB).</p>
|
|
<h2>Why?</h2>
|
|
<p>I made this plugin because I have a server for version b1.7.3 and I wanted to add a /about command to give credit to the server founders and link to our website. So I made this that I will use every time I need a simple 'wall of text' command.</p>
|
|
<h2>Newer versions</h2>
|
|
<p>I don't see why I would build this for latest versions, I guess there are already better solutions. I made this just because of the lack of plugins for Minecraft beta.</p>
|
|
|
|
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |