diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..e2b0218
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..0f6b4e9
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+
+
+ PlayerVaults
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/bin/com/drtshock/playervaults/Listeners.class b/bin/com/drtshock/playervaults/Listeners.class
new file mode 100644
index 0000000..4d0676c
Binary files /dev/null and b/bin/com/drtshock/playervaults/Listeners.class differ
diff --git a/bin/com/drtshock/playervaults/Main.class b/bin/com/drtshock/playervaults/Main.class
new file mode 100644
index 0000000..17ee5b5
Binary files /dev/null and b/bin/com/drtshock/playervaults/Main.class differ
diff --git a/bin/com/drtshock/playervaults/commands/Commands.class b/bin/com/drtshock/playervaults/commands/Commands.class
new file mode 100644
index 0000000..3a62515
Binary files /dev/null and b/bin/com/drtshock/playervaults/commands/Commands.class differ
diff --git a/bin/com/drtshock/playervaults/commands/Feedback$Type.class b/bin/com/drtshock/playervaults/commands/Feedback$Type.class
new file mode 100644
index 0000000..265ee14
Binary files /dev/null and b/bin/com/drtshock/playervaults/commands/Feedback$Type.class differ
diff --git a/bin/com/drtshock/playervaults/commands/Feedback.class b/bin/com/drtshock/playervaults/commands/Feedback.class
new file mode 100644
index 0000000..43988c6
Binary files /dev/null and b/bin/com/drtshock/playervaults/commands/Feedback.class differ
diff --git a/bin/com/drtshock/playervaults/commands/VaultOperations.class b/bin/com/drtshock/playervaults/commands/VaultOperations.class
new file mode 100644
index 0000000..a72b4c2
Binary files /dev/null and b/bin/com/drtshock/playervaults/commands/VaultOperations.class differ
diff --git a/bin/com/drtshock/playervaults/commands/VaultViewInfo.class b/bin/com/drtshock/playervaults/commands/VaultViewInfo.class
new file mode 100644
index 0000000..c62da53
Binary files /dev/null and b/bin/com/drtshock/playervaults/commands/VaultViewInfo.class differ
diff --git a/bin/com/drtshock/playervaults/util/Metrics$1.class b/bin/com/drtshock/playervaults/util/Metrics$1.class
new file mode 100644
index 0000000..385951d
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Metrics$1.class differ
diff --git a/bin/com/drtshock/playervaults/util/Metrics$Graph.class b/bin/com/drtshock/playervaults/util/Metrics$Graph.class
new file mode 100644
index 0000000..0e159d1
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Metrics$Graph.class differ
diff --git a/bin/com/drtshock/playervaults/util/Metrics$Plotter.class b/bin/com/drtshock/playervaults/util/Metrics$Plotter.class
new file mode 100644
index 0000000..5fdab07
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Metrics$Plotter.class differ
diff --git a/bin/com/drtshock/playervaults/util/Metrics.class b/bin/com/drtshock/playervaults/util/Metrics.class
new file mode 100644
index 0000000..56455d2
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Metrics.class differ
diff --git a/bin/com/drtshock/playervaults/util/Serialization.class b/bin/com/drtshock/playervaults/util/Serialization.class
new file mode 100644
index 0000000..a09b8cb
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Serialization.class differ
diff --git a/bin/com/drtshock/playervaults/util/Updater.class b/bin/com/drtshock/playervaults/util/Updater.class
new file mode 100644
index 0000000..fb12cf7
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/Updater.class differ
diff --git a/bin/com/drtshock/playervaults/util/VaultManager.class b/bin/com/drtshock/playervaults/util/VaultManager.class
new file mode 100644
index 0000000..a632389
Binary files /dev/null and b/bin/com/drtshock/playervaults/util/VaultManager.class differ
diff --git a/config.yml b/config.yml
index 8c37cee..3a902bc 100644
--- a/config.yml
+++ b/config.yml
@@ -4,9 +4,3 @@
# Whether or not you want to check for updates.
# Will not download an update, that is your job :)
check-update: true
-
-# Worlds that players can't access their vaults.
-# playervaults.worlds.bypass will override this (default to op).
-disabled-worlds:
- - YourAwesomeWorld
- - Toonville
\ No newline at end of file