From 03d6c469bdbb69c9d181099433dc6ba264aa56cd Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:25:58 -0700 Subject: [PATCH] Add comment about defaults --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da8d08c..c788927 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Bukkit and Paper plugin YMLs can be created in two ways: import xyz.jpenilla.resourcefactory.(bukkit|paper).(bukkit|paper)PluginYml val yml = (bukkit|paper)PluginYml { + // Defaults for name, version, and description are inherited from the Gradle project main = "main.class.Name" authors.add("MyName") // configure fields... @@ -52,6 +53,7 @@ Bukkit and Paper plugin YMLs can be created in two ways: sourceSets.main { resourceFactory { (bukkit|paper)PluginYml { + // Defaults for name, version, and description are inherited from the Gradle project main = "main.class.Name" authors.add("MyName") // configure fields...