Skip to content

Commit

Permalink
update default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tudubucket committed Mar 9, 2024
1 parent 1ee49b7 commit deefefc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ date-format: "yyyy-MM-dd HH:MM:SS"
# List of permissions to check whether the joined player is an admin or not (only if they are not whitelisted)
# Wildcards (e.g. "bukkit.*") are supported, it will check if the player has any permission starting with "bukkit.", for example.
admin-permissions:
- "bukkit.plugin"
- "bukkit.?"
- "idk"
- "*" # All permissions
- "luckperms.*"
- "essentials.gamemode.creative"
- "essentials.gamemode"

# List of commands to bypass permissions check above (NPC/MyCMD/Skript Compatibility)
ignore-commands:
- "/help"

# Discord Integration support
integrations:
integrations:
discord:
enable: false
# Method: "webhook" or "bot"
Expand Down

0 comments on commit deefefc

Please sign in to comment.