settings.yml
The Account Link Verification resource is currently unpublished on BuiltByBit and will be migrated into the Main Cosmo Resource soon. These docs are still here as a reference until that happens
# Your Cosmo Verified Linking Addon License Key - Get a license key at https://discord.gg/9Ks7gRMNwA
# This is NOT the same as the Cosmo License Key. If you have bought this addon but only received one key, please ask for a key for the addon.
license-key:
# Name of your project. Will be shown in the bot's footer.
name: Cosmo
# Logo of your project. Will be shown in the bot's footer.
logo: https://i.imgur.com/nHrHKra.png
# Bot token from discord.com/developers
token: 'DISCORD_BOT_TOKEN'
# Your Minecraft Server IP. This shows when a user needs to link in the Minecraft Server
# Example: mc.hypixel.net
minecraft-ip: play.example.net
# You Discord Server's ID (Used to register slash commands)
main-server-id: 0000000000000000000
# Manage settings/api for cosmo.
cosmo:
# Place your Admin API Key from your Cosmo config here
# Example: 43V78B26589327R43RMF734HF34HG983GH37FJE9348HG3GF853
api-key: COSMO_API_KEY
# Place your Cosmo Server URL here. When you go to this URL, you should be greeted with your successful installation message you set up.
# Example: https://labs.thomaskeig.com
server-url: https://labs.thomaskeig.com
# Manage settings/api for your pterodactyl panel.
pterodactyl:
# You can obtain your Pterodactyl API key from the "Account" > "Account API" page within Pterodactyl.
# Example: ptlc_mKxzmEYXCCaxSjuMaCvc6uttiemTPLWf6iYvMrKwJim
api-key: ptlc_PTERODACTYL_API_KEY
# The URL used to connect your your panel
# Example: https://panel.thomaskeig.com
panel-url: https://panel.thomaskeig.com/
# Your Pterodactyl server's ID (this is found in the URL when you are accessing the server)
# Example: 1a7ce997
server-id:
# Manage the discord bot's activity.
activity:
enabled: true
# What status should the bot use?
# Allowed values "playing", "listening", "watching"
status: watching
# What message should show after the status?
message: 'Verified Link Addon'
# Set your embed colors here
embed-colors:
default: '#529AFB'
green: '#1FE93C'
yellow: '#FDFF63'
red: '#FF3D3D'
# Icons that will appear for a tick and a cross
thumbnails:
tick: https://i.imgur.com/mzPn6pY.png
cross: https://i.imgur.com/SQ0NFRz.png
# Enable/Disable, set hidden responses, and change command descriptions
commands:
link:
enabled: true
description: "Link your Minecraft account to your Discord account."
response-hidden: true
# Settings to manage logging commands
log-commands:
console:
# Should the bot log command uses in the console
enabled: true
channel:
# Should the bot log command uses in a channel
enabled: true
# The channel ID to log command usages in
id: 0
Last updated