mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 11:44:05 +02:00
Added template configs!
Implemented gson, lombok!
This commit is contained in:
parent
b3c91e197a
commit
30b50b14a4
13 changed files with 56 additions and 2 deletions
|
@ -1,17 +0,0 @@
|
|||
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue