mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 01:14:03 +02:00

- 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.
19 lines
No EOL
751 B
XML
19 lines
No EOL
751 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module version="4">
|
|
<component name="AdditionalModuleElements">
|
|
<content url="file://$MODULE_DIR$/../../build/generated/sources/annotationProcessor/java/main">
|
|
<sourceFolder url="file://$MODULE_DIR$/../../build/generated/sources/annotationProcessor/java/main" isTestSource="false" generated="true" />
|
|
</content>
|
|
</component>
|
|
<component name="FacetManager">
|
|
<facet type="minecraft" name="Minecraft">
|
|
<configuration>
|
|
<autoDetectTypes>
|
|
<platformType>PAPER</platformType>
|
|
<platformType>ADVENTURE</platformType>
|
|
</autoDetectTypes>
|
|
<projectReimportVersion>1</projectReimportVersion>
|
|
</configuration>
|
|
</facet>
|
|
</component>
|
|
</module> |