Fix template expansions
This commit is contained in:
parent
c1f2bc0bfe
commit
7ff0791609
|
@ -1,8 +1,8 @@
|
||||||
package net.fifitido.${REPO_NAME_SNAKE}
|
package net.fifitido.$REPO_NAME_SNAKE
|
||||||
|
|
||||||
import net.kyori.adventure.text.Component
|
import net.kyori.adventure.text.Component
|
||||||
|
|
||||||
class ${REPO_NAME_PASCAL} : JavaPlugin() {
|
class $REPO_NAME_PASCAL : JavaPlugin() {
|
||||||
override fun onEnable() {
|
override fun onEnable() {
|
||||||
componentLogger.info(Component.text("Plugin Enabled"))
|
componentLogger.info(Component.text("Plugin Enabled"))
|
||||||
}
|
}
|
Loading…
Reference in New Issue