Initial commit

This commit is contained in:
5vl
2022-05-29 23:45:49 +02:00
commit 651432acdf
5 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package me.fivevl.troll;
import org.bukkit.plugin.java.JavaPlugin;
public final class Main extends JavaPlugin {
@Override
public void onEnable() {
// Plugin startup logic
}
@Override
public void onDisable() {
// Plugin shutdown logic
}
}

View File

@@ -0,0 +1,6 @@
name: Troll
version: '${project.version}'
main: me.fivevl.troll.Main
api-version: 1.18
authors: [ 5vl ]
description: This is a cool troll plugin!