Ban Management

Ban Management

193k Downloads

Add new-line placeholder in discord.yml messages

TheNety opened this issue · 6 comments

commented
commented

Try using \n for a new line

commented

Tried, didn't work

commented
# Requires DiscordSRV (Bukkit only)
enabled: true
punishments:
  ban:
    channel: punishment-log
    message: '```Hráč [player] byl permanentně zabanován adminem [actor].\nDůvod: [reason]```'
commented

Can you provide an example of your discord.yml?

commented

Use " instead, i.e.

# Requires DiscordSRV (Bukkit only)
enabled: true
punishments:
  ban:
    channel: punishment-log
    message: "```Hráč [player] byl permanentně zabanován adminem [actor].\nDůvod: [reason]```"
commented

Hey, just discovered that after server restart it automatically overwrites the " back to '