From a2cb76733d412121f7719677f9852a953c1d5722 Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Tue, 5 Sep 2023 22:28:21 +0200 Subject: [PATCH] Update configDeclaration.yml --- CommandGUI V2/src/main/resources/configDeclaration.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CommandGUI V2/src/main/resources/configDeclaration.yml b/CommandGUI V2/src/main/resources/configDeclaration.yml index 681eb67..fe413be 100644 --- a/CommandGUI V2/src/main/resources/configDeclaration.yml +++ b/CommandGUI V2/src/main/resources/configDeclaration.yml @@ -8,6 +8,13 @@ Plugin: # Here you can set the debug mode of the plugin. # It is recommended not to activate this on productive systems. Only if it is really needed! Debug: false + updateCheck: + # In this option you can set if players with the permission 'commandgui.updatemsg' will get an update message on join when an update for the plugin is available. + onJoin: true + # In this option you can set whether you want to receive and display beta and snapshot versions in the update check. + seePreReleaseUpdates: true + # In this option you can set the time interval in minutes in which updates should be checked. + timeInterval: 60 # Here you can set whether the Helpalias command (/commandguihelp) should be activated. # If this is changed the server MUST be restarted to change this! HelpAlias: true