diff --git a/plugin-playground/build.gradle b/plugin-playground/build.gradle index 52d48d4..c5f4a9f 100644 --- a/plugin-playground/build.gradle +++ b/plugin-playground/build.gradle @@ -69,7 +69,7 @@ task initializeNewKotlinPlugin { new File(rootProject.project("plugin-playground").projectDir.absolutePath + File.separator + "src/main/kotlin/MyPlugin/plugin.properties").text = """ AUTHOR='Me' DESCRIPTION='Make sure to rename both the MyPlugin folder and the package statement in plugin.java! -VERSION=-1.1 +VERSION=1.0 """ new File(rootProject.project("plugin-playground").projectDir.absolutePath + File.separator + "src/main/kotlin/MyPlugin/plugin.kt").text = """ package MyPlugin diff --git a/plugin-playground/src/main/kotlin/GroundItems/plugin.properties b/plugin-playground/src/main/kotlin/GroundItems/plugin.properties index 2a8410e..b53c344 100644 --- a/plugin-playground/src/main/kotlin/GroundItems/plugin.properties +++ b/plugin-playground/src/main/kotlin/GroundItems/plugin.properties @@ -1,3 +1,8 @@ -AUTHOR='downthecrop' -DESCRIPTION='Ground Items Overlay. Just like Runelite!\ncmds ::set(low,med,high,insane,hide), ::(tag,ignore)item ID, ::(reset)groundconfig\nSpecial thanks to Chisato for the original skeleton.' +AUTHOR=downthecrop +DESCRIPTION=Ground Items Overlay. Just like Runelite!\ +Commands:\ +::set(low,med,high,insane,hide)\ +::(tag,ignore)item ID\ +::(reset)groundconfig\ +Special thanks to Chisato for the original skeleton. VERSION=1.0 \ No newline at end of file diff --git a/plugin-playground/src/main/kotlin/LoginTimer/plugin.properties b/plugin-playground/src/main/kotlin/LoginTimer/plugin.properties index c4258ec..1ebf1f5 100644 --- a/plugin-playground/src/main/kotlin/LoginTimer/plugin.properties +++ b/plugin-playground/src/main/kotlin/LoginTimer/plugin.properties @@ -1,3 +1,3 @@ AUTHOR='Woahscam, Ceikry' -DESCRIPTION='Displays the session time played, system time, or no time over the \"Report Abuse\" button.' +DESCRIPTION='Displays the session time played, system time, or no time over the "Report Abuse" button.' VERSION=1.2 \ No newline at end of file