mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 13:41:33 +00:00
Mixed project sample and more bug fixes.
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package lgbt.mystic.foundation.concrete.sample.helloworld
|
||||
|
||||
import lgbt.mystic.foundation.concrete.other.OtherLibrary
|
||||
import org.bukkit.plugin.java.JavaPlugin
|
||||
|
||||
class HelloWorldPlugin : JavaPlugin() {
|
||||
override fun onEnable() {
|
||||
slF4JLogger.info("Enabled Hello World (Constant is ${OtherLibrary.SOME_CONSTANT})")
|
||||
}
|
||||
|
||||
override fun onDisable() {
|
||||
slF4JLogger.info("Disabled Hello World (Constant is ${OtherLibrary.SOME_CONSTANT})")
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
name: HelloWorld
|
||||
version: '${version}'
|
||||
main: lgbt.mystic.foundation.concrete.sample.helloworld.HelloWorldPlugin
|
||||
api-version: 1.18
|
||||
prefix: HelloWorld
|
||||
load: STARTUP
|
||||
authors:
|
||||
- kubelet
|
||||
- kexec
|
Reference in New Issue
Block a user