discord.yml

Overview

The discord.yml file contains all the discord information for FateUHC!

Last Updated: 7/29/23

Default Config File

ENABLED: false
STARTINGWEBHOOK:
  URL: ''
  LOGO: ''
  TAG: '@everyone'
WINNERWEBHOOK:
  URL: ''
  LOGO: ''
  TAG: '@everyone'
SERVER-IP: 'mc.server-ip.com'

#Starting Message
#This is where you can configure what the message says.
AuthorName: 'UHCFeed'
DiscordDesc: '[] **New UHC game will be hosted**. []'
Field1:
  name: 'GameType: '
  value: '%gametype%'
Field2:
  name: 'Nether: '
  value: '%nether%'
Field3:
  name: 'BedrockWalls Size: '
  value: '%size%'
Field4:
  name: 'Scenarios: '
  value: '%scenarios%'
Field5:
  name: 'Starting at:'
  value: '%time%'
Field6:
  name: 'IP:'
  value: '%ip%'

#Winner Message
#This is where you can configure what the message says.
AuthorName2: 'UHCFeed'
DiscordDesc2: '[] **We got a new UHC winner. CONGRATULATIONS**. []' #Non-Teams
DiscordDesc3: '[] **We got a new UHC winners. CONGRATULATIONS**. []' #Teams
Field7:
  name: 'Winner(s): '
  value: '%winners%'
Field8:
  name: 'Total kills: '
  value: '%totalkills%'
Field9:
  name: 'IP: '
  value: '%ip%'
Field10:
  name: 'Date: '
  value: '%date%'

Last updated