Added template configs!

Implemented gson, lombok!
This commit is contained in:
DaTTV 2025-02-16 17:23:02 +01:00
parent b3c91e197a
commit 30b50b14a4
13 changed files with 56 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package org.example.blazesmp;
package me.freezy.plugins.papermc.blazesmp;
import org.bukkit.plugin.java.JavaPlugin;

View file

@ -0,0 +1,5 @@
package me.freezy.plugins.papermc.blazesmp.module;
public class Clan {
}