From ece7a443fe6f770a5f973d126b5f79f1030a8222 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Tue, 10 Aug 2021 00:11:58 +0200 Subject: [PATCH] another doc --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 584cd3437..12e48320b 100644 --- a/build.gradle +++ b/build.gradle @@ -38,6 +38,7 @@ version '1.6.7-Experimental' def apiVersion = '1.17' def name = getRootProject().getName() // See settings.gradle def main = 'com.volmit.iris.Iris' +// You need to also set command usage, aliases and description in src/main/resources/plugin.yml // ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED // ==============================================================