72 lines
No EOL
3 KiB
HTML
72 lines
No EOL
3 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>teFreezer - 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>
|
|
<div id="project">
|
|
<div id="projectHeader">
|
|
|
|
<img src="/neoBeta/projects/tefreezer/logo.png">
|
|
|
|
<div id="projectTitleSubtitle">
|
|
<div id="projectTitleAuthor">
|
|
<h1 id="projectTitle">teFreezer</h1>
|
|
<p id="projectAuthor">by <a href="/neoBeta/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="releases"><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> |