mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 05:04:04 +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
|
@ -0,0 +1,17 @@
|
|||
package me.freezy.plugins.papermc.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
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package me.freezy.plugins.papermc.blazesmp.module;
|
||||
|
||||
public class Clan {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue