mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-21 15:14:04 +02:00
implemented missing functions in the clan command
This commit is contained in:
parent
ab2bf7691f
commit
a5e3bab8f9
12 changed files with 748 additions and 204 deletions
10
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
10
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<Languages>
|
||||
<language minSize="135" name="Java" />
|
||||
</Languages>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
|
@ -2,7 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/BlazeSMP.main.iml" filepath="$PROJECT_DIR$/.idea/modules/BlazeSMP.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/me.freezy.plugins.papermc.BlazeSMP.main.iml" filepath="$PROJECT_DIR$/.idea/modules/me.freezy.plugins.papermc.BlazeSMP.main.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
14
.idea/modules/me.freezy.plugins.papermc.BlazeSMP.main.iml
generated
Normal file
14
.idea/modules/me.freezy.plugins.papermc.BlazeSMP.main.iml
generated
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="minecraft" name="Minecraft">
|
||||
<configuration>
|
||||
<autoDetectTypes>
|
||||
<platformType>PAPER</platformType>
|
||||
<platformType>ADVENTURE</platformType>
|
||||
</autoDetectTypes>
|
||||
<projectReimportVersion>1</projectReimportVersion>
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue