Preparing for deploying with GitHub pages.
This commit is contained in:
parent
ebc904d60d
commit
4a73c474dc
55 changed files with 1952 additions and 1585 deletions
84
_site/projects/devilwithin/index.html
Normal file
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue