mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Some more misc plugin improvement/description fixes
This commit is contained in:
parent
029c13233f
commit
8c5c3f52ff
3 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue