diff options
author | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 20:06:40 +0000 |
---|---|---|
committer | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 20:06:40 +0000 |
commit | 673659d38ae4ad90bf86ff94b798960b0e3199df (patch) | |
tree | f29c3e9b467add662ca058ea7b67d64b2217c537 /src/main/resources/config.yml | |
parent | 08189436cff46ecd50979bc0d70a3ccf026ec00d (diff) | |
download | Tumble-673659d38ae4ad90bf86ff94b798960b0e3199df.tar.gz Tumble-673659d38ae4ad90bf86ff94b798960b0e3199df.tar.bz2 Tumble-673659d38ae4ad90bf86ff94b798960b0e3199df.zip |
update config defaults
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6c5e0a6..6a9f62d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,6 @@ # Hides join/leave messages in public chat # Default is true -hideJoinLeaveMessages: true +hideJoinLeaveMessages: false # Customize the message that displays when the player does not have permission to execute a command from this plugin permissionMessage: You do not have permission to perform this command! |