

Description
<div><div><h2>๐ Birthdays ๐</h2> <p>Your Seraph now how has a Birthday! Use "<strong>/birthday me</strong>" to see your birthday!</p> <p>Once a year, you get a gift from a configurable loot table and a message in chat. First gift requires: in game year > birth year.</p> <p>Were you offline and missed bday? You'll get a belated gift the next time you log in :)</p> <p>Admins can manage the gift table with in game commands or by editing the config directly. Modded items are supported.</p> <p>STILL TESTING - HELP ME OUT BY REPORTING ANYTHING WITH MULTIPLAYER</p> <p> </p> </div> <div> <h2>Commands</h2> <p>Customizing the gift list is primarily done through the config file, but these commands let you make quick changes</p> <table style="width: 37.7875%; height: 332.4px;" border="1"> <tbody> <tr style="height: 20.2px;"> <td style="width: 44.1184%; height: 20.2px;">Command</td> <td style="width: 55.7657%; height: 20.2px;">Description</td> </tr> <tr style="height: 40.2px;"> <td style="width: 44.1184%; height: 40.2px;"><strong>/birthday me</strong></td> <td style="width: 55.7657%; height: 40.2px;"><strong>Check your birthday</strong></td> </tr> <tr style="height: 40.4px;"> <td style="width: 44.1184%; height: 40.4px;"><strong>/birthday calendar <month></strong></td> <td style="width: 55.7657%; height: 40.4px;"> <p><strong>See birthdays for specific month.</strong><br><strong>Defaults to current month if no month input</strong></p> </td> </tr> <tr style="height: 35.2px;"> <td style="width: 44.1184%; height: 35.2px;"><strong>/birthday list</strong></td> <td style="width: 55.7657%; height: 35.2px;"><strong>Show the gift table (admin)</strong></td> </tr> <tr style="height: 39.4px;"> <td style="width: 44.1184%; height: 39.4px;"><strong>/birthday addhand</strong></td> <td style="width: 55.7657%; height: 39.4px;"><strong>Add held item as a gift at uncommon rarity (admin)</strong></td> </tr> <tr style="height: 44.2px;"> <td style="width: 44.1184%; height: 44.2px;"><strong>/birthday add <code> <qty> <rarity></strong></td> <td style="width: 55.7657%; height: 44.2px;"><strong>Add a gift by item code (admin)</strong></td> </tr> <tr style="height: 35.2px;"> <td style="width: 44.1184%; height: 35.2px;"> <p><strong>/birthday remove <code></strong></p> </td> <td style="width: 55.7657%; height: 35.2px;"><strong>Remove a gift (admin)</strong></td> </tr> <tr style="height: 47.4px;"> <td style="width: 44.1184%; height: 47.4px;"><strong>/birthday change <player> <month/day></strong></td> <td style="width: 55.7657%; height: 47.4px;"> <p><strong>Change player's birthday (admin)</strong></p> <p><strong>(month is numerical value ex 5/1 for May 1st)</strong></p> </td> </tr> <tr style="height: 30.2px;"> <td style="width: 44.1184%; height: 30.2px;"><strong>/birthday calendar list</strong></td> <td style="width: 55.7657%; height: 30.2px;"> <p><strong>See all player's birthdays (admin)</strong></p> </td> </tr> </tbody> </table> <p> </p> </div> <div> <h2>Config</h2> <p>Gift table is at ModConfig/birthdays.json</p> <p>Modded items just use the full code like somemod:itemname.</p> <pre style="background: #1e1e1e; color: #d4d4d4; padding: 15px; border-radius: 6px; overflow-x: auto; font-size: 0.85em;">{ "Gifts": [ { "Code": "game:gear-rusty", "Quantity": 25, "Rarity": "common" }, { "Code": "game:gear-temporal", "Quantity": 10, "Rarity": "uncommon" }, { "Code": "game:axe-felling-copper", "Quantity": 1, "Rarity": "rare" }, { "Code": "game:ingot-gold", "Quantity": 2, "Rarity": "rare" }, { "Code": "game:clothes-face-hummingbird", "Quantity": 1, "Rarity": "legendary" }, { "Code": "coolmod:coolsword", "Quantity": 1, "Rarity": "very-rare" } ] }</pre> </div> <div> <p> </p> <h2>Rarity</h2> <p>Each gift has a rarity that controls how often it shows up:</p> <table style="width: 18.5652%; height: 179.2px;" border="1"> <tbody> <tr style="height: 20.2px;"> <td style="width: 50.9129%; height: 20.2px;">Tier</td> <td style="width: 49.0871%; height: 20.2px;">Drop chance</td> </tr> <tr style="height: 30.2px;"> <td style="width: 50.9129%; height: 30.2px;">common</td> <td style="width: 49.0871%; height: 30.2px;">Highest</td> </tr> <tr style="height: 31.2px;"> <td style="width: 50.9129%; height: 31.2px;">uncommon</td> <td style="width: 49.0871%; height: 31.2px;">Medium</td> </tr> <tr style="height: 31.2px;"> <td style="width: 50.9129%; height: 31.2px;">rare</td> <td style="width: 49.0871%; height: 31.2px;">Low</td> </tr> <tr style="height: 28.2px;"> <td style="width: 50.9129%; height: 28.2px;">very-rare</td> <td style="width: 49.0871%; height: 28.2px;">Very low</td> </tr> <tr style="height: 38.2px;"> <td style="width: 50.9129%; height: 38.2px;">legendary</td> <td style="width: 49.0871%; height: 38.2px;">Extremely low</td> </tr> </tbody> </table> <p> </p> <p> </p> </div> <div> <div class="spoiler"> <div class="spoiler-toggle"> <h1>Default Gift Table</h1> </div> <div class="spoiler-text"> <table style="width: 30.9261%;" border="1"> <tbody> <tr> <td style="width: 38.256%;">Item</td> <td style="width: 32.6369%;">Qty</td> <td style="width: 29.1071%;">Rarity</td> </tr> <tr> <td style="width: 38.256%;">Rusty Gears</td> <td style="width: 32.6369%;">25</td> <td style="width: 29.1071%;">common</td> </tr> <tr> <td style="width: 38.256%;">Dead Earthworms</td> <td style="width: 32.6369%;">6</td> <td style="width: 29.1071%;">common</td> </tr> <tr> <td style="width: 38.256%;">Spelt Bread</td> <td style="width: 32.6369%;">5</td> <td style="width: 29.1071%;">common</td> </tr> <tr> <td style="width: 38.256%;">Peaches</td> <td style="width: 32.6369%;">12</td> <td style="width: 29.1071%;">common</td> </tr> <tr> <td style="width: 38.256%;">Candles</td> <td style="width: 32.6369%;">4</td> <td style="width: 29.1071%;">common</td> </tr> <tr> <td style="width: 38.256%;">Oil Lamps</td> <td style="width: 32.6369%;">4</td>
Ratings & reviews
Sign in to leave a rating or comment.

