Mantic Development
DiscordStore
  • Join our Discord
  • Visit our Store
  • Welcome!
  • 📚ManticLib
  • 🤖Server Bot
    • 📬Setup Guide
    • 🆘Frequently Asked Questions
    • Config Files
      • config.yml
      • custom_responses.yml
      • messages.yml
      • reactionroles.yml
      • ticketsettings.json
      • technical_settings.yml
    • Modules
      • Application Module
      • Music Module
      • AI Module Module
      • MCModule
  • 🌾ManticHoes
    • Permissions
    • Placeholders
    • Config Files
      • config.yml
      • enchants.yml
      • prestige.yml
      • messages.yml
      • harvest-event.yml
      • commands.yml
      • harvester-hoes.yml
      • override-prices.yml
      • Menus
        • main.yml
        • prestige.yml
        • crop-prices.yml
        • token-shop.yml
        • leaderboard.yml
        • upgrades.yml
  • ⚔️ManticSwords
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • mob-swords.yml
      • leaderboard.yml
      • crystal-shop.yml
      • upgrades.yml
      • drops.yml
      • override_prices.yml
      • enchants.json
    • Placeholders
    • Permissions
  • 🎣ManticRods
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • rods.yml
      • leaderboard.yml
      • shard-shop.yml
      • upgrades.yml
      • drops.json
      • enchants.json
    • Permissions
    • Placeholders
  • 🌑ManticDarkzone
    • Config Files
      • config.yml
      • darkzone-mobs.yml
      • commands.yml
      • messages.yml
    • Frequently Asked Questions (FAQ)
  • 🛡️ManticSets
    • Placeholders
    • Permissions
    • Config Files
      • config.yml
      • messages.yml
      • _INFO.txt
      • Pre-Made Sets
        • Damage Set
        • Patching Set
        • XP Booster Set
        • McMMO Booster Set
        • Money Booster Set
        • ShopGUI+ Booster Set
        • Token Booster Set
        • Crystal Booster Set
        • Shard Booster Set
        • Coin Booster Set
        • Regeneration Set
        • Health Boost Set
    • Custom data for armour
  • 💴AfkZone
    • Setup Guide
    • Placeholders
    • Config Files
      • config.yml
      • gem-shop.yml
  • 💴ManticCurrency
    • Frequently Asked Questions (FAQ)
    • Placeholders
    • Config Files
      • config.yml
      • currency-shop.yml
      • leaderboard.yml
  • 🎁Giftcards
    • Config Files
      • config.yml
      • giftcard_items.yml
      • view_menu.yml
  • 🗡️InfiniteKoth
  • 🌊Water Pearls
  • 🤺PvPItems
    • 📖Configurations
    • 🎟️Permissions
  • ⛏️Mining Economy
    • 📑Configuration
    • ⌨️Commands and Usages
    • 🎟️Permissions
    • 📂Placeholders
    • ⚙️API
    • 🍩Free Addons
  • 👿DevilEnchants
    • Config Files
      • config.yml
      • lang.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 🪄VanillaEnchants
    • Config Files
      • config.yml
      • messages.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 💣Throwable Creepers
    • Config Files
      • config.yml
  • 🛄Reclaim
    • config.yml
  • 🤝EULA
Powered by GitBook
On this page
  1. Server Bot
  2. Config Files

messages.yml

ServerBot Configuration Files

# Placeholders (where applicable):
# {member_icon} {member_tag} {member_mention} {member_created} {member_created_ago} {member_id} {guild_icon} {guild_name} {guild_count}

# This is the default colour embed messages will be.
bot-colour: '#FFFFFF'

# This is the message that a user will be sent if they don't have permission to something.
no-permission:
- ⚠ You do not have permission to run this command.
- 'You require one of the following:'
- '**Roles:** {0}'
- '**Permissions:** {1}'
- '**Information:**'
- '{2}'

# Welcome/Join messages
welcome-message-content: ''

welcome-message-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - ':wave: • Welcome `{member_tag}` to the **{guild_name}**!'
  - '*Created on {member_created}*'
  - ''
  - Make sure to stay up-to-date in <#channel_id_here>
  embed-thumbnail: '{member_icon}'
  embed-image: ''
  embed-footer: 'Member Count: {guild_count}'
  embed-footer-icon: '{guild_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields: []

# Farewell/leave messages
farewell-message-content: ''

farewell-message-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - ':wave: • `{member_tag}` has left the discord'
  - ''
  - Make sure to stay up-to-date in <#channel_id_here>
  embed-thumbnail: '{member_icon}'
  embed-image: ''
  embed-footer: 'Member Count: {guild_count}'
  embed-footer-icon: '{guild_icon}'
  embed-timestamp: true
  embed-colour: '#F88379'
  fields: []

# Server Info command
server-info:
- '**Server Owner** {0}'
- '**Server ID** {1}'
- '**Member Count** {2}'
- '**Total Channels** {3}'
- '**Voice Channels** {4}'
- '**Text Channels** {5}'
- '**Channel Categories** {6}'
- '**Roles** {7}'

# WhoIs command
whois:
- ' '
- '**Created on:**'
- '{1}'
- '**Joined on:**'
- '{2}'
- '**Status** {3}'
- '**Nickname** {4}'
- '**ID** {5}'
- '**Roles**'
- '{6}'
- ' '
- '*View their statistics by typing `/stats <user>`*'

# Leaderboards
message-top-title: ':speech_balloon: Message Top :speech_balloon:'
message-top-format: '`#{0}` <@{1}> **{2}**'
ticket-top-title: ':ticket: Ticket {0} Top :ticket:'
ticket-top-format: '`#{0}` <@{1}> **{2}**'
invite-top-title: ':newspaper2: Invite {0} Top :newspaper2:'
invite-top-format: '`#{0}` <@{1}> **{2}**'

# Anti Discord Advertise messages
anti-discord-advertise-title: ':warning: DO NOT ADVERTISE :warning:'

anti-discord-advertise-description:
- '**Please do not send discord links that are not from {0}!**'
- ' '
- '`Message Content:`'
- '{1}'

# Verification related messages/embeds
verification-panel:
  embed-title: Server Verification
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - Click the button to get access to the server!
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: '{guild_name}'
  embed-footer-icon: '{guild_icon}'
  embed-timestamp: false
  embed-colour: ''
  fields: []

verification-button:
  emote: ✅
  button-style: SUCCESS
  text: ''

been-verified: ✅ **You have been verified!**
verification-cooldown: You are on cooldown! Please try again in a minute!

# Levelling messages
level-up-message: ':partying_face: Congratulations, {member_mention} you are now level
  {level}!'

# Giveaway related messages/embeds
giveaway-message-content: ':tada: **GIVEAWAY** :tada:'

giveaway-message-embed:
  embed-title: Server Giveaway
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - 'React to :tada: to enter! (Winner amount: {winner-count})'
  - Ending {end-time-formatted}
  - '*(Role: {role}, Invites: {invites})*'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: 'Giveaway #{id} • {guild_name}'
  embed-footer-icon: '{guild_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields:
  - name: Prize
    value: '{prize}'
    inline: true
  - name: Winners
    value: '{winner-count}'
    inline: true

giveaway-ended-message-content: ':tada: **GIVEAWAY ENDED** :tada:'

giveaway-ended-message-embed:
  embed-title: Server Giveaway
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - Ended {end-time-formatted}
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: 'Giveaway #{id} • {guild_name}'
  embed-footer-icon: '{guild_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields:
  - name: Prize
    value: '{prize}'
    inline: true
  - name: Winners
    value: '{winners}'
    inline: true

giveaway-winner-message: ':partying_face: Congratulations {winners}, you have won
  `{prize}`!'
giveaway-no-winner-message: ':frowning: Unfortunately not enough members entered **Giveaway
  #{id}** for `{prize}`!'
giveaway-reroll-message: ':partying_face: Congratulations {winners}, you have won
  `{prize}`!'

# Suggestion related messages/embeds
suggestion-embed:
  embed-title: ''
  embed-author: '{member_tag}''s Suggestion:'
  embed-author-image: '{member_icon}'
  embed-description:
  - '```'
  - '{suggestion}'
  - '```'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: 'Suggestion #{id}'
  embed-footer-icon: ''
  embed-timestamp: true
  embed-colour: ''
  fields: []

suggestion-approve-embed:
  embed-title: ''
  embed-author: '{member_tag}''s Suggestion:'
  embed-author-image: '{member_icon}'
  embed-description:
  - '```'
  - '{suggestion}'
  - '```'
  - ' '
  - '**Suggestion has been approved by {moderator}**'
  - '```'
  - '{reason}'
  - '```'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: 'Suggestion #{id}'
  embed-footer-icon: ''
  embed-timestamp: true
  embed-colour: '#00ff00'
  fields: []

suggestion-deny-embed:
  embed-title: ''
  embed-author: '{member_tag}''s Suggestion:'
  embed-author-image: '{member_icon}'
  embed-description:
  - '```'
  - '{suggestion}'
  - '```'
  - ' '
  - '**Suggestion has been denied by {moderator}**'
  - '```'
  - '{reason}'
  - '```'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: 'Suggestion #{id}'
  embed-footer-icon: ''
  embed-timestamp: true
  embed-colour: '#ff0000'
  fields: []

# Poll command related messages/embeds
poll-embed:
  embed-title: '{poll_question}'
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - '{poll_options}'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: Poll by {member_tag}
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields: []

poll-question-format: '{emoji} **{option}**'

# Changelog command related messages/embeds
changelog-embed:
  embed-title: '{guild_name} Changelog'
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - '{changelog}'
  embed-thumbnail: '{guild_icon}'
  embed-image: ''
  embed-footer: Changelog by {member_tag}
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields: []

# {number} = changelog number, {changelog} = changelog message
changelog-question-format: ⚙️ **{changelog}**

auto-lock-message:
- This channel has been locked automatically just to potential prevent discord botting.
auto-mute-message-mentions:
- You have been automatically muted due to exceeding the max mentions

eight-ball-embed:
  embed-title: ':8ball: Magic Ball :8ball:'
  embed-author: ''
  embed-author-image: ''
  embed-description: []
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: 8ball by {member_tag}
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields:
  - name: Question
    value: '`{question}`'
    inline: false
  - name: Answer
    value: '`{answer}`'
    inline: false

first-boost-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - Thanks {member_mention} for boosting the server!
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: '{guild_name}'
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: ''
  fields: []

promotion-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - Congratulate {member_mention} on their promotion to {role}!
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: Promoted by {moderator_tag}
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: '#00FF00'
  fields: []

demotion-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - '{member_mention} has been demoted by {moderator_tag}!'
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: Demoted by {moderator_tag}
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: '#FF0000'
  fields: []

resign-embed:
  embed-title: ''
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - '{member_mention} has resigned!'
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: '{guild_name}'
  embed-footer-icon: '{member_icon}'
  embed-timestamp: true
  embed-colour: '#FF0000'
  fields: []
Previouscustom_responses.ymlNextreactionroles.yml

Last updated 1 year ago

🤖