Fix template expansions

This commit is contained in:
Evan Fiordeliso 2023-11-06 19:47:11 -05:00
parent c1f2bc0bfe
commit 7ff0791609
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package net.fifitido.${REPO_NAME_SNAKE}
package net.fifitido.$REPO_NAME_SNAKE
import net.kyori.adventure.text.Component
class ${REPO_NAME_PASCAL} : JavaPlugin() {
class $REPO_NAME_PASCAL : JavaPlugin() {
override fun onEnable() {
componentLogger.info(Component.text("Plugin Enabled"))
}