1
2022-12-18 17:12:33 +00:00

225 lines
7.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/jpg" href="https:&#x2F;&#x2F;branding.ewpratten.com&#x2F;pfp&#x2F;2022&#x2F;460x460.webp" />
<link rel="canonical" href="https:&#x2F;&#x2F;ewpratten.com&#x2F;projects&#x2F;minecraft&#x2F;" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://ewpratten.com/rss.xml">
<meta name="twitter:card" content="summary" />
<meta name="og:site" content="ewpratten.com" />
<meta name="og:site_name" content="Evan Pratten" />
<meta name="og:image"
content="https:&#x2F;&#x2F;branding.ewpratten.com&#x2F;pfp&#x2F;2022&#x2F;460x460.webp" />
<meta property="og:description" content="" />
<meta property="description" content="" />
<meta name="description" content="">
<meta property="og:title" content="Projects: Minecraft - Evan Pratten" />
<meta property="og:type" content="article" />
<title>Projects: Minecraft | Evan Pratten</title>
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/dist/github-markdown-css/github-markdown-light.css" lazyload>
<link rel="stylesheet" href="/styles/bootstrap.css" lazyload>
<link rel="stylesheet" href="/styles/typography.css">
</head>
<body>
<div class="page">
<link rel="stylesheet" href="/styles/components/heading-card.css">
<div class="heading-card">
<div class="profile-photo-container">
<img src="https:&#x2F;&#x2F;branding.ewpratten.com&#x2F;pfp&#x2F;2022&#x2F;460x460.webp" alt="Profile Photo" loading="lazy">
</div>
<div class="text-container">
<h1>Evan Pratten</h1>
<p>Software Developer</p>
</div>
</div>
<div class="container">
<link rel="stylesheet" href="/styles/components/navbar.css">
<div class="ewp-navbar">
<hr>
<ul class="navbar-items">
<li><a href="/">Home</a></li>
<li class="separator">|</li>
<li><a href="/timeline">Timeline</a></li>
<li class="separator">|</li>
<li class="dropdown-center">
<a href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
More
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/photography">Photography</a></li>
<li><a class="dropdown-item" href="/contact">Contact</a></li>
</ul>
</li>
</ul>
<hr>
</div>
</div>
<article id="content" class="container markdown-body">
<h1 style="margin-bottom:0;padding-bottom:0;">Projects: Minecraft</h1>
<em></em>
<br><br>
<p>I tend to spend more time modifying Minecraft than I do actually playing the game. Most of the projects in this section were commissioned by friends.</p>
<h2 id="frost-bucket">Frost Bucket</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p><img src="https://raw.githubusercontent.com/Ewpratten/FrostBucket/master/AnvilScreenshot.png" alt="" /></p>
<p>FrostBucket is a server-side Minecraft plugin that adds a new item, the Frost Bucket. This item turns water into ice. The FrostBucket plugin does not have any intentional practical use, but just exists to satisfy a concept brought up on a late-night Discord call: <em>&quot;What if you could put Frost Walker on a bucket?&quot;</em></p>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/FrostBucket">GitHub</a></p>
<h2 id="blood-cod-plugins">Blood Cod Plugins</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p>The Blood Cod Plugins pack is a monolithic server-side Minecraft plugin for use on a private survival multiplayer server. The goal of this plugin is to integrate the server history and lore into gameplay by providing custom NBT-backed items, crafting recipes, and advancements.</p>
<p>Features include:</p>
<ul>
<li>Godlike powers for religious leaders</li>
<li>Advancements for various religious events</li>
<li>Advancements for entering various important areas</li>
<li>New craftable items:
<ul>
<li>Tank water of Cod</li>
<li>Bread of Cod</li>
</ul>
</li>
</ul>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/blood_cod_plugins">GitHub</a></p>
<h2 id="xandgort-powers">XANDGORT Powers</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p>XANDGORT Powers is a server-side Minecraft plugin that gives superpowers to my admin account. Primarily for messing around with misbehaving players on servers I manage.</p>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/xandgort_powers">GitHub</a></p>
<h2 id="contributor-capes">Contributor Capes</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p>Contributor Capes is a lightweight Minecraft mod that allows modpack developers to award capes to project contributors.</p>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/contributorcapes">GitHub</a></p>
<h2 id="marketcap">MarketCap</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p>MarketCap is a Paper server plugin that scans all inventories in a world to estimate the number of certain items in circulation. Users may set up search filters and query the number of certain items in circulation.</p>
<p>This plugin was designed to keep track of currency distribution in a private server.</p>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/MarketCap">GitHub</a></p>
<h2 id="minimapserver">MinimapServer</h2>
<p><img src="https://img.shields.io/badge/Language-Java-green" alt="" />
<img src="https://img.shields.io/badge/-archived-orange" alt="" /></p>
<p>MinimapServer is an open-source re-implementation of xaero96's <a rel="noopener" target="_blank" href="https://www.spigotmc.org/resources/minimapapi.35354/">Minimap API</a> for his popular Xaero's Minimap and Xaero's World Map Minecraft mods.</p>
<p>This is a server-side library, for use in other plugins.</p>
<p>View on: <a rel="noopener" target="_blank" href="https://github.com/Ewpratten/MinimapServer">GitHub</a></p>
</article>
<link rel="stylesheet" href="/styles/components/footer.css">
<div class="footer">
<br>
<span class="gray">-- EOF --</span>
<p>
Site design & content by: <a href="/contact">Evan Pratten</a><br>
Consider <a href="/donate" target="_blank">supporting my work</a> if you like what you see<br>
</p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-5912H4H03P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5912H4H03P');
</script>
</body>
</html>