monkegame / monkebotJ

rewrite of the monkebot in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monkebotJ

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 ^

requires

  • java 16
  • sqlite database (otherwise the leaderboard doesn't work)

support

join our discord

accounts table???

("mcid" TEXT UNIQUE, "iddc" TEXT UNIQUE, PRIMARY KEY("mcid"))

About

rewrite of the monkebot in java


Languages

Language:Java 100.0%