Skip to content

Commit

Permalink
Another config rips
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Sep 2, 2021
1 parent 2ebdd07 commit 1d5c8e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ player:
restart: true # Enable !restart

# Admins for Player commands
admin: ['GhexterCortes']
admin: []

# Player chat delay
chatDelay: 500
Expand All @@ -60,7 +60,7 @@ discord:
enabled: true

# Discord bot token
token:
token:

# Discord bot status
presence:
Expand All @@ -76,6 +76,9 @@ discord:
- hidden

command-prefix: ">" # Bot command prefix

# Allow version commad
version-command: true

# Embed Command
embed:
Expand Down Expand Up @@ -140,7 +143,7 @@ database:
# Debugging log
debug:
enabled: true # Enable logs
movements: false # Log player movements
movements: true # Log player movements
discord_chats: true # Show discord chats
minecraft_chats: true # Show in-game chats
prefix: '' # Debug mode playername prefix
Expand Down

1 comment on commit 1d5c8e4

@catplvsplus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may fix problems but who knows maybe this is a destruction <:666:853195979461361684>

Please sign in to comment.