SkillAgentSearch skills...

Notebot

A mod plays noteblock nicely for you!

Install / Use

/learn @Nat1anWasTaken/Notebot

README

<a name="readme-top"></a> Contributors Forks Stargazers Issues GNU General Public License

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/Nat1anWasTaken/Notebot"> <img src="src/main/resources/assets/notebot/icon.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Notebot</h3> <p align="center"> A mod plays noteblock nicely for you! <br /> <a href="https://github.com/Nat1anWasTaken/Notebot"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/Nat1anWasTaken/Notebot">View Demo</a> · <a href="https://github.com/Nat1anWasTaken/Notebot/issues">Report Bug</a> · <a href="https://github.com/Nat1anWasTaken/Notebot/issues">Request Feature</a> </p> </div> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <ll><a href="#special-thanks">Special Thanks</a></ll> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#for-players">For Players</a></li> <li><a href="#for-developers">For Developers</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->

About The Project

Product Name Screen Shot

A mod plays noteblock nicely for you!

Special Thanks

Thanks BleachDev for creating and open-sourcing BleachHack! That inspired me a lot and this mod is heavily based on BleachHack's Notebot module!

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED -->

Getting Started

How to use the mod.

For Players

Download the latest release from the Releases page and put it in your mods' folder.

For Developers

If you want to contribute to the project, you can clone the repository and build it yourself.

Requirements:

  • JDK 21 installed and selected (Minecraft 1.20.5+ runs on Java 21)
  1. Clone the repo
    git clone https://github.com/Nat1anWasTaken/Notebot.git
    
  2. Make your changes
  3. Run the dev client
    ./gradlew runClient
    
  4. Build the jar
    ./gradlew jar
    

The jar will be in build/libs/

Code Style

This project uses Google Java Format via Spotless.

  • Format code: ./gradlew spotlessApply
  • Check formatting: ./gradlew spotlessCheck

CI runs spotlessCheck and fails if formatting is not compliant.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- USAGE EXAMPLES -->

Usage

  1. Install the mod, See Getting Started
  2. Put .nbs files in the notebot/songs folder, Note that .txt and .midi files are also supported
  3. Launch the game and join a world. This is a client-side mod, so you can use it both in singleplayer and multiplayer
  4. Do /notebot queue add {song} to add your song into the queue
  5. Do /notebot start to start playing the song
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ROADMAP -->

Roadmap

  • [x] Queue
  • [x] Multi-Instruments support
  • [x] Fairplay mode

See the open issues for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING -->

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE -->

License

Distributed under the GNU General Public License. See LICENSE for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTACT -->

Contact

Discord - Nat1an#0001 - nathan@nat1an.xyz

Project Link: https://github.com/Nat1anWasTaken/Notebot

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
View on GitHub
GitHub Stars31
CategoryDevelopment
Updated1mo ago
Forks7

Languages

Java

Security Score

95/100

Audited on Feb 15, 2026

No findings