mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 01:24:05 +02:00
Init
This commit is contained in:
parent
c2e33c63e6
commit
975c942699
30 changed files with 143 additions and 0 deletions
17
src/main/java/org/example/blazesmp/BlazeSMP.java
Normal file
17
src/main/java/org/example/blazesmp/BlazeSMP.java
Normal file
|
@ -0,0 +1,17 @@
|
|||
package org.example.blazesmp;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public final class BlazeSMP extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
// Plugin startup logic
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
// Plugin shutdown logic
|
||||
}
|
||||
}
|
8
src/main/resources/plugin.yml
Normal file
8
src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: BlazeSMP
|
||||
version: '0.0.1-a'
|
||||
main: org.example.blazesmp.BlazeSMP
|
||||
api-version: '1.21'
|
||||
load: STARTUP
|
||||
authors: [ DaTTV, Freezy, EmrageGHC ]
|
||||
description: A simple Plugin for a streamer SMP!
|
||||
website: https://freezy.me
|
Loading…
Add table
Add a link
Reference in a new issue