osu! Multiplayer Plus is a discord bot for adding special game-modes to normal osu! multiplayer lobbies.
Game Modes:
- Battle Royale
- Best of (planned)
- Tournaments (planned)
This bot is not affiliated or associated with the official osu! in any way, and was just made by some guy in a waffle costume stuck to a rather ordinary ceiling.
- Invite the bot to your Discord server.
- Create a new game:
!obr creategame
(Note the game ID for later.) - Add teams:
!obr addteams player1 "player two" | p3 p4
(Separate teams with a vertical bar ->|
) - Create a new multiplayer lobby in osu!
- Add the lobby to the game:
!obr addlobby <lobbyId>
(Obtain the lobby ID from the MP link at the top of the multiplayer chat.) e.g. https://osu.ppy.sh/community/matches/51544180) <- the lobby ID is 51544180. - Start the game:
!obr startgame <gameId>
- An updated leaderboard will be posted in Discord automatically after your lobby finishes each map.
- To stop receiving leaderboard updates, end the game:
!obr endgame <gameId>
- Use
!obr help
for a full list of all available commands and their usage.
- TypeScript
- TypeOrm - Database ORM
- Mocha - Testing framework
- Inversify - Inversion of Control / Dependency Injection
Join our Discord and send a message @CeilingWaffle in the #br-bot-help channel.
This project is licensed under the MIT License - see the LICENSE.txt file for details