Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident committed May 21, 2023
1 parent 1290d87 commit 18c76af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/blockbot-discord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ escapeIngameMarkdown = false
# Supports discord markdown and Placeholder API with player context
# Minecraft -> Discord message format
messageFormat = "{sender_display} » {message}"
# Minecraft -> Discord annoucement format (/say)
# Minecraft -> Discord announcement format (/say)
announcementFormat = "{sender_display} » **{message}**"
# Minecraft -> Discord emote format (/me)
emoteFormat = "*{sender_display} {message}*"
Expand Down Expand Up @@ -79,15 +79,15 @@ escapeIngameMarkdown = false
[ConsoleRelay]
# Format to use for the console relay
pattern = "[%level] (%logger{1}) %msg%n"
# Minium logger level to show in the console relay. OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL
# Minimum logger level to show in the console relay. OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL
minLevel = "INFO"
# Require administator on discord to use console
# Require administrator permissions on discord to use console
requireAdmin = true

[InlineCommands]
# Enables the /mc discord slash command to run in game commands from discord
enabled = true
# Comma seperated list of the role ID's allowed to use the command
# Comma separated list of the role ID's allowed to use inline commands
allowedRoles = []
# OP permission level to restrict commands
opLevel = 3
Expand Down Expand Up @@ -130,7 +130,7 @@ enabled = false
requireLinking = false
# Sync the linked users discord nickname to their minecraft username
nicknameSync = false
# Comma seperated list of role ID's allowed to join the server. Leave blank to allow any linked account to join. Also restricts /link command in discord
# Comma separated list of role ID's allowed to join the server. Leave blank to allow any linked account to join. Also restricts /link command in discord
requiredRoles = []
# A map of role ID's and minecraft group ID's. Syncs roles if the player has blockbot.sync.<group_id> permission
syncedRoles = {}
Expand Down

0 comments on commit 18c76af

Please sign in to comment.