Skip to content

monkegame/monkebotJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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"))