rewrite of the monkebot in java. host it yourself, have fun :D
example config.json
:
{
"token": "putYourDiscordBotTokenHere",
"databaseLoc": "D:\\databases\\onetap.db",
"databaseTableItaly": "blubber",
"databaseTableMuseum": "italy",
"databaseTableHighrise": "kills",
"databaseTableAccounts": "accounts",
"serverIp": "play.monkegame.online"
}
should be in the same folder as the jar ^
- java 16
- sqlite database (otherwise the leaderboard doesn't work)
join our discord
("mcid" TEXT UNIQUE, "iddc" TEXT UNIQUE, PRIMARY KEY("mcid"))