Commit graph

5 commits

Author SHA1 Message Date
DaTTV
8bc458c468 Added ClanCommand and implemented tabcompletor 2025-02-16 20:47:39 +01:00
DaTTV
7bacc58bee Added logging for loading the files! 2025-02-16 18:56:00 +01:00
DaTTV
e4e48db818 Added clan manager!
Loading all storage files
2025-02-16 18:49:38 +01:00
DaTTV
d724d64334 Add JSON storage support for clans, homes, and protected blocks
- Implemented the **Clan** class to load, reload, and save clan data (including chunk locations and ownership) using Gson and the Paper API.
 - Added the **Homes** class to manage player home locations, converting JSON-stored coordinates into Bukkit `Location` objects.
 - Created **ProtectedBlocks** and **ProtectedBlock** classes to handle protected block data (owner, key, and block location) from JSON.
2025-02-16 18:35:41 +01:00
DaTTV
30b50b14a4 Added template configs!
Implemented gson, lombok!
2025-02-16 17:23:02 +01:00