From 2746ac923bf6e68b4b8129990449b1551773c016 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 13 Apr 2022 14:50:04 -0400 Subject: 1.4.0 hotfix --- src/main/resources/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/main/resources') 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 # -- cgit v1.2.3-freya