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.*
import java.awt.Color
import kotlin.math.ceil
@PluginMeta(
author = "Ceikry",
description = "Draws nice and clean experience drops onto the screen.",
version = 1.2
)
class plugin : Plugin() {
private val displayTimeout = 10000L // 10 seconds
private val drawStart = 175