Some more misc plugin improvement/description fixes

This commit is contained in:
ceikry 2023-07-15 16:18:07 -05:00
parent 029c13233f
commit 8c5c3f52ff
3 changed files with 9 additions and 4 deletions

View file

@ -69,7 +69,7 @@ task initializeNewKotlinPlugin {
new File(rootProject.project("plugin-playground").projectDir.absolutePath + File.separator + "src/main/kotlin/MyPlugin/plugin.properties").text = """ new File(rootProject.project("plugin-playground").projectDir.absolutePath + File.separator + "src/main/kotlin/MyPlugin/plugin.properties").text = """
AUTHOR='Me' AUTHOR='Me'
DESCRIPTION='Make sure to rename both the MyPlugin folder and the package statement in plugin.java! 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 = """ new File(rootProject.project("plugin-playground").projectDir.absolutePath + File.separator + "src/main/kotlin/MyPlugin/plugin.kt").text = """
package MyPlugin package MyPlugin

View file

@ -1,3 +1,8 @@
AUTHOR='downthecrop' 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.' 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 VERSION=1.0

View file

@ -1,3 +1,3 @@
AUTHOR='Woahscam, Ceikry' 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 VERSION=1.2