<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>SCNX News</title>
        <link>https://docs.scnx.xyz/blog/</link>
        <description>Receive semi-regular news about SCNX</description>
        <lastBuildDate>Wed, 28 May 2025 10:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright © 2025 ScootKit UG (haftungsbeschränkt)</copyright>
        <item>
            <title><![CDATA[Announcing XP Multipliers, Level Simulator & Custom Formulas!]]></title>
            <link>https://docs.scnx.xyz/blog/2025-custom-level-curves/</link>
            <guid>https://docs.scnx.xyz/blog/2025-custom-level-curves/</guid>
            <pubDate>Wed, 28 May 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[Supercharge your SCNX Level System! Discover new XP Multipliers, a new Level Simulator & Custom Level Formulas to fully customize Discord server leveling and boost user engagement]]></description>
            <content:encoded><![CDATA[<p>Hi everyone,</p>
<p>The SCNX Level System has always been a powerful tool for engaging your community and rewarding activity. We're thrilled
to announce three game-changing new features that offer unprecedented customization and control over how XP is earned and
how levels are calculated: <strong>XP Multiplicators, a new Level Simulator and Custom Level Formulas!</strong></p>
<p>These additions are designed to give you the ultimate flexibility in tailoring the leveling experience to perfectly
match your server's unique vibe and community dynamics.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="xp-multiplicators">Fine-Tune Engagement with XP Multiplicators<a href="https://docs.scnx.xyz/blog/2025-custom-level-curves/#xp-multiplicators" class="hash-link" aria-label="Direct link to Fine-Tune Engagement with XP Multiplicators" title="Direct link to Fine-Tune Engagement with XP Multiplicators">​</a></h2>
<p>Ever wanted to give a little extra XP boost to users with specific roles, like server boosters or event winners? Or
perhaps encourage more activity in a particular channel? With XP Multiplicators, now you can!</p>
<p>By default, every user and channel has a multiplication factor of 1. This improved feature allows you to:</p>
<ul>
<li><strong>Assign Role Multiplicators</strong>: Grant users with certain roles an XP bonus for their messages. If a user has multiple
roles
with multipliers, these factors multiply together, offering significant boosts for your most dedicated members!</li>
<li><strong>Set Channel Multiplicators</strong>: Designate channels where messages will earn more (or less!) XP. Want to fire up
conversation
in your #general-chat? Give it a 1.5x multiplier! Need to gently discourage XP farming in a #bot-spam channel? A 0.5x
multiplier will do the trick.</li>
</ul>
<p>Example Scenarios:</p>
<ul>
<li><strong>VIP Boost</strong>: A user with a special "VIP" role, which has an XP multiplier configured, sends a message. Because of
their
role, they receive extra XP for that message compared to a user without the VIP role.</li>
<li><strong>Featured Channel &amp; Booster</strong>: A user who is a Server Booster (which comes with its own role-based XP multiplier)
posts in
a channel that you've designated as a "featured" channel (which has a channel-based XP multiplier). Because both their
role and the channel provide an XP boost, they earn an even greater amount of XP for their message in that specific
place.</li>
<li><strong>Multiple Roles</strong>: If a user holds several different roles, and each of those roles has its own XP multiplier, all
those
multipliers effectively combine. This results in a significantly larger overall XP boost for any message they send,
acknowledging their multiple contributions or statuses on the server.</li>
</ul>
<p>We recommend using moderate values for boosts to keep things balanced, but the power is in your hands!</p>
<p>Check out our full and newly
improved <a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/#multiplicators">Level System documentation</a> for more information and
configuration instructions!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="level-curve">Craft Your Perfect Progression: Custom Level Formulas<a href="https://docs.scnx.xyz/blog/2025-custom-level-curves/#level-curve" class="hash-link" aria-label="Direct link to Craft Your Perfect Progression: Custom Level Formulas" title="Direct link to Craft Your Perfect Progression: Custom Level Formulas">​</a></h2>
<p>While our pre-set level curves (Easy Linear, Default Linear, Exponentiation) suit many servers, we understand that some
admins want absolute control. Introducing <strong>Custom Level Formulas</strong>!</p>
<p>This feature allows you to define the exact mathematical formula used to calculate the XP required to reach any given
level. You are no longer limited to our selections; you can design a progression that's as gentle or as steep as you
desire.</p>
<p><strong>How it works</strong>:</p>
<p>You'll provide a mathematical formula where the variable x represents the level to be calculated. The result of the
formula will be the total XP needed to achieve that level x.</p>
<p>Examples of valid custom level curves:</p>
<ul>
<li>Our "Easy Linear" curve: <code>750x+((x−1)</code></li>
<li>Our "Exponentiation" curve: <code>350^2(x-1)</code></li>
<li>A simple custom curve: <code>1000*1.5*x</code></li>
</ul>
<p><strong>Configuration</strong>:
In the "Module Configuration" under "Type of level curve," select "Custom formula." Then, input your mathematical
masterpiece into the "Custom Level Formula (if enabled)" field.</p>
<p>Learn more about our <a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/#level-curves">built-in level curves</a> and
about <a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/#custom-level-curve">custom level curves</a> for more information and
configuration instructions!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="level-simulator">Visualize Your Victory: Meet the Brand New Level Simulator!<a href="https://docs.scnx.xyz/blog/2025-custom-level-curves/#level-simulator" class="hash-link" aria-label="Direct link to Visualize Your Victory: Meet the Brand New Level Simulator!" title="Direct link to Visualize Your Victory: Meet the Brand New Level Simulator!">​</a></h2>
<p>So, you've crafted what you believe is the perfect custom level formula, or perhaps you're trying to decide between our
standard curves with your unique XP settings. But how will it actually feel for your users? How many messages will it
take to hit those milestone levels?</p>
<p>Stop guessing and start simulating! We're thrilled to also introduce another fantastic new tool to your SCNX arsenal:
the <strong><a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/#level-simulator">Level Simulator</a></strong>!</p>
<p>This powerful, interactive feature is designed to give you a clear, practical preview of your leveling progression.
Think of it as your personal test environment for all things XP and levels. By simply entering the values from your
module configuration (like the average XP given per message) and selecting a level curve – whether it's one of our
defaults or your own custom creation – the simulator will instantly show you:</p>
<ul>
<li><strong>XP Needed Per Level</strong>: See exactly how much cumulative XP is required for a user to reach any specific level you input.</li>
<li><strong>Estimated Messages to Level Up</strong>: Get a tangible idea of the effort involved by seeing an approximation of how many
messages a user would need to send to achieve that level.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-the-level-simulator-is-your-new-best-friend">Why the Level Simulator is Your New Best Friend<a href="https://docs.scnx.xyz/blog/2025-custom-level-curves/#why-the-level-simulator-is-your-new-best-friend" class="hash-link" aria-label="Direct link to Why the Level Simulator is Your New Best Friend" title="Direct link to Why the Level Simulator is Your New Best Friend">​</a></h3>
<p>The Level Simulator is more than just a calculator; it's an indispensable tool for fine-tuning your server's engagement
strategy:</p>
<ul>
<li>
<p><strong>Perfecting Custom Formulas</strong>: When designing your own level curve, the simulator is invaluable. You can instantly see if
your formula creates a smooth progression, if it becomes too difficult too quickly, or if it's perhaps too easy. Tweak
your formula, re-simulate, and iterate until it feels just right.</p>
</li>
<li>
<p><strong>Choosing the Right Standard Curve</strong>: Even if you're not using a custom formula, the simulator helps you understand how
our 'Easy Linear', 'Default Linear', or 'Exponentiation' curves will behave with your specific XP-per-message settings.
Balancing the Grind: Avoid making your leveling system a frustrating slog or so rapid that levels feel meaningless. The
simulator helps you find that sweet spot.</p>
</li>
<li>
<p><strong>Informed Decisions</strong>: Make changes to your XP settings or level curve with confidence, knowing you've seen a projection of
their impact beforehand.</p>
</li>
<li>
<p><strong>Save Time &amp; Frustration</strong>: Instead of waiting for days or weeks to see how your new setup is performing live and then
having to readjust (and potentially reset progress), you can get a very good idea upfront.</p>
</li>
<li>
<p><strong>How to Use It</strong>:
You'll find the Level Simulator within the <a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/#level-simulator">Levels module documentation page</a>. Simply input your intended configuration
values where indicated, select or input your level curve, and see the results! It's an intuitive way to experiment
without any real-world consequences on your server.</p>
</li>
</ul>
<p>A Quick Note:
Currently, the Level Simulator focuses on XP gained from messages. The XP awarded for time spent in voice channels is a
separate calculation and isn't factored into the simulator's estimates.</p>
<p>We strongly encourage you to make the Level Simulator your go-to tool when setting up or adjusting your level system.
Paired with the flexibility of custom level formulas and XP multipliers, it gives you unparalleled control to craft a
truly engaging and rewarding experience for your community.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="start">Get Started Today!<a href="https://docs.scnx.xyz/blog/2025-custom-level-curves/#start" class="hash-link" aria-label="Direct link to Get Started Today!" title="Direct link to Get Started Today!">​</a></h2>
<p>These new features are designed to empower you to create a truly unique and engaging leveling system on your
SCNX-powered Discord server. Dive into your module configuration dashboard, experiment with multipliers, and craft the
perfect level curve to reward your community in a way that's all your own.</p>
<p>We can't wait to see the creative ways you'll use XP Multiplicators and Custom Level Formulas! As always, check out the
<a href="https://docs.scnx.xyz/docs/custom-bot/modules/community/levels/">full documentation</a> for all the details.</p>]]></content:encoded>
            <author>simon@scootkit.com (Simon)</author>
            <category>Newsletter</category>
            <category>SCNX</category>
            <category>Level System</category>
        </item>
        <item>
            <title><![CDATA[Time to prepare for easter on your Discord Server!]]></title>
            <link>https://docs.scnx.xyz/blog/easter-2025-newsletter/</link>
            <guid>https://docs.scnx.xyz/blog/easter-2025-newsletter/</guid>
            <pubDate>Sun, 13 Apr 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[Easter is in one week - time to start a cool event on your Discord server. Find tipps and guides inside.]]></description>
            <content:encoded><![CDATA[<p>Hey there,</p>
<p>The holidays are just around the corner! Easter is coming up, so it's time to prepare an event for your Discord – and it's super easy with SCNX!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="easter-is-just-around-the-corner">Easter is Just Around the Corner<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#easter-is-just-around-the-corner" class="hash-link" aria-label="Direct link to Easter is Just Around the Corner" title="Direct link to Easter is Just Around the Corner">​</a></h2>
<p>Easter is just around the corner, and what could be better than going on an Easter egg hunt together – even if it's digital this year.
An egg-collecting event on your Discord server brings your community together in a playful way. Hide virtual eggs in different channels and have your members solve tricky puzzles or master small tasks to find them. This way, you'll ensure lots of fun and strengthen the sense of community, no matter where your members are currently located.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="virtual-egg-hunt-with-scnx">Virtual Egg Hunt with SCNX!<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#virtual-egg-hunt-with-scnx" class="hash-link" aria-label="Direct link to Virtual Egg Hunt with SCNX!" title="Direct link to Virtual Egg Hunt with SCNX!">​</a></h2>
<p>Are you looking for an exciting and interactive way to delight your Discord community this Easter? Then we have the perfect tip for you: host a virtual Easter egg code hunt with the "Collect the Codes" module from <strong>SCNX</strong>!</p>
<p>As the <a href="https://scnx.tips/hunt-the-code/" target="_blank" rel="noopener noreferrer">article on scnx.tips</a> by our helper Hörnchen explains, this module offers a playful way to hide codes on your server that your members can find and redeem. Whoever collects the most codes will be displayed in a leaderboard – a great incentive for your community!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-it-works">How it Works<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#how-it-works" class="hash-link" aria-label="Direct link to How it Works" title="Direct link to How it Works">​</a></h2>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>Not with SCNX yet?</div><div class="admonitionContent_BuS1"><p>SCNX is a service where you can create a completely customizable Discord bot for your server without any programming. You can follow <a href="https://docs.scnx.xyz/docs/setup/">these easy instructions</a> to get started right away.</p></div></div>
<ul>
<li><strong>Hide Codes:</strong> Use the diverse suggestions from the article and place virtual "Easter eggs" in the form of text codes or even thematically appropriate emojis in creative locations on your server. These can be channel names, descriptions, user bios, hidden messages (using ||), custom commands, or even emoji and role names.</li>
<li><strong>Members Search and Redeem:</strong> Your community members use simple commands like <code>/hunt-the-code profile</code> to see their progress and <code>/hunt-the-code redeem</code> to redeem found codes.</li>
<li><strong>Competition and Fun:</strong> A live leaderboard (<code>/hunt-the-code leaderboard</code>) creates an exciting competition.</li>
<li><strong>Admin Tools:</strong> Admins retain control with commands like <code>/hunt-the-code-admin end</code> (to end and reset) and <code>/hunt-the-code-admin report</code> (for a detailed overview of the findings).</li>
</ul>
<p>You can find more information in the <a href="https://scnx.tips/hunt-the-code/" target="_blank" rel="noopener noreferrer">scnx.tips article</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="why-is-this-a-good-idea-for-your-easter-event">Why is this a Good Idea for Your Easter Event?<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#why-is-this-a-good-idea-for-your-easter-event" class="hash-link" aria-label="Direct link to Why is this a Good Idea for Your Easter Event?" title="Direct link to Why is this a Good Idea for Your Easter Event?">​</a></h2>
<ul>
<li><strong>Community Activation:</strong> It promotes interaction and engagement among your members.</li>
<li><strong>Playful Fun:</strong> The hunt for codes is an entertaining experience for everyone.</li>
<li><strong>Flexibility:</strong> You can adapt the difficulty and the type of codes to your community.</li>
<li><strong>Easy Implementation:</strong> The SCNX module makes organization straightforward.</li>
<li><strong>Digital Alternative:</strong> Perfect for spreading Easter joy in the virtual world as well.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="tips-for-a-successful-event">Tips for a Successful Event<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#tips-for-a-successful-event" class="hash-link" aria-label="Direct link to Tips for a Successful Event" title="Direct link to Tips for a Successful Event">​</a></h2>
<ul>
<li>Provide hints in the announcement about where the codes might be hidden.</li>
<li>Regularly publish interim standings of the leaderboard.</li>
<li>Consider small digital prizes or special roles for the most successful collectors.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="questions-or-problems">Questions or Problems?<a href="https://docs.scnx.xyz/blog/easter-2025-newsletter/#questions-or-problems" class="hash-link" aria-label="Direct link to Questions or Problems?" title="Direct link to Questions or Problems?">​</a></h2>
<p>You can find more information about the module in the <a href="https://scnx.tips/hunt-the-code/" target="_blank" rel="noopener noreferrer">scnx.tips article</a>, otherwise we are always happy to help on <a href="https://scnx.app/help" target="_blank" rel="noopener noreferrer">scnx.app/help</a> or directly on <a href="https://scootk.it/dc-en" target="_blank" rel="noopener noreferrer">our Discord</a>.</p>
<p>Make Easter an unforgettable experience for your Discord community with an exciting virtual egg code hunt powered by SCNX!</p>]]></content:encoded>
            <author>simon@scootkit.com (Simon)</author>
            <category>Newsletter</category>
            <category>SCNX</category>
            <category>Events</category>
        </item>
    </channel>
</rss>