diff --git a/.gitignore b/.gitignore index 37144ed..41ba707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ target/ -.run/ -*.iml +server diff --git a/.idea/artifacts/EnchantBookPlus_jar.xml b/.idea/artifacts/EnchantBookPlus_jar.xml new file mode 100644 index 0000000..e63e269 --- /dev/null +++ b/.idea/artifacts/EnchantBookPlus_jar.xml @@ -0,0 +1,9 @@ + + + $PROJECT_DIR$/server/plugins + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..61221f9 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Local_Server.xml b/.idea/runConfigurations/Local_Server.xml new file mode 100644 index 0000000..165d6a8 --- /dev/null +++ b/.idea/runConfigurations/Local_Server.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/EnchantBookPlus.iml b/EnchantBookPlus.iml new file mode 100644 index 0000000..a589521 --- /dev/null +++ b/EnchantBookPlus.iml @@ -0,0 +1,13 @@ + + + + + + + SPIGOT + + 1 + + + + \ No newline at end of file