Switch back over to using flat-file plugin info, auto-copy properties files in gradle

This commit is contained in:
ceikry 2023-07-14 22:55:27 -05:00
parent dd52e7e9fb
commit 029c13233f
33 changed files with 70 additions and 85 deletions

View file

@ -6,11 +6,6 @@ import plugin.api.API
import java.awt.event.KeyAdapter
import java.awt.event.KeyEvent
@PluginMeta (
author = "Chisato",
description = "Allows you to use ESC in order to (safety) close the open interface/dialogue.",
version = 1.0
)
class plugin : Plugin() {
override fun Init() {
API.AddKeyboardListener(object : KeyAdapter() {

View file

@ -0,0 +1,3 @@
AUTHOR='Chisato'
DESCRIPTION='Allows you to use ESC in order to (safety) close the open interface/dialogue.'
VERSION=1.0