From ba0292eb07926dd42dcdce2a8cbbe4d4ca2bfb64 Mon Sep 17 00:00:00 2001 From: BoomEaro <21033866+BoomEaro@users.noreply.github.com> Date: Sun, 30 Jan 2022 12:17:54 +0200 Subject: [PATCH] Remove declare commands from config --- src/main/resources/settings.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/settings.yml b/src/main/resources/settings.yml index e33899a..4ef7cb8 100644 --- a/src/main/resources/settings.yml +++ b/src/main/resources/settings.yml @@ -19,12 +19,6 @@ ping: # Available dimensions: OVERWORLD, NETHER, THE_END dimension: THE_END -# Sending prepared tabcomplete commands to the player -declareCommands: - enable: true - commands: - - 'NanoLimbo' - # Whether to display the player in the player list playerList: true