Skip to content

Instantly share code, notes, and snippets.

@MrPowerGamerBR
Created January 10, 2017 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MrPowerGamerBR/9144085fbcd701184d88987ecd68e059 to your computer and use it in GitHub Desktop.
Save MrPowerGamerBR/9144085fbcd701184d88987ecd68e059 to your computer and use it in GitHub Desktop.
# RelayItToDiscord - Created by MrPowerGamerBR
# GitHub repo: https://github.com/MrPowerGamerBR/RelayItToDiscord
# This is the Discord Webhook link
# To get one, open your server configuration panel, go to "Webhooks", create a webhook and then
# copy the link to here
WebhookLink: "https://discordapp.com/api/webhooks/268353867484364800/2CJjNV1DrArSEAginMSZhwWTrpsN83l8AxIXAOZHWbfhtjDdxmAvkM6AliK8UqdqijBr"
# This is the bot username on Discord
#
# For (almost) every string you can use these placeholders
# %player_name% = player name
# %player_displayname% = player display name
# %player_uuid% = player UUID
# %stripped_player_displayname% = player display name without color
# This has a limit of 32 chars! Anything above that will be cut off!
Username: "%player_name%"
# This is the chat format
# You can add fancy things to it if you want
# like the player's group!
# Or just keep it like that to just show the message
Format: "%content%"
# Should the message has color stripped from it?
StripColors: true
# This is the bot avatar, you can set to something static or make it the user avatar
AvatarUrl: "https://minotar.net/helm/%player_name%/64.png"
# Use PlaceholderAPI? https://www.spigotmc.org/resources/placeholderapi.6245/
UsePlaceholderAPI: true
# Issues should never ever happen, but hey, nothing is perfect.
# So this is the advanced configuration section
Advanced:
# If you are experiencing issues, change this value to false
# Try editing this before editing the EventPriority
IgnoreCancelled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment