-
Notifications
You must be signed in to change notification settings - Fork 61
Home
Welcome to the Seppuku wiki!
FAQ (frequently asked questions in our beautiful discord)
- How do I clear a key-bind?
.bind [module] none
- How do I create a key-bind?
.bind [module] [key]
- How do I run the client?
Place the downloaded seppuku-x.x.x.jar in your
/mods/
folder.
- How do I use Seppuku with other clients?
Seppuku does all it can to try and be compatible with other mods, currently running well in large 1.12.2 mod-packs.
With other clients we do not promise compatibility, as anything can happen modifying events in the same place.
- How do I use NoteBot?
Place .midi song files in your
/Seppuku/Config/Songs/
directory.
Turn on NoteBot while the player is centered above a 5x5 area of note-blocks below.
Once tuning is complete, in chat enter:
.play [midi file name]
, without the file extension.
- How do I use the PacketLogger?
Check the game's console or IDE console output while using this module.
- How do I change the command prefix?
.commands prefix [character]
- How do I bind the click GUI?
.bind gui [key]
- How do I download older versions of Seppuku?
Github Releases, or on our website.
- How do I set the scale of the HudEditor?
This option will be available soon.
How to create a Seppuku external plugin:
WIP