Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h1><strong><a href=" ">OpenNBS</a></strong></h1>
<li><a href="features">Features</a></li>
<li><a href="https://noteblock.world">Songs</a><span style="padding: 0.25rem; margin-left: 10px; border-radius: 9999px; background-image: linear-gradient(to bottom right, rgb(21, 233, 127), rgb(163, 250, 12)); color: white; font-size: small;">NEW!</span></li>
<li><a href="nbs">Format</a></li>
<li><a href="privacy">Privacy</a></li>
<li><a href="https://github.com/OpenNBS">GitHub</a></li>
</ul>
</nav>
Expand Down
14 changes: 11 additions & 3 deletions pages/nbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ permalink: /nbs
<div class="col-md-5">
<h2>NBS Changelog</h2>
<div>
<strong>Version 6:</strong>
<ul><li>The built-in instrument count changed from 16 to 20, to accomodate for the four new trumpet instruments.</li>
<li>Because of that, the maximum custom instrument count have been decreased to 236.</li>
<li>No fields have been added or removed, so version 6 files may be read identically to version 5 and 4.</li></ul>
<strong>Version 5:</strong>
<ul><li>May now hold up to 240 custom instruments, previously 18.</li>
<li>The path to custom sound files may contain slash characters, as a result of allowing custom sounds to be loaded from subfolders.</li>
Expand Down Expand Up @@ -226,7 +230,11 @@ permalink: /nbs
<strong>12 = </strong>Didgeridoo (Pumpkin)<br>
<strong>13 = </strong>Bit (Block of Emerald)<br>
<strong>14 = </strong>Banjo (Hay)<br>
<strong>15 = </strong>Pling (Glowstone)
<strong>15 = </strong>Pling (Glowstone)<br>
<strong>16 = </strong>Trumpet (Block of Copper)<br>
<strong>17 = </strong>Exposed Trumpet (Exposed Copper)<br>
<strong>18 = </strong>Weathered Trumpet (Weathered Copper)<br>
<strong>19 = </strong>Oxidized Trumpet (Oxidized Copper)
</span>
</td>
</tr>
Expand Down Expand Up @@ -297,7 +305,7 @@ permalink: /nbs
<hr>
<h2 id="part4">Part 4: Custom instruments</h2>
<p>Finally, the custom instruments of the song are stored. Like the previous part, this is optional. You can stop writing here and the song will still be loaded.<br><br>
A song can have a maximum of <span class="newversion">240</span> custom instruments, each with a name and sound file assigned to it. The sound file must be located in the /Sounds folder of the Minecraft Note Block Studio directory.
A song can have a maximum of <span class="newversion">236</span> custom instruments, each with a name and sound file assigned to it. The sound file must be located in the /Sounds folder of the Minecraft Note Block Studio directory.
Before we begin, we need to know the amount of custom instruments:</p>
<div class="table-wrapper">
<table class="alt">
Expand All @@ -312,7 +320,7 @@ permalink: /nbs
<tr>
<td>Byte (unsigned)</td>
<td>Custom instruments</td>
<td>The amount of custom instruments (0-<span class="newversion">240</span>).</td>
<td>The amount of custom instruments (0-<span class="newversion">236</span>).</td>
</tr>
</tbody>
</table>
Expand Down
47 changes: 47 additions & 0 deletions pages/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Privacy Policy
description: Privacy Policy for Note Block Studio.
permalink: /privacy
---

<section id="banner" class="privacy-banner">
<h2>Privacy Policy</h2>
<p></p>
</section>

<section id="one" class="wrapper style1">
<div class="container">
<div class="row">
<article class="col-lg-9 mx-auto">
<header class="major">
<h2>Note Block Studio</h2>
<p>Last updated: <time datetime="2026-08-20">August 20, 2026</time></p>
</header>

<p><strong>Note Block Studio does not collect, transmit, sell, or share personal data.</strong></p>

<h2>Information We Collect</h2>
<p>Note Block Studio does not collect personal information. The application does not include analytics, advertising, tracking technologies, account systems, or third-party data collection services.</p>

<h2>Local Songs and Project Files</h2>
<p>Songs, project files, exported files, and application settings are stored locally on your device. Note Block Studio only accesses files you explicitly open, import, create, or export. These files remain on your device unless you choose to share, move, or delete them.</p>

<h2>Internet and External Services</h2>
<p>Note Block Studio does not upload your songs, project files, or personal information to servers operated by the project.</p>
<p>This website and the application may link to external services such as GitHub, Discord, download providers, or Note Block World. If you choose to use those services, their own privacy policies and terms apply.</p>

<h2>Support Requests</h2>
<p>If you contact the developer for support, any information you choose to provide will be used only to understand and respond to your request.</p>

<h2>Children’s Privacy</h2>
<p>Note Block Studio does not knowingly collect personal information from anyone, including children.</p>

<h2>Changes to This Policy</h2>
<p>This privacy policy may be updated if Note Block Studio or its data practices change. The latest version will be posted on this page.</p>

<h2>Contact</h2>
<p>If you have questions about this privacy policy, contact the developer at <a href="mailto:opennbs@gmail.com">opennbs@gmail.com</a>.</p>
</article>
</div>
</div>
</section>