Skip to content

Adding your addon to Lilypad.

Why should I?

Lilypad is our official Discord Bot for everything Project: Lotus, this includes roles, gamemodes, and addons.

If you wish for your addon to be added to the bot, you must do the following things.

How do I?

  1. Expose a .json version of your addon’s language file somewhere
  • This can be in a GitHub repository, in a GitHub Gist (Not Recommended, see below.), or anywhere.
    • Why not use a GitHub Gist? -> GitHub Gist links are exclusive, meaning that for every update, the previous link isn’t updated. It’s just annoying to maintain.
  1. Your Addon’s json language file must follow the following format.
{
"Name": "",
"Authors": [],
"Translations": {
"Gamemodes": {
"lowercase_version_of_gamemode's_name": {}
},
"Roles": {
"lowercase_version_of_role's_name": {}
}
}
}
  1. Contact ThetaHalo on Discord saying that you wish to add your addon to Lilypad, and provide the link to the json file!
  2. Once I’m free, it should be added to Lilypad!

Once your addon is added, if it adds gamemodes or roles, you may view it with the command

/info addon (role/gamemode) addon:"your_addon"