diff --git a/.gitignore b/.gitignore
index fa6e5d3..a7de1ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# Server setup
+/server*
+
+# Java
*.class
# Mobile Tools for Java (J2ME)
@@ -10,6 +14,26 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+# Gradle
+.gradle
+/build
+
+# Jetbrains
+*.iml
+/.idea
+
+# Netbeans
+/.nb-gradle
+/target/
+/nbproject/
+/nbactions-deployer.xml
+/nb-configuration.xml
+
+# Eclipse
+/.classpath
+/.project
+/.settings
+
# =========================
# Operating System Files
# =========================
diff --git a/.gradle/3.1/taskArtifacts/cache.properties.lock b/.gradle/3.1/taskArtifacts/cache.properties.lock
index 24b402b..798b603 100644
Binary files a/.gradle/3.1/taskArtifacts/cache.properties.lock and b/.gradle/3.1/taskArtifacts/cache.properties.lock differ
diff --git a/.gradle/3.1/taskArtifacts/fileHashes.bin b/.gradle/3.1/taskArtifacts/fileHashes.bin
index f04a82e..4106d16 100644
Binary files a/.gradle/3.1/taskArtifacts/fileHashes.bin and b/.gradle/3.1/taskArtifacts/fileHashes.bin differ
diff --git a/.gradle/3.1/taskArtifacts/fileSnapshots.bin b/.gradle/3.1/taskArtifacts/fileSnapshots.bin
index 26ef567..0bce8c9 100644
Binary files a/.gradle/3.1/taskArtifacts/fileSnapshots.bin and b/.gradle/3.1/taskArtifacts/fileSnapshots.bin differ
diff --git a/.gradle/3.1/taskArtifacts/taskArtifacts.bin b/.gradle/3.1/taskArtifacts/taskArtifacts.bin
index 5c5b158..36af643 100644
Binary files a/.gradle/3.1/taskArtifacts/taskArtifacts.bin and b/.gradle/3.1/taskArtifacts/taskArtifacts.bin differ
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 523beb2..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index e7bedf3..0000000
--- a/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml
deleted file mode 100644
index 17929e1..0000000
--- a/.idea/dataSources.local.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- #@
- `
-
-
- master_key
- root
- bp:
- bp:
-
-
-
- #@
- `
-
-
- master_key
- bpTest
- bpTest:
- bpTest:
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
deleted file mode 100644
index 1858d2d..0000000
--- a/.idea/dataSources.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- mysql
- true
- com.mysql.jdbc.Driver
- jdbc:mysql://localhost:3306/bp
-
-
-
-
-
-
-
-
-
-
- mysql
- true
- com.mysql.jdbc.Driver
- jdbc:mysql://localhost:3306/bpTest
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources/0918095e-4166-4f8a-8b95-e6521707801f.xml b/.idea/dataSources/0918095e-4166-4f8a-8b95-e6521707801f.xml
deleted file mode 100644
index df6c416..0000000
--- a/.idea/dataSources/0918095e-4166-4f8a-8b95-e6521707801f.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
- 1
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources/cf85fafb-c355-4989-a857-14a569efb1e7.xml b/.idea/dataSources/cf85fafb-c355-4989-a857-14a569efb1e7.xml
deleted file mode 100644
index 78affa5..0000000
--- a/.idea/dataSources/cf85fafb-c355-4989-a857-14a569efb1e7.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- varchar(100)|0
-
-
- int(100)|0
-
-
- varchar(100)|0
-
-
- int(100)|0
-
-
- int(100)|0
-
-
- varchar(100)|0
-
-
- varchar(200)|0
-
-
- varchar(200)|0
-
-
- varchar(1000)|0
-
-
- int(100)|0
-
-
- varchar(100)|0
-
-
- int(100)|0
-
-
- int(100)|0
-
-
- varchar(100)|0
-
-
- varchar(1000)|0
-
-
- varchar(1000)|0
-
-
- varchar(1000)|0
-
-
-
\ No newline at end of file
diff --git a/.idea/dictionaries/michael.xml b/.idea/dictionaries/michael.xml
deleted file mode 100644
index 93ec017..0000000
--- a/.idea/dictionaries/michael.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- awnser
- bpcreate
- bpgive
- bpopen
- bpreload
- displayname
- ench
- ender
- invs
- spawner
- watc
- yaml
-
-
-
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index d2386dc..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index 747f24e..0000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 58c499c..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 3b31283..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/jenkinsSettings.xml b/.idea/jenkinsSettings.xml
deleted file mode 100644
index 9d84571..0000000
--- a/.idea/jenkinsSettings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__com_google_code_gson_gson_2_3_1.xml b/.idea/libraries/Gradle__com_google_code_gson_gson_2_3_1.xml
deleted file mode 100644
index 50e9569..0000000
--- a/.idea/libraries/Gradle__com_google_code_gson_gson_2_3_1.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__com_google_guava_guava_18_0.xml b/.idea/libraries/Gradle__com_google_guava_guava_18_0.xml
deleted file mode 100644
index 71d7b90..0000000
--- a/.idea/libraries/Gradle__com_google_guava_guava_18_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__com_googlecode_json_simple_json_simple_1_1_1.xml b/.idea/libraries/Gradle__com_googlecode_json_simple_json_simple_1_1_1.xml
deleted file mode 100644
index 1e91ade..0000000
--- a/.idea/libraries/Gradle__com_googlecode_json_simple_json_simple_1_1_1.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__commons_lang_commons_lang_2_6.xml b/.idea/libraries/Gradle__commons_lang_commons_lang_2_6.xml
deleted file mode 100644
index 5f76790..0000000
--- a/.idea/libraries/Gradle__commons_lang_commons_lang_2_6.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__javax_persistence_persistence_api_1_0.xml b/.idea/libraries/Gradle__javax_persistence_persistence_api_1_0.xml
deleted file mode 100644
index 3eff73a..0000000
--- a/.idea/libraries/Gradle__javax_persistence_persistence_api_1_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__junit_junit_4_10.xml b/.idea/libraries/Gradle__junit_junit_4_10.xml
deleted file mode 100644
index 1b0c3a2..0000000
--- a/.idea/libraries/Gradle__junit_junit_4_10.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__junit_junit_4_12.xml b/.idea/libraries/Gradle__junit_junit_4_12.xml
deleted file mode 100644
index 04c10dd..0000000
--- a/.idea/libraries/Gradle__junit_junit_4_12.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__mysql_mysql_connector_java_5_0_8.xml b/.idea/libraries/Gradle__mysql_mysql_connector_java_5_0_8.xml
deleted file mode 100644
index 277c145..0000000
--- a/.idea/libraries/Gradle__mysql_mysql_connector_java_5_0_8.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__net_md_5_bungeecord_chat_1_10_SNAPSHOT.xml b/.idea/libraries/Gradle__net_md_5_bungeecord_chat_1_10_SNAPSHOT.xml
deleted file mode 100644
index 35c2a57..0000000
--- a/.idea/libraries/Gradle__net_md_5_bungeecord_chat_1_10_SNAPSHOT.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_avaje_ebean_2_8_1.xml b/.idea/libraries/Gradle__org_avaje_ebean_2_8_1.xml
deleted file mode 100644
index 81e29f8..0000000
--- a/.idea/libraries/Gradle__org_avaje_ebean_2_8_1.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_bukkit_bukkit_1_10_2_R0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_bukkit_bukkit_1_10_2_R0_1_SNAPSHOT.xml
deleted file mode 100644
index f356e64..0000000
--- a/.idea/libraries/Gradle__org_bukkit_bukkit_1_10_2_R0_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_1.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_1.xml
deleted file mode 100644
index 932a17a..0000000
--- a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_1.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml
deleted file mode 100644
index 8262f72..0000000
--- a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_javassist_javassist_3_20_0_GA.xml b/.idea/libraries/Gradle__org_javassist_javassist_3_20_0_GA.xml
deleted file mode 100644
index fdd8716..0000000
--- a/.idea/libraries/Gradle__org_javassist_javassist_3_20_0_GA.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_mockito_mockito_all_2_0_2_beta.xml b/.idea/libraries/Gradle__org_mockito_mockito_all_2_0_2_beta.xml
deleted file mode 100644
index b75dcee..0000000
--- a/.idea/libraries/Gradle__org_mockito_mockito_all_2_0_2_beta.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_mockito_mockito_core_1_10_19.xml b/.idea/libraries/Gradle__org_mockito_mockito_core_1_10_19.xml
deleted file mode 100644
index 6aa377e..0000000
--- a/.idea/libraries/Gradle__org_mockito_mockito_core_1_10_19.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_objenesis_objenesis_2_2.xml b/.idea/libraries/Gradle__org_objenesis_objenesis_2_2.xml
deleted file mode 100644
index 91a4bdb..0000000
--- a/.idea/libraries/Gradle__org_objenesis_objenesis_2_2.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_1_6_5.xml b/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_1_6_5.xml
deleted file mode 100644
index d785b89..0000000
--- a/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_1_6_5.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_common_1_6_5.xml b/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_common_1_6_5.xml
deleted file mode 100644
index f8383ca..0000000
--- a/.idea/libraries/Gradle__org_powermock_powermock_api_mockito_common_1_6_5.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_powermock_powermock_api_support_1_6_5.xml b/.idea/libraries/Gradle__org_powermock_powermock_api_support_1_6_5.xml
deleted file mode 100644
index 38e3656..0000000
--- a/.idea/libraries/Gradle__org_powermock_powermock_api_support_1_6_5.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_powermock_powermock_core_1_6_5.xml b/.idea/libraries/Gradle__org_powermock_powermock_core_1_6_5.xml
deleted file mode 100644
index 19912b1..0000000
--- a/.idea/libraries/Gradle__org_powermock_powermock_core_1_6_5.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_powermock_powermock_reflect_1_6_5.xml b/.idea/libraries/Gradle__org_powermock_powermock_reflect_1_6_5.xml
deleted file mode 100644
index acd4b5d..0000000
--- a/.idea/libraries/Gradle__org_powermock_powermock_reflect_1_6_5.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_spigotmc_spigot_api_1_10_2_R0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_spigotmc_spigot_api_1_10_2_R0_1_SNAPSHOT.xml
deleted file mode 100644
index 5ff621f..0000000
--- a/.idea/libraries/Gradle__org_spigotmc_spigot_api_1_10_2_R0_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/libraries/Gradle__org_yaml_snakeyaml_1_15.xml b/.idea/libraries/Gradle__org_yaml_snakeyaml_1_15.xml
deleted file mode 100644
index f3616db..0000000
--- a/.idea/libraries/Gradle__org_yaml_snakeyaml_1_15.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index c5331ae..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 3ec5986..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules/BackPacks.iml b/.idea/modules/BackPacks.iml
deleted file mode 100644
index 444dcc3..0000000
--- a/.idea/modules/BackPacks.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules/BackPacks_main.iml b/.idea/modules/BackPacks_main.iml
deleted file mode 100644
index fbce303..0000000
--- a/.idea/modules/BackPacks_main.iml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules/BackPacks_test.iml b/.idea/modules/BackPacks_test.iml
deleted file mode 100644
index 1f4f9c4..0000000
--- a/.idea/modules/BackPacks_test.iml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
deleted file mode 100644
index e96534f..0000000
--- a/.idea/uiDesigner.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 4d46477..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,2315 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.commads.*
-
-
- at.michael1011.backpacks.listeners.*
-
-
- at.michael1011.backpacks.listeners.*
-
-
- at.michael1011.backpacks.listeners.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.commads.*
-
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.listeners.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.commads.*
-
-
- at.michael1011.backpacks.listeners.*
-
-
- at.michael1011.backpacks.commads.*
-
-
- at.michael1011.backpacks.tasks.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.*
-
-
- at.michael1011.backpacks.commads.*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- DEFINITION_ORDER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Android
-
-
- Android > Lint > Accessibility
-
-
- Android > Lint > Correctness
-
-
- Android > Lint > Correctness > Messages
-
-
- Android > Lint > Internationalization
-
-
- Android > Lint > Performance
-
-
- Android > Lint > Security
-
-
- Android > Lint > Usability
-
-
- Android > Lint > Usability > Icons
-
-
- Android Lint for Kotlin
-
-
- BashSupport
-
-
- Class structureJava
-
-
- CodeSpring CoreSpring
-
-
- GeneralJavaScript
-
-
- JUnit issuesJava
-
-
- Java
-
-
- JavaScript
-
-
- Javadoc issuesJava
-
-
- Serialization issuesJava
-
-
- Spring
-
-
- Spring CoreSpring
-
-
- Threading issuesJava
-
-
- Web Services
-
-
- XML
-
-
-
-
- Android
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- project
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- project
-
-
- true
-
-
-
- DIRECTORY
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1471844357213
-
-
- 1471844357213
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Detection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.7
-
-
-
-
-
-
-
-
-
-
-
- BackPacks_test|BackPacks
-
-
-
-
-
-
-
-
-
-
-
-
- Gradle: net.md-5:bungeecord-chat:1.10-SNAPSHOT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file