first commit
This commit is contained in:
17
src/main/java/hdvtdev/blockAndSeek/BlockAndSeek.java
Normal file
17
src/main/java/hdvtdev/blockAndSeek/BlockAndSeek.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package hdvtdev.blockAndSeek;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public final class BlockAndSeek extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
// Plugin startup logic
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
// Plugin shutdown logic
|
||||
}
|
||||
}
|
||||
4
src/main/resources/plugin.yml
Normal file
4
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: BlockAndSeek
|
||||
version: '0.0.1-a'
|
||||
main: hdvtdev.blockAndSeek.BlockAndSeek
|
||||
api-version: '1.20'
|
||||
Reference in New Issue
Block a user