Integration

These are settings for integrating plugins or services into the bot. A good example is CedMod, which stores lot's of interesting and useful data, that can be used for e.g. Playtime-Roles.

CedMod

This integration incorporates CedMod into ScpTools, allowing for some available features.

cedmod:
  # This activates the CedMod Api integration. This feature is only used for the following functions, only activated if you have these features in use: Regulars
  # CedMod Api is only available to users who request access from the CedMod team, ask on their discord for more information - https://discord.gg/p69SGfwxxm
  active: false
  # Include https://
  instance_url: ""
  # Put the plain API key here
  api_key: ""
Active

Defines if the CedMod integration is active

Instance Url

The url to your cedmod instance, e.g. https://testserver.cedmod.app

Api Key

Your api key, which you can obtain from the api key section in your CedMod-Panel. Create a new api user and make sure to give them the appropriate permissions (to be sure, just assign all)

Last updated