build(project): scaffold plugin delivery
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package games.dmg.spigottyrant;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public final class SpigotTyrantPlugin extends JavaPlugin {
|
||||
@Override
|
||||
public void onEnable() {
|
||||
getLogger().info("Spigot Tyrant enabled.");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
name: SpigotTyrant
|
||||
version: ${version}
|
||||
main: games.dmg.spigottyrant.SpigotTyrantPlugin
|
||||
api-version: "1.20"
|
||||
description: Asymmetric Tyrant, Vigilante, Follower, and specialist class gameplay.
|
||||
author: dmg.games
|
||||
Reference in New Issue
Block a user