Preparing for deploying with GitHub pages.
71
_site/projects/aboukkit/index.html
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
<!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>
|
||||
BIN
_site/projects/aboukkit/logo.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
84
_site/projects/devilwithin/index.html
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
<!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>The Devil Within - 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">The Devil Within</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Adds enchanting to Minecraft Beta. Supports balancing through curses.</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="https://modrinth.com/plugin/devilwithin/versions"><button id="downloadButton">Download</button></a>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
||||
<p>This plugin is a remake of <a href="https://dev.bukkit.org/projects/goldenchant/">GoldEnchant</a>.
|
||||
This plugin depends on <a href="https://modrinth.com/plugin/tenkumalib">tenkumaLib</a>.</p>
|
||||
<p>Have you ever wanted to have enchantments in your beta server? This is the plugin you want.</p>
|
||||
<h2>Enchanting</h2>
|
||||
<p>To enchant a armor piece you need to interact to a diamond block with a diamond armor piece in your hand.</p>
|
||||
<h2>Enchantments and Curses</h2>
|
||||
<p>All of those enchantments will not take effect if the damage exceeds the player's HP. An armor get cursed if it's durability is below 30%. Spooky bad stuff will happen if your armor is cursed :D</p>
|
||||
<h3>Helmet</h3>
|
||||
<ul>
|
||||
<li>Prevents the player from drowning.</li>
|
||||
<li>The player cannot sleep. If the player try to sleep a entity will tell the player the text set in the config.</li>
|
||||
</ul>
|
||||
<h3>Chestplate</h3>
|
||||
<ul>
|
||||
<li>Prevents fire damage. Does not prevent lava damage.</li>
|
||||
<li>Protects the player from fire damage only half of the time, also has a 25% chance to ignite the player every time it takes damage.</li>
|
||||
</ul>
|
||||
<h3>Leggings</h3>
|
||||
<ul>
|
||||
<li>Nothing for now. Only useful for the full-set perks.</li>
|
||||
<li>Makes player run slower 50% of the time a PlayerMoveEvent happens. The speed is randomly generated.</li>
|
||||
</ul>
|
||||
<h3>Boots</h3>
|
||||
<p>Prevents fall damage.</p>
|
||||
<h3>Full-set perks</h3>
|
||||
<p>If the player has a full-set of enchanted armor the condition of the damage being taken if it's greater than the player's HP is ignored, also the player gets immune to contact damage (cactus), lava damage and lava damage.</p>
|
||||
<h2>Config</h2>
|
||||
<p>Everything is explained in the config file's comments, in case it changes.</p>
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
_site/projects/devilwithin/logo.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
_site/projects/ghostsandstuff/anti-spam.png
Normal file
|
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
|
|
@ -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
|
After Width: | Height: | Size: 9.9 KiB |
BIN
_site/projects/ghostsandstuff/rainbow-chat.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
_site/projects/ghostsandstuff/skibidi-blocker.png
Normal file
|
After Width: | Height: | Size: 305 KiB |
56
_site/projects/hangglidere/index.html
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<!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>HangGlideRE - 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">
|
||||
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">HangGlideRE</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Fly with a chicken!</p>
|
||||
</div>
|
||||
<a id="downloadLink" href=""><button id="downloadButton">Unavailable</button></a>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
||||
<h2>Oopsie! :<</h2>
|
||||
<p>Seems like we don't have a description for this project.</p>
|
||||
<p class="errorQuote"><i>"If only the clockworks could speak<br>I wouldn't be so alone"</i></p>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
69
_site/projects/tefreezer/index.html
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
<!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>teFreezer - 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">teFreezer</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Force your players to refrigerate their food by rotting food in unrefrigerated chests!</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="https://modrinth.com/plugin/freezer/versions"><button id="downloadButton">Download</button></a>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
||||
<p><img src="https://cdn.modrinth.com/data/cached_images/0aaabfb51609876ece6de83e62b9641a4635fad9_0.webp" alt="Tefreezer written in Minecraft-like font in purple."></p>
|
||||
<p>teFreezer is a fork of <a href="https://dev.bukkit.org/projects/freezer">Freezer by outadoc</a>, logo by <a href="https://github.com/malcolmriley/unused-textures/blob/master/items/food_pepper.png">malcolmriley</a>.</p>
|
||||
<p>This plugins purpose is to force people in your server to refrigerate their food by placing a cold block around their chest with the food. In case there is no cold block around the chest, it will turn the food into a rotted item.</p>
|
||||
<h2>Configuration</h2>
|
||||
<p>In the <code>config.yml</code> you can set these values:</p>
|
||||
<ul>
|
||||
<li>Cold blocks</li>
|
||||
<li>Resulting itens</li>
|
||||
<li>Itens that can rot</li>
|
||||
<li>Message for when the user let food rot</li>
|
||||
</ul>
|
||||
<h2>Why fork?</h2>
|
||||
<p>I have forked this plugin because I was really anoyed by the original plugin that broadcasts the message to the whole server once anyone let food rot and the lack of a configuration file.</p>
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
_site/projects/tefreezer/logo.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
59
_site/projects/tenkumalib/index.html
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
<!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>tenkuma's Library - 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">tenkuma's Library</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Library to support my other plugins. Does nothing on it's own.</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="https://modrinth.com/plugin/tenkumalib/versions"><button id="downloadButton">Download</button></a>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
||||
<p>This is a dependency for my other projects. This does not do anything on it's own.</p>
|
||||
<h2>Why do I have to install this alongside your plugins?</h2>
|
||||
<p>You may think that installing two plugins instead of one is installing unecessary bloat that is useless. But it's not, libraries hold code that is common to more than one project, so you avoid having the same code repeated twice or more in your server. Also it's easier for the developer that has to improve only a single codebase to improve all the rest of the dependants.</p>
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
_site/projects/tenkumalib/logo.png
Normal file
|
After Width: | Height: | Size: 534 B |
66
_site/projects/timekeeper/index.html
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
<!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>TimeKeeper - 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">TimeKeeper</h1>
|
||||
<p id="projectAuthor">by <a href="/authors/tenkuma">tenkuma</a></p>
|
||||
</div>
|
||||
<p id="projectSubtitle">Syncs real world time with your Minecraft server time.</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="https://modrinth.com/plugin/timekeeper/versions"><button id="downloadButton">Download</button></a>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
||||
<p>This is a plugin for Minecraft beta that syncs the real world time with your in-game time. Logo by <a href="https://github.com/malcolmriley/unused-textures/blob/master/items/">malcolmriley</a>.</p>
|
||||
<h2>How it works</h2>
|
||||
<p>It will calculate and change the game time every second (that's 20 ticks and can be changed in the config), it will use your computer's timezone as default if the config <code>timezone</code> value does not exist.</p>
|
||||
<h2>Performance</h2>
|
||||
<p>I am not sure if this plugin has any significant performance hit, it runs code every few ticks (you can in/decrease the frequency in the config) and that is not the best approach for doing this, but it's the only that works in beta. Using it with <code>ticksBetweenUpdate: 1</code> does not seem to change the performance in any way. The specifications for the computer used for the tests:</p>
|
||||
<pre><code>Host: 83AF IdeaPad 1 14IAU7
|
||||
CPU: 12th Gen Intel i5-1235U (12) @ 1.300GHz
|
||||
GPU: Intel Alder Lake-UP3 GT2 [Iris Xe Graphics]
|
||||
Memory: 10097MiB / 15709MiB
|
||||
</code></pre>
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
_site/projects/timekeeper/logo.png
Normal file
|
After Width: | Height: | Size: 730 B |