Notebot
Notebot copied to clipboard
A mod plays noteblock nicely for you!
Notebot
A mod plays noteblock nicely for you!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
-
About The Project
Special Thanks -
Getting Started
- For Players
- For Developers
- Usage
- Roadmap
- Contributing
- License
- Contact
About The Project
I made this mod to learn how to make Minecraft mods. It's a client-side mod that 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!
(back to top)
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.
- Clone the repo
git clone https://github.com/Nat1anWasTaken/Notebot.git - Make your changes
- Run the dev client
./gradlew runClient - Build the jar
./gradlew jar
The jar will be in build/libs/
(back to top)
Usage
- Install the mod, See Getting Started
- Put .nbs files in the
notebot/songsfolder, Note that .txt and .midi files are also supported - Launch the game and join a world. This is a client-side mod, so you can use it both in singleplayer and multiplayer
- Do
/notebot queue add {song}to add your song into the queue - Do
/notebot startto start playing the song
(back to top)
Roadmap
- [x] Queue
- [x] Multi-Instruments support
- [x] Fairplay mode
See the open issues for a full list of proposed features (and known issues).
(back to top)
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
(back to top)
License
Distributed under the GNU General Public License. See LICENSE for more information.
(back to top)
Contact
Discord - Nat1an#0001 - [email protected]
Project Link: https://github.com/Nat1anWasTaken/Notebot
(back to top)
