diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-13 14:50:04 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-13 14:50:04 -0400 |
commit | 2746ac923bf6e68b4b8129990449b1551773c016 (patch) | |
tree | 6907c3fe094e928a089d80507dc93930b108d518 /src/main/resources | |
parent | Merge pull request #22 from tylermurphy534/1.4.0 (diff) | |
download | kenshinshideandseek-2746ac923bf6e68b4b8129990449b1551773c016.tar.gz kenshinshideandseek-2746ac923bf6e68b4b8129990449b1551773c016.tar.bz2 kenshinshideandseek-2746ac923bf6e68b4b8129990449b1551773c016.zip |
1.4.0 hotfix
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6c239fb..8482cf8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -120,13 +120,7 @@ locale: "en-US" # Not really usefully if using permission plugins. # You can add /kill for any use, but it's already blocked on those # playing the game. -blockedCommands: - - msg - - tp - - gamemode - - kill - - give - - effect +blockedCommands: [msg, tp, gamemode, kill, give, effect] # ---------------------------------------------------------- # # ONLY EDIT BEYOND THIS POINT IF YOU KNOW WHAT YOU ARE DOING # |