diff --git a/.bin/java/bin/java b/.bin/java/bin/java
index 0f9c7b0..a076010 100755
Binary files a/.bin/java/bin/java and b/.bin/java/bin/java differ
diff --git a/.bin/java/conf/security/java.security b/.bin/java/conf/security/java.security
index 299bfb5..0713a82 100644
--- a/.bin/java/conf/security/java.security
+++ b/.bin/java/conf/security/java.security
@@ -776,40 +776,6 @@ jdk.tls.legacyAlgorithms= \
 #       EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE65381 \
 #       FFFFFFFF FFFFFFFF, 2}
 
-#
-# TLS key limits on symmetric cryptographic algorithms
-#
-# This security property sets limits on algorithms key usage in TLS 1.3.
-# When the amount of data encrypted exceeds the algorithm value listed below,
-# a KeyUpdate message will trigger a key change.  This is for symmetric ciphers
-# with TLS 1.3 only.
-#
-# The syntax for the property is described below:
-#   KeyLimits:
-#       " KeyLimit { , KeyLimit } "
-#
-#   WeakKeyLimit:
-#       AlgorithmName Action Length
-#
-#   AlgorithmName:
-#       A full algorithm transformation.
-#
-#   Action:
-#       KeyUpdate
-#
-#   Length:
-#       The amount of encrypted data in a session before the Action occurs
-#       This value may be an integer value in bytes, or as a power of two, 2^29.
-#
-#   KeyUpdate:
-#       The TLS 1.3 KeyUpdate handshake process begins when the Length amount
-#       is fulfilled.
-#
-# Note: This property is currently used by OpenJDK's JSSE implementation. It
-# is not guaranteed to be examined and used by other implementations.
-#
-jdk.tls.keyLimits=AES/GCM/NoPadding KeyUpdate 2^37
-
 #
 # Cryptographic Jurisdiction Policy defaults
 #
@@ -823,14 +789,14 @@ jdk.tls.keyLimits=AES/GCM/NoPadding KeyUpdate 2^37
 #     limited:    These policy files contain more restricted cryptographic
 #                 strengths
 #
-# The default setting is determined by the value of the "crypto.policy"
+# The default setting is determined by the value of the “crypto.policy”
 # Security property below. If your country or usage requires the
-# traditional restrictive policy, the "limited" Java cryptographic
+# traditional restrictive policy, the “limited” Java cryptographic
 # policy is still available and may be appropriate for your environment.
 #
 # If you have restrictions that do not fit either use case mentioned
 # above, Java provides the capability to customize these policy files.
-# The "crypto.policy" security property points to a subdirectory
+# The “crypto.policy” security property points to a subdirectory
 # within <java-home>/conf/security/policy/ which can be customized.
 # Please see the <java-home>/conf/security/policy/README.txt file or consult
 # the Java Security Guide/JCA documentation for more information.
@@ -1004,10 +970,10 @@ jdk.xml.dsig.secureValidationPolicy=\
 #
 # An IOR type check filter, if configured, is used by an ORB during
 # an ORB::string_to_object invocation to check the veracity of the type encoded
-# in the ior string.
+# in the ior string. 
 #
 # The filter pattern consists of a semi-colon separated list of class names.
-# The configured list contains the binary class names of the IDL interface types
+# The configured list contains the binary class names of the IDL interface types 
 # corresponding to the IDL stub class to be instantiated.
 # As such, a filter specifies a list of IDL stub classes that will be
 # allowed by an ORB when an ORB::string_to_object is invoked.
@@ -1036,24 +1002,3 @@ jdk.xml.dsig.secureValidationPolicy=\
 # and javax.crypto.spec.SecretKeySpec and rejects all the others.
 jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\
   java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!*
-
-#
-# Enhanced exception message information
-#
-# By default, exception messages should not include potentially sensitive
-# information such as file names, host names, or port numbers. This property
-# accepts one or more comma separated values, each of which represents a
-# category of enhanced exception message information to enable. Values are
-# case-insensitive. Leading and trailing whitespaces, surrounding each value,
-# are ignored. Unknown values are ignored.
-#
-# The categories are:
-#
-#  hostInfo - IOExceptions thrown by java.net.Socket and the socket types in the
-#             java.nio.channels package will contain enhanced exception
-#             message information
-#
-# The property setting in this file can be overridden by a system property of
-# the same name, with the same syntax and possible values.
-#
-#jdk.includeInExceptions=hostInfo
diff --git a/.bin/java/lib/compressedrefs/libj9dmp29.so b/.bin/java/lib/compressedrefs/libj9dmp29.so
new file mode 100644
index 0000000..4bf379c
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9dmp29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9gc29.so b/.bin/java/lib/compressedrefs/libj9gc29.so
new file mode 100644
index 0000000..885ae8c
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9gc29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9hookable29.so b/.bin/java/lib/compressedrefs/libj9hookable29.so
new file mode 100644
index 0000000..81e291a
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9hookable29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9jit29.so b/.bin/java/lib/compressedrefs/libj9jit29.so
new file mode 100644
index 0000000..0bfcd93
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9jit29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9jvmti29.so b/.bin/java/lib/compressedrefs/libj9jvmti29.so
new file mode 100644
index 0000000..acf5f74
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9jvmti29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9prt29.so b/.bin/java/lib/compressedrefs/libj9prt29.so
new file mode 100644
index 0000000..1173ed6
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9prt29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9shr29.so b/.bin/java/lib/compressedrefs/libj9shr29.so
new file mode 100644
index 0000000..b681aa4
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9shr29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9thr29.so b/.bin/java/lib/compressedrefs/libj9thr29.so
new file mode 100644
index 0000000..174d46f
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9thr29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9trc29.so b/.bin/java/lib/compressedrefs/libj9trc29.so
new file mode 100644
index 0000000..a299ede
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9trc29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9vm29.so b/.bin/java/lib/compressedrefs/libj9vm29.so
new file mode 100644
index 0000000..ab0183e
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9vm29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9vrb29.so b/.bin/java/lib/compressedrefs/libj9vrb29.so
new file mode 100644
index 0000000..52becff
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9vrb29.so differ
diff --git a/.bin/java/lib/compressedrefs/libj9zlib29.so b/.bin/java/lib/compressedrefs/libj9zlib29.so
new file mode 100644
index 0000000..3dd6c8a
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libj9zlib29.so differ
diff --git a/.bin/java/lib/compressedrefs/libjclse10_29.so b/.bin/java/lib/compressedrefs/libjclse10_29.so
new file mode 100644
index 0000000..1183c28
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libjclse10_29.so differ
diff --git a/.bin/java/lib/compressedrefs/libjvm.so b/.bin/java/lib/compressedrefs/libjvm.so
new file mode 100644
index 0000000..8915d96
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libjvm.so differ
diff --git a/.bin/java/lib/compressedrefs/libmanagement.so b/.bin/java/lib/compressedrefs/libmanagement.so
new file mode 100644
index 0000000..2ac7a36
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libmanagement.so differ
diff --git a/.bin/java/lib/compressedrefs/libomrsig.so b/.bin/java/lib/compressedrefs/libomrsig.so
new file mode 100644
index 0000000..3a62fb5
Binary files /dev/null and b/.bin/java/lib/compressedrefs/libomrsig.so differ
diff --git a/.bin/java/lib/j9vm/libjvm.so b/.bin/java/lib/j9vm/libjvm.so
new file mode 100644
index 0000000..6d712b0
Binary files /dev/null and b/.bin/java/lib/j9vm/libjvm.so differ
diff --git a/.bin/java/lib/jli/libjli.so b/.bin/java/lib/jli/libjli.so
index df2322c..384aa3c 100644
Binary files a/.bin/java/lib/jli/libjli.so and b/.bin/java/lib/jli/libjli.so differ
diff --git a/.bin/java/lib/jvm.cfg b/.bin/java/lib/jvm.cfg
index 97225c8..69195d8 100644
--- a/.bin/java/lib/jvm.cfg
+++ b/.bin/java/lib/jvm.cfg
@@ -1,2 +1,23 @@
--server KNOWN
--client IGNORE
+# ===========================================================================
+# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
+# ===========================================================================
+# 
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation.  
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, see <http://www.gnu.org/licenses/>.
+# 
+# ===========================================================================
+-j9vm KNOWN
+-hotspot IGNORE
+-classic IGNORE
+-native IGNORE
+-green IGNORE
diff --git a/.bin/java/lib/libawt.so b/.bin/java/lib/libawt.so
index a7b4f36..78c9446 100644
Binary files a/.bin/java/lib/libawt.so and b/.bin/java/lib/libawt.so differ
diff --git a/.bin/java/lib/libawt_headless.so b/.bin/java/lib/libawt_headless.so
index 310c521..4796b00 100644
Binary files a/.bin/java/lib/libawt_headless.so and b/.bin/java/lib/libawt_headless.so differ
diff --git a/.bin/java/lib/libawt_xawt.so b/.bin/java/lib/libawt_xawt.so
new file mode 100644
index 0000000..f0d05b5
Binary files /dev/null and b/.bin/java/lib/libawt_xawt.so differ
diff --git a/.bin/java/lib/libextnet.so b/.bin/java/lib/libextnet.so
index cd13ba9..0f4c6e2 100644
Binary files a/.bin/java/lib/libextnet.so and b/.bin/java/lib/libextnet.so differ
diff --git a/.bin/java/lib/libjava.so b/.bin/java/lib/libjava.so
index 1a0e062..5b9a657 100644
Binary files a/.bin/java/lib/libjava.so and b/.bin/java/lib/libjava.so differ
diff --git a/.bin/java/lib/libjimage.so b/.bin/java/lib/libjimage.so
index 26b6c37..8b48392 100644
Binary files a/.bin/java/lib/libjimage.so and b/.bin/java/lib/libjimage.so differ
diff --git a/.bin/java/lib/libmanagement.so b/.bin/java/lib/libmanagement.so
deleted file mode 100644
index 000fb74..0000000
Binary files a/.bin/java/lib/libmanagement.so and /dev/null differ
diff --git a/.bin/java/lib/libmanagement_agent.so b/.bin/java/lib/libmanagement_agent.so
deleted file mode 100644
index ed6f280..0000000
Binary files a/.bin/java/lib/libmanagement_agent.so and /dev/null differ
diff --git a/.bin/java/lib/libmanagement_ext.so b/.bin/java/lib/libmanagement_ext.so
deleted file mode 100644
index 233da07..0000000
Binary files a/.bin/java/lib/libmanagement_ext.so and /dev/null differ
diff --git a/.bin/java/lib/libnet.so b/.bin/java/lib/libnet.so
index 5a75044..232ae8c 100644
Binary files a/.bin/java/lib/libnet.so and b/.bin/java/lib/libnet.so differ
diff --git a/.bin/java/lib/libnio.so b/.bin/java/lib/libnio.so
index ded1fd4..8bfad61 100644
Binary files a/.bin/java/lib/libnio.so and b/.bin/java/lib/libnio.so differ
diff --git a/.bin/java/lib/libsunec.so b/.bin/java/lib/libsunec.so
deleted file mode 100644
index 2665c08..0000000
Binary files a/.bin/java/lib/libsunec.so and /dev/null differ
diff --git a/.bin/java/lib/libverify.so b/.bin/java/lib/libverify.so
index 4b0c0f3..1eb2e85 100644
Binary files a/.bin/java/lib/libverify.so and b/.bin/java/lib/libverify.so differ
diff --git a/.bin/java/lib/libzip.so b/.bin/java/lib/libzip.so
index 74c308d..75988cb 100644
Binary files a/.bin/java/lib/libzip.so and b/.bin/java/lib/libzip.so differ
diff --git a/.bin/java/lib/minimal/libjvm.so b/.bin/java/lib/minimal/libjvm.so
deleted file mode 100644
index bc32d79..0000000
Binary files a/.bin/java/lib/minimal/libjvm.so and /dev/null differ
diff --git a/.bin/java/lib/modules.REMOVED.git-id b/.bin/java/lib/modules.REMOVED.git-id
index 28c790d..848d140 100644
--- a/.bin/java/lib/modules.REMOVED.git-id
+++ b/.bin/java/lib/modules.REMOVED.git-id
@@ -1 +1 @@
-2cf527b958a7a7ef9aef6cd31f39e553f08f881e
\ No newline at end of file
+9231c7fc1aa0f10c8e20526fca16e2dc34810fa9
\ No newline at end of file
diff --git a/.bin/java/lib/options.default b/.bin/java/lib/options.default
new file mode 100644
index 0000000..7fd9391
--- /dev/null
+++ b/.bin/java/lib/options.default
@@ -0,0 +1 @@
+"-Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple"
\ No newline at end of file
diff --git a/.bin/java/lib/security/blacklisted.certs b/.bin/java/lib/security/blacklisted.certs
deleted file mode 100644
index e192c1a..0000000
--- a/.bin/java/lib/security/blacklisted.certs
+++ /dev/null
@@ -1,20 +0,0 @@
-Algorithm=SHA-256
-14E6D2764A4B06701C6CBC376A253775F79C782FBCB6C0EE6F99DE4BA1024ADD
-31C8FD37DB9B56E708B03D1F01848B068C6DA66F36FB5D82C008C6040FA3E133
-3946901F46B0071E90D78279E82FABABCA177231A704BE72C5B0E8918566EA66
-450F1B421BB05C8609854884559C323319619E8B06B001EA2DCBB74A23AA3BE2
-4CBBF8256BC9888A8007B2F386940A2E394378B0D903CBB3863C5A6394B889CE
-4FEE0163686ECBD65DB968E7494F55D84B25486D438E9DE558D629D28CD4D176
-5E83124D68D24E8E177E306DF643D5EA99C5A94D6FC34B072F7544A1CABB7C7B
-76A45A496031E4DD2D7ED23E8F6FF97DBDEA980BAAC8B0BA94D7EDB551348645
-8A1BD21661C60015065212CC98B1ABB50DFD14C872A208E66BAE890F25C448AF
-9ED8F9B0E8E42A1656B8E1DD18F42BA42DC06FE52686173BA2FC70E756F207DC
-A686FEE577C88AB664D0787ECDFFF035F4806F3DE418DC9E4D516324FFF02083
-B8686723E415534BC0DBD16326F9486F85B0B0799BF6639334E61DAAE67F36CD
-D24566BF315F4E597D6E381C87119FB4198F5E9E2607F5F4AB362EF7E2E7672F
-D3A936E1A7775A45217C8296A1F22AC5631DCDEC45594099E78EEEBBEDCBA967
-DF21016B00FC54F9FE3BC8B039911BB216E9162FAD2FD14D990AB96E951B49BE
-EC30C9C3065A06BB07DC5B1C6B497F370C1CA65C0F30C08E042BA6BCECC78F2C
-F5B6F88F75D391A4B1EB336F9E201239FB6B1377DB8CFA7B84736216E5AFFFD7
-FC02FD48DB92D4DCE6F11679D38354CF750CFC7F584A520EB90BDE80E241F2BD
-FDEDB5BDFCB67411513A61AEE5CB5B5D7C52AF06028EFC996CC1B05B1D6CEA2B
diff --git a/.bin/java/lib/security/cacerts b/.bin/java/lib/security/cacerts
index 7dbfca5..b2171b5 100644
Binary files a/.bin/java/lib/security/cacerts and b/.bin/java/lib/security/cacerts differ
diff --git a/.bin/java/lib/security/default.policy b/.bin/java/lib/security/default.policy
index b0ffc99..6495d08 100644
--- a/.bin/java/lib/security/default.policy
+++ b/.bin/java/lib/security/default.policy
@@ -8,27 +8,16 @@
 // ${java.home}/conf/security/java.policy.
 //
 
+grant codeBase "jrt:/java.activation" {
+    permission java.security.AllPermission;
+};
 
 grant codeBase "jrt:/java.compiler" {
     permission java.security.AllPermission;
 };
 
-
-grant codeBase "jrt:/java.net.http" {
-    permission java.lang.RuntimePermission "accessClassInPackage.sun.net";
-    permission java.lang.RuntimePermission "accessClassInPackage.sun.net.util";
-    permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www";
-    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.misc";
-    permission java.net.SocketPermission "*","connect,resolve";
-    permission java.net.URLPermission "http:*","*:*";
-    permission java.net.URLPermission "https:*","*:*";
-    permission java.net.URLPermission "ws:*","*:*";
-    permission java.net.URLPermission "wss:*","*:*";
-    permission java.net.URLPermission "socket:*","CONNECT";  // proxy
-    // For request/response body processors, fromFile, asFile
-    permission java.io.FilePermission "<<ALL FILES>>","read,write,delete";
-    permission java.util.PropertyPermission "*","read";
-    permission java.net.NetPermission "getProxySelector";
+grant codeBase "jrt:/java.corba" {
+    permission java.security.AllPermission;
 };
 
 grant codeBase "jrt:/java.scripting" {
@@ -76,6 +65,9 @@ grant codeBase "jrt:/java.sql.rowset" {
     permission java.security.AllPermission;
 };
 
+grant codeBase "jrt:/java.xml.bind" {
+    permission java.security.AllPermission;
+};
 
 grant codeBase "jrt:/java.xml.crypto" {
     permission java.lang.RuntimePermission
@@ -98,6 +90,9 @@ grant codeBase "jrt:/java.xml.crypto" {
                    "accessClassInPackage.com.sun.org.apache.xpath.internal.*";
 };
 
+grant codeBase "jrt:/java.xml.ws" {
+    permission java.security.AllPermission;
+};
 
 grant codeBase "jrt:/jdk.accessibility" {
     permission java.lang.RuntimePermission "accessClassInPackage.sun.awt";
diff --git a/.bin/java/lib/security/public_suffix_list.dat b/.bin/java/lib/security/public_suffix_list.dat
deleted file mode 100644
index 9b0f023..0000000
Binary files a/.bin/java/lib/security/public_suffix_list.dat and /dev/null differ
diff --git a/.bin/java/lib/server/libjvm.so b/.bin/java/lib/server/libjvm.so
deleted file mode 100644
index 9318b6f..0000000
Binary files a/.bin/java/lib/server/libjvm.so and /dev/null differ
diff --git a/.bin/java/lib/tzdb.dat b/.bin/java/lib/tzdb.dat
index d2d19a4..e486a5d 100644
Binary files a/.bin/java/lib/tzdb.dat and b/.bin/java/lib/tzdb.dat differ
diff --git a/README.md b/README.md
index ac4fe1a..a78976f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
-# base-files
+# kaboom-base-files
 
-Base files for the Kaboom.pw server
+Base files for the Kaboom.pw server
\ No newline at end of file
diff --git a/bukkit.yml b/bukkit.yml
index 8532d4e..7807fc6 100644
--- a/bukkit.yml
+++ b/bukkit.yml
@@ -33,5 +33,5 @@ chunk-gc:
 ticks-per:
   animal-spawns: 400
   monster-spawns: 100
-  autosave: 6000
+  autosave: 100
 aliases: now-in-commands.yml
diff --git a/commands.yml b/commands.yml
index 6cc91fc..5bd73fa 100644
--- a/commands.yml
+++ b/commands.yml
@@ -25,6 +25,12 @@ aliases:
   - minecraft:clear $1-
   enchant:
   - minecraft:enchant $1-
+  - essentials:etpall:
+  - []
+  - essentials:tpall:
+  - []
+  - etpall:
+  - []
   gamemode:
   - minecraft:gamemode $1-
   give:
@@ -39,6 +45,8 @@ aliases:
   - minecraft:list $1-
   me:
   - minecraft:me $1-
+  minecraft:save-off:
+  - []
   minecraft:stop:
   - []
   pardon:
@@ -51,6 +59,8 @@ aliases:
   - []
   rl:
   - []
+  save-off:
+  - []
   spigot:restart:
   - []
   stop:
@@ -59,6 +69,8 @@ aliases:
   - minecraft:teleport $1-
   time:
   - minecraft:time $1-
+  tpall:
+  - []
   weather:
   - minecraft:weather $1-
   xp:
diff --git a/log4j2.xml b/log4j2.xml
index a7fec46..c5f84d9 100644
--- a/log4j2.xml
+++ b/log4j2.xml
@@ -12,7 +12,6 @@
                 <MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" />
             </filters>
             <AppenderRef ref="WINDOWS_COMPAT"/>
-            <AppenderRef ref="File"/>
             <AppenderRef ref="TerminalConsole"/>
         </Root>
     </Loggers>
diff --git a/minecraft-server.jar b/minecraft-server.jar
index 24ab42c..72dadf5 100644
Binary files a/minecraft-server.jar and b/minecraft-server.jar differ
diff --git a/plugins/Essentials.jar b/plugins/Essentials.jar
index ed446e5..18974d9 100644
Binary files a/plugins/Essentials.jar and b/plugins/Essentials.jar differ
diff --git a/plugins/Extras.jar b/plugins/Extras.jar
index 71c2a7b..7e51060 100644
Binary files a/plugins/Extras.jar and b/plugins/Extras.jar differ
diff --git a/plugins/FastAsyncWorldEdit.jar b/plugins/FastAsyncWorldEdit.jar
index 3c14458..b67ce49 100644
Binary files a/plugins/FastAsyncWorldEdit.jar and b/plugins/FastAsyncWorldEdit.jar differ
diff --git a/plugins/FastAsyncWorldEdit/config.yml b/plugins/FastAsyncWorldEdit/config.yml
index d7211ed..6c96df4 100644
--- a/plugins/FastAsyncWorldEdit/config.yml
+++ b/plugins/FastAsyncWorldEdit/config.yml
@@ -200,13 +200,13 @@ history:
   # A value of 0 is faster simply because it doesn't bother loading the chunks or waiting.
   chunk-wait-ms: 1000
   # Delete history on disk after a number of days
-  delete-after-days: 7
+  delete-after-days: 1
   # Delete history in memory on logout (does not effect disk)
   delete-on-logout: true
   # If history should be enabled by default for plugins using WorldEdit:
   #  - It is faster to have disabled
   #  - Use of the FAWE API will not be effected
-  enable-for-console: true
+  enable-for-console: false
   # Should redo information be stored:
   #  - History is about 20% larger
   #  - Enables use of /redo
diff --git a/plugins/ImageOnMap.jar b/plugins/ImageOnMap.jar
deleted file mode 100644
index 4e892c3..0000000
Binary files a/plugins/ImageOnMap.jar and /dev/null differ
diff --git a/plugins/MySkin.jar b/plugins/MySkin.jar
index c2a1acd..9cc17d2 100644
Binary files a/plugins/MySkin.jar and b/plugins/MySkin.jar differ
diff --git a/plugins/ProtocolLib/config.yml b/plugins/ProtocolLib/config.yml
index 8ff29d9..6c1128d 100644
--- a/plugins/ProtocolLib/config.yml
+++ b/plugins/ProtocolLib/config.yml
@@ -2,7 +2,7 @@ global:
   auto updater:
     notify: false
     download: false
-    delay: 43200
+    delay: 2147483647
   metrics: false
   background compiler: true
   debug: false
diff --git a/plugins/ProtocolLib/lastupdate b/plugins/ProtocolLib/lastupdate
deleted file mode 100644
index e69de29..0000000
diff --git a/plugins/UltraCosmetics/config.yml b/plugins/UltraCosmetics/config.yml
deleted file mode 100644
index a000638..0000000
--- a/plugins/UltraCosmetics/config.yml
+++ /dev/null
@@ -1,2620 +0,0 @@
-# If set to true, will check for updates
-Check-For-Updates: false
-# List of the enabled categories.
-Categories-Enabled:
-  Gadgets: true
-  Particle-Effects: true
-  Mounts: true
-  Pets: true
-  Morphs: true
-  Hats: true
-  Suits: true
-  Emotes: true
-# Other settings for categories:
-# - The Item in Main Menu.
-# - Do you want a BackToMainMenu Arrow in it?
-Categories:
-  Gadgets:
-    Main-Menu-Item: '409:0'
-    Go-Back-Arrow: true
-    # You wanna show the cooldown of current gadget in actionbar?
-    Cooldown-In-ActionBar: true
-  Particle-Effects:
-    Main-Menu-Item: '399:0'
-    Go-Back-Arrow: true
-  Mounts:
-    Main-Menu-Item: '329:0'
-    Go-Back-Arrow: true
-  Pets:
-    Main-Menu-Item: '352:0'
-    Go-Back-Arrow: true
-  Morphs:
-    Main-Menu-Item: '334:0'
-    Go-Back-Arrow: true
-  Hats:
-    Main-Menu-Item: '314:0'
-    Go-Back-Arrow: true
-  Suits:
-    Main-Menu-Item: '299:0'
-    Go-Back-Arrow: true
-  Emotes:
-    Go-Back-Arrow: true
-  Clear-Cosmetic-Item: '152:0'
-  # Previous Page Item
-  Previous-Page-Item: '368:0'
-  # Next Page Item
-  Next-Page-Item: '381:0'
-  # Back to Main Menu Item
-  Back-Main-Menu-Item: '262:0'
-  Self-View-Item:
-    # Item in Morphs Menu when Self View enabled.
-    When-Enabled: '381:0'
-    # Item in Morphs Menu when Self View disabled.
-    When-Disabled: '368:0'
-  Gadgets-Item:
-    # Item in Gadgets Menu when Gadgets enabled.
-    When-Enabled: '351:10'
-    # Item in Gadgets Menu when Gadgets disabled.
-    When-Disabled: '351:8'
-  # Item in Pets Menu to rename current pet.
-  Rename-Pet-Item: '421:0'
-  # Should GUI close after selecting a cosmetic?
-  Close-GUI-After-Select: true
-  Back-To-Main-Menu-Custom-Command:
-    Enabled: false
-    Command: cc open custommenu.yml {player}
-# The economy that should be used. Supports 'Vault' or 'PlayerPoints'
-Economy: Vault
-# Treasure Chests Settings.
-# /uc reload will not be enough to toggle them!
-# 
-# NOTE: Money will be given
-#       to player even if disabled in case
-#       there is nothing to give!
-# 
-# 
-# About Treasure Chests designs:
-# For a list of effect: http://pastebin.com/CVKkufck
-# For the chest-types: NORMAL or ENDER
-# Material syntax: 'id:data'
-# You CAN make more designs just copy one, paste it and modify.
-# Not twice same name!
-# 
-# Some infos:
-# center-block: The block on the center.
-# around-center: Blocks around the center
-# third-BLOCKS: BLOCKS "around around" the center.
-# below-chests: Block below the chests.
-# barriers: the barrier.
-# chest-type: The chest type (NORMAL or ENDER)
-# effect: The effect (complete list: http://pastebin.com/CVKkufck)
-# 
-# For permission command:
-# Change it to correspond to your Permissions plugin!
-# Default one is Pex's.
-# 
-TreasureChests:
-  Enabled: true
-  Key-Price: 1000
-  Loots:
-    Money:
-      Enabled: true
-      Max: 100
-      Chance: 10
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found %money%$'
-    Gadgets-Ammo:
-      Enabled: true
-      Min: 20
-      Max: 100
-      Chance: 60
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
-    Gadgets:
-      Enabled: true
-      Chance: 20
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found gadget %gadget%'
-    Mounts:
-      Enabled: true
-      Chance: 10
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found rare %mount%'
-    Pets:
-      Enabled: true
-      Chance: 10
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found rare %pet%'
-    Morphs:
-      Enabled: true
-      Chance: 4
-      Message:
-        enabled: true
-        message: '%prefix% &6&l%name% found legendary %morph%'
-    Effects:
-      Enabled: true
-      Chance: 4
-      Message:
-        enabled: true
-        message: '%prefix% &6&l%name% found legendary %effect%'
-    Hats:
-      Enabled: true
-      Chance: 10
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found rare %hat%'
-    Suits:
-      Enabled: true
-      Chance: 5
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found rare %suit%'
-    Emotes:
-      Enabled: true
-      Chance: 5
-      Message:
-        enabled: false
-        message: '%prefix% &6&l%name% found rare %emote%'
-    Commands:
-      shoutout:
-        Name: '&d&lShoutout'
-        Material: NETHER_STAR
-        Enabled: false
-        Chance: 100
-        Message:
-          enabled: false
-          message: '%prefix% &6&l%name% found a rare shoutout!'
-        Cancel-If-Permission: 'no'
-        Commands:
-        - say %name% is awesome!
-      flower:
-        Name: '&e&lFlower'
-        Material: YELLOW_FLOWER
-        Enabled: false
-        Chance: 100
-        Message:
-          enabled: false
-          message: '%prefix% &6&l%name% found a flower!'
-        Cancel-If-Permission: example.yellowflower
-        Commands:
-        - give %name% yellow_flower 1
-        - pex user %name% add example.yellowflower
-  Designs:
-    Classic:
-      center-block: '169:0'
-      around-center: '5:0'
-      third-blocks: '5:1'
-      below-chests: '17:0'
-      barriers: '85:0'
-      chest-type: NORMAL
-      effect: FLAME
-    Modern:
-      center-block: '169:0'
-      around-center: '159:11'
-      third-blocks: '155:0'
-      below-chests: '159:11'
-      barriers: '160:3'
-      chest-type: ENDER
-      effect: REDSTONE
-    Nether:
-      center-block: '89:0'
-      around-center: '88:0'
-      third-blocks: '87:0'
-      below-chests: '112:0'
-      barriers: '113:0'
-      chest-type: NORMAL
-      effect: SMOKE_NORMAL
-  Permission-Add-Command: pex user %name% add %permission%
-# This option will fill the blank slots of inventories
-# with a custom item!
-Fill-Blank-Slots-With-Item:
-  Enabled: false
-  Item: '160:15'
-# Toggle this to allow players to rename pets.
-# 
-# Permission-Required:
-# If true, the permission:
-# ultracosmetics.pets.rename
-# will be required to rename a pet.
-# 
-# Requires Money:
-# If true, money will be required
-# to rename a pet.
-Pets-Rename:
-  Enabled: false
-  Permission-Required: false
-  Requires-Money:
-    Enabled: true
-    Price: 100
-# Do pets drop items? (not pickable up by players)
-Pets-Drop-Items: true
-# Are pets babies?
-Pets-Are-Babies: true
-# Do you want the mounts
-# that normally make block trails
-# to do so?
-Mounts-Block-Trails: true
-# This option allows to use ammo
-# for gadgets, for limited uses.
-# Ammo can be given with /uc give ammo
-# or bought from menu when activating gadget.
-# 
-# For the system: 'file' or 'mysql'
-# 
-# If you set mysql, please fill the MySQL infos.
-Ammo-System-For-Gadgets:
-  Enabled: false
-  System: file
-  MySQL:
-    hostname: localhost
-    username: root
-    password: password
-    port: '3306'
-    database: UltraCosmetics
-  # Do you want that in the gadgets menu
-  # each gadget item has an amount
-  # corresponding to your ammo.
-  Show-Ammo-In-Menu-As-Item-Amount: true
-# The menu item settings.
-# 
-# List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
-Menu-Item:
-  Give-On-Join: false
-  Give-On-Respawn: false
-  Slot: 3
-  Type: ENDER_CHEST
-  Data: 0
-  Displayname: '&6&lCosmetics'
-# Settings related to permissions.
-# 
-# List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
-No-Permission:
-  Show-In-Lore: true
-  Lore-Message-Yes: '&o&7Permission: &a&lYes!'
-  Lore-Message-No: '&o&7Permission: &4&lNo!'
-  Dont-Show-Item: false
-  Custom-Item:
-    enabled: false
-    Type: INK_SACK
-    Data: 8
-    Name: '&c&l{cosmetic-name}'
-    Lore:
-    - ''
-    - '&c&lYou do not have permission for this!'
-    - ''
-# If set to true, in messages the cosmetics' names
-# won't be colored.
-# Example:
-# With true: &a&lYou activated &9&lPaintball Gun!
-# With false: &a&lYou activated Paintball Gun!
-Chat-Cosmetic-PlaceHolder-Color: true
-# What is the slot for gadgets?
-Gadget-Slot: 0
-# If toggled to true,
-# players will be able to remove
-# their current gadget by pressing
-# their drop key.
-Remove-Gadget-With-Drop: false
-# List of commands that won't work when holding a cosmetic, wearing an emote, or wearing a hat.
-# Type commands in lowercase without slashes.
-Disabled-Commands:
-- hat
-# List of the worlds
-# where cosmetics are enabled!
-Enabled-Worlds:
-- world
-- world_nether
-- world_the_end
-- world_flatlands
-- world_overworld
-Gadgets:
-  BatBlaster:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oLaunch waves of annoying bats'
-    - '&7&oto people you don''t like!'
-    Cooldown: 8.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chickenator:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oShoot, boom, KFC.'
-    Cooldown: 6.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ColorBomb:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oA colorful bomb!'
-    Cooldown: 25.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  DiscoBall:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oJust, dance!'
-    Cooldown: 45.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  EtherealPearl:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oTake a ride through the skies'
-    - '&7&oon your very own Ethereal Pearl!'
-    Cooldown: 2.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FleshHook:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMake new friends by throwing a hook'
-    - '&7&ointo their face and pulling them'
-    - '&7&otowards you!'
-    Cooldown: 5.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  MelonThrower:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDeliciously fun!'
-    Cooldown: 2.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  BlizzardBlaster:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oLet it go!'
-    Cooldown: 12.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PortalGun:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMomentum, a function of mass and velocity,'
-    - '&7&ois converved between portals. In Layman''''s terms,'
-    - '&7&ospeedy thing goes in, speedy thing goes out.'
-    Cooldown: 2.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ExplosiveSheep:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oAre you sure it''s supposed'
-    - '&7&oto flicker like that?'
-    Cooldown: 25.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PaintballGun:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oPEW PEW PEW PEW!!!'
-    Cooldown: 0.5
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-    # With what block will it paint?
-    Block-Type: STAINED_CLAY
-    Particle:
-      # Should it display particles?
-      Enabled: false
-      # what particles? (List: http://pastebin.com/CVKkufck)
-      Effect: FIREWORKS_SPARK
-    # The radius of painting.
-    Radius: 2
-    # A list of the BLOCKS that
-    # can't be painted.
-    BlackList:
-    - REDSTONE_BLOCK
-  ThorHammer:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oGet the real Mjölnir'
-    Cooldown: 8.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  AntiGravity:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou don''t like gravity?'
-    - '&7&oThen, this gadget is made for you!'
-    Cooldown: 30.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  SmashDown:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oAND HIS NAME IS... JOHN CENA!!'
-    Cooldown: 15.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Rocket:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHouston, we have got a problem..'
-    Cooldown: 60.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  BlackHole:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou should not get caught by it..'
-    Cooldown: 35.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Tsunami:
-    # Description of this cosmetic.
-    Description:
-    - '&9&oTSUNAMI!!'
-    - '&7&oJUMP!'
-    - '&7&oLet''s go!'
-    Cooldown: 12.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  TNT:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBlow some people up!'
-    - '&7&oKABOOM!'
-    Cooldown: 10.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FunGun:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWoow! So much fun in a gun!'
-    Cooldown: 4.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Parachute:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oGERONIMOooo!'
-    Cooldown: 60.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  QuakeGun:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oGet a real Rail Gun'
-    - '&7&oand strike players and mobs!'
-    Cooldown: 3.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  GhostParty:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWho Ya Gonna Call?'
-    - '&f&lGHOST &4&lBUSTERS!'
-    Cooldown: 45.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Firework:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oNeed to celebrate?'
-    - '&7&oUse fireworks!'
-    Cooldown: 0.2
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ChristmasTree:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHere is a Christmas'
-    - '&7&oTree for you!'
-    Cooldown: 20.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FreezeCannon:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oTransform the floor into a rink!'
-    Cooldown: 8.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Snowball:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oJoin in on the festive fun by'
-    - '&7&othrowing snow at people!'
-    Cooldown: 0.5
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PartyPopper:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oCelebrate by blasting confetti into'
-    - '&7&opeoples'' eyes!'
-    Cooldown: 2.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Trampoline:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oConstructs a trampoline!'
-    - '&7&othat sends you and your'
-    - '&7&ofriends into air!'
-    Cooldown: 75.0
-    # Should it affect players? (Velocity, etc.)
-    Affect-Players: true
-    # if true, the gadget will be enabled.
-    Enabled: true
-    # if true, the description of gadget will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Mounts:
-  DruggedHorse:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThat is just too much!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  InfernalHorror:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThis mount comes directly from... hell!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  GlacialSteed:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThis mount comes from North Pole!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  WalkingDead:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oGraaaaw...'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  MountOfFire:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe mount of Hadès!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  MountOfWater:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe mount of Poséidon!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  EcologistHorse:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome ecologist!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Snake:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWatch out! It may bite..'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  NyanSheep:
-    # Description of this cosmetic.
-    Description:
-    - '&4&lNyan &6&lnyan &e&lnyan'
-    - '&a&lnyan &3&lnyan &9&lnyan'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Dragon:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome a dragon rider!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Slime:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oSplat! Splat!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  HypeCart:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oEver wanted to drive a F1?'
-    - '&7&oNow you can!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Spider:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYOU are the spider jockey!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Rudolph:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWhat would be Christmas'
-    - '&7&owithout Rudolph the Reeinder?'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  MoltenSnake:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDeep under the Earth''s surface, there'
-    - '&7&oexists a mythical species of Molten'
-    - '&7&oSnakes. This one will serve you eternally.'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Particle-Effects:
-  RainCloud:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe weather forecast'
-    - '&7&ois telling me it''s raining.'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  SnowCloud:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe weather forecast'
-    - '&7&ois telling me it''s snowing.'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  BloodHelix:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oAncient legend says this magic'
-    - '&7&oempowers the blood of its user,'
-    - '&7&ogiving them godly powers..'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FrostLord:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am The Almighty Frostlord!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FlameRings:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWatch out! They are hot!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  InLove:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOMG wow I''m in love!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  GreenSparks:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oLittle and green sparkly sparks!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FrozenWalk:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMy feet are so cold!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Music:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMuch music!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Enchanted:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome an almighty enchanter!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Inferno:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oEffect created by Satan himself!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  AngelWings:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome an angel!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  SuperHero:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome Superman!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  SantaHat:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome Santa!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  CrushedCandyCane:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThere''s no such thing as too much'
-    - '&7&oChristmas Candy. Do not listen'
-    - '&7&oto your dentist.'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  EnderAura:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThese mystic particle attach to'
-    - '&7&oonly the most legendary of players!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  FlameFairy:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHEY!!'
-    # if true, the effect will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Pets:
-  Piggy:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOink! Oink!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Sheep:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBaaaa, baa'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  EasterBunny:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oIs it Easter yet?'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cow:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMoooo!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Mooshroom:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMoooo!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Kitty:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMeoooow'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Dog:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWoof!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chick:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBwaaaaaaak!!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Wither:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWatch out for me..'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Pumpling:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oJust a little floating pumpkin'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ChristmasElf:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI can make presents for you!'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  IronGolem:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI like flowers'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Snowman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oPew pew pew'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Villager:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHmmmmmmmmm'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Bat:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI prefer dark areas'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PolarBear:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI prefer cold areas'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Llama:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oNeed me to carry anything?'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Parrot:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oPolly want a cracker?'
-    # if true, the pet will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Hats:
-  Astronaut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHouston, we have got a problem.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Scared:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOh gawd, that scared me!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Angel:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDid it hurt when you fell from heaven?'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Embarassed:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am kinda embarassed by that.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Kissy:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWanna kiss?'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Sad:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am so sad.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cool:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am such a cool guy.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Surprised:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWow, did not expect that!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Dead:
-    # Description of this cosmetic.
-    Description:
-    - '&7&ogot rekt'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Crying:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oi cri evrytiem'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  BigSmile:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oUh, because I am really happy!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Wink:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou know what I mean ;)'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Derp:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDerp Derp Derping all around'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Smile:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oUh, because I am happy'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Iron:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oAs hard as iron!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Gold:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMy precious!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Diamond:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThis is really strong!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Piston:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHave you got the redstone?'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  CommandBlock:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oControl the world with it!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Music:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou are so musical.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Squid:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBloop Bloop!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chicken:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBwwaaaaaaaaaaaakkkkk!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Pig:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOink Oink!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Blaze:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWatch out for the fire!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Sheep:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBaaaa, baa'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Golem:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am your guard.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Enderman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oNow I am here, now I am there.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Mario:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oIt is me! Mario!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Luigi:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oLuigi time!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Batman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI am batman!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chest:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOpen, and close'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Skull:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oWho iss headless now?'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Ghost:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o2spooky4u'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  JackOLantern:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oA little pumkin'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ScaryClown:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHope you are not scared of clowns.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Santa:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOh oh oh! Merry Christmas!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Snowman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI don''t have a skull.. or bones'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Present:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oFrom Santa, to you!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Elf:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI work for Santa!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Bedrock:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oUnbreakable!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Bread:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cheese:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Pancakes:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBetter with syrup!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cake:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMmmm, cake.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cookie:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oCookie'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  CandyCane:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chocolate:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  WhiteChocolate:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Apple:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Melon:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  CarvedPumpkin:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Strawberry:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Coconut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Taco:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Bacon:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oEverything''s better with bacon.'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Fries:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Hamburger:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Popcorn:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  WhiteDonut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PinkDonut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ChocolateDonut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&o'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Pie:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oi like pie'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  A:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe first letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  B:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe second letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  C:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oThe third letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  D:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The fourth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  E:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The fifth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  F:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The sixth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  G:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The seventh letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  H:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The eighth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  I:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The ninth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  J:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The tenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  K:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The eleventh letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  L:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twelfth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  M:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The thirteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  N:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The fourteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  O:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The fifteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  P:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The sixteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Q:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The seventeenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  R:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The eighteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  S:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The nineteenth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  T:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twentieth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  U:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-first letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  V:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-second letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  W:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-third letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  X:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-fourth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Y:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-fifth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Z:
-    # Description of this cosmetic.
-    Description:
-    - '&7&9The twenty-sixth letter in the alphabet!'
-    # if true, the hat will be enabled.
-    Enabled: true
-    # if true, the description of this hat will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Suits:
-  Rave:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oSuch amazing colors!'
-    # if true, the suit will be enabled.
-    Enabled: true
-    # if true, the description of this suit will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Astronaut:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHouston?'
-    # if true, the suit will be enabled.
-    Enabled: true
-    # if true, the description of this suit will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Diamond:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oShow your Mining skills'
-    - '&7&owith this amazing outfit!'
-    # if true, the suit will be enabled.
-    Enabled: true
-    # if true, the description of this suit will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Santa:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome Santa and deliver presents!'
-    # if true, the suit will be enabled.
-    Enabled: true
-    # if true, the description of this suit will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Emotes:
-  Cry:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oAre you really sad? :('
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Angry:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oShow your rage to the other players!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Happy:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDon''t worry, be happy!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cheeky:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou like being cheeky? Well, this emote is for you!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Love:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oYou have beautiful eyes, do you know that?'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  DealWithIt:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oDo you feel like showing off? This emote is for you!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cool:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oKeep cool man!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Surprised:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oOH LORD!!!'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Wink:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHaving fun? Let someone know you are in on the joke'
-    # if true, the mount will be enabled.
-    Enabled: true
-    # if true, the description will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-Morphs:
-  Bat:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome a bat!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Blaze:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oIt might be hot on there..'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Chicken:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome a chicken!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Pig:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMust hold your carrot!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Enderman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI go from there to'
-    - '&7&othere, then you lost me..'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Slime:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oSplat splat!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Creeper:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHey What''sssssss up?'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  WitherSkeleton:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oJust a regular skeleton..'
-    - '&7&obut from the Nether!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Snowman:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome Olaf!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  ElderGuardian:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBecome an Elder Guardian!!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Cow:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMoooo!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Sheep:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oBaaaa, baa'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Mooshroom:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMoooo!'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Villager:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oHmmmmmmmmm'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Witch:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oMuahahahahaha'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  PolarBear:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oI prefer cold areas'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Llama:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oNeed me to carry anything?'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
-  Parrot:
-    # Description of this cosmetic.
-    Description:
-    - '&7&oPolly want a cracker?'
-    # if true, the morph will be enabled.
-    Enabled: true
-    # if true, the description of this morph will be showed.
-    Show-Description: true
-    # if true, it'll be possible to find
-    # it in treasure chests
-    Can-Be-Found-In-Treasure-Chests: true
diff --git a/plugins/UltraCosmetics/messages.yml b/plugins/UltraCosmetics/messages.yml
deleted file mode 100644
index 07354e1..0000000
--- a/plugins/UltraCosmetics/messages.yml
+++ /dev/null
@@ -1,612 +0,0 @@
-Prefix: '&l&oCosmetics >&r'
-No-Permission: '%prefix% &c&lYou don''t have the permission!'
-Cosmetic-Disabled: '%prefix% &c&lThis cosmetic is disabled!'
-Invalid-Gadget: '%prefix% &c&lInvalid Gadget!'
-Invalid-Pet: '%prefix% &c&lInvalid Pet!'
-Invalid-Mount: '%prefix% &c&lInvalid Mount!'
-Invalid-Effect: '%prefix% &c&lInvalid Effect!'
-Invalid-Morph: '%prefix% &c&lInvalid Morph!'
-Invalid-Hat: '%prefix% &c&lInvalid Hat!'
-Invalid-Suit: '%prefix% &c&lInvalid Suit!'
-Invalid-Emote: '%prefix% &c&lInvalid Emote!'
-Invalid-Menu: '%prefix% &c&lInvalid Menu!'
-Ammo: '&7Your ammo: &e%ammo%'
-Purchase: '&a&lPURCHASE'
-Cancel: '&c&lCANCEL'
-Buy-Ammo-Description: '&e&lBuy %amount% %gadgetname% ammo &e&lfor %price%$'
-Right-Click-Buy-Ammo: '&7Right Click to Buy Ammo'
-Not-Enough-Money: '%prefix% &c&lYou don''t have enough money!'
-Successful-Purchase: '%prefix% &a&lSuccessful purchase!'
-Buy-Treasure-Key: '&lBuy a Treasure Key'
-Treasure-Keys: '&7&lTreasure Keys'
-Treasure-Chests: '&6&lTreasure Chests'
-Dont-Have-Key: '&4&lYou need a key!'
-Click-Open-Chest: '&aClick to open a chest'
-Click-Buy-Key: '&aClick to buy a key'
-Your-Keys: '&7&oYour keys: &f&l%keys%'
-Buy-Treasure-Key-ItemName: '&e&l1 &7&lTreasure Key &e&lfor %price%$'
-Found-Legendary: '%prefix% &c&l%name% found Legendary %found%'
-Chest-Not-Enough-Space: '%prefix% &c&lThere isn''t enough space for a treasure chest!'
-Too-Close-To-Other-Chest: '%prefix% &c&lYou are too close to another treasure chest!'
-You-Won-Treasure-Chests: '%prefix% &f&lYou won: %name%!'
-Clear-Cosmetics: '&c&lClear cosmetics'
-Clear-Gadget: '&c&lClear current gadget'
-Clear-Pet: '&c&lClear current pet'
-Clear-Mount: '&c&lClear current mount'
-Clear-Effect: '&c&lClear current effect'
-Clear-Morph: '&c&lClear current morph'
-Clear-Hat: '&c&lClear current hat'
-Clear-Suit: '&c&lClear current suit'
-Clear-Emote: '&c&lClear current emote'
-Rename-Pet-Purchase: '&c&lRename the pet to &f&l%name% &c&lfor &e&l%price%$'
-Active-Pet-Needed: '&c&lYou need to spawn a pet to rename it'
-Rename-Pet: '&c&lClick to rename: %petname%'
-Treasure-Chests-Loot:
-  Ammo: '%ammo% %name% ammo'
-  Pet: '%pet% pet'
-  Mount: '%mount% mount'
-  Effect: '%effect% effect'
-  Morph: '%morph% morph'
-  Hat: '%hat% hat'
-  Money: '&e&l%money%$'
-  gadget: '%gadget% gadget'
-  Suit: '%suit%'
-  Emote: '%emote% emote'
-  Nothing: '&c&lNothing'
-Menus:
-  Main-Menu: '&lMain Menu'
-  Pets: '&lPets'
-  Gadgets: '&lGadgets'
-  Mounts: '&lMounts'
-  Morphs: '&lMorphs'
-  Hats: '&lHats'
-  Particle-Effects: '&lParticle Effects'
-  Suits: '&lSuits'
-  Emotes: '&lEmotes'
-  Buy-Ammo: '&lBuy Ammo'
-  Rename-Pet: '&lRename Pet'
-Disable-Gadgets: '&c&lDisable Gadgets'
-Enable-Gadgets: '&a&lEnable Gadgets'
-Disable-Third-Person-View: '&c&lDisable Morphs Third Person View'
-Enable-Third-Person-View: '&a&lEnable Morphs Third Person View'
-Gadgets-Enabled-Needed: '%prefix% &c&lYou need to enable gadgets!'
-Gadgets:
-  Equip: '%prefix% &9You equipped %gadgetname%'
-  Unequip: '%prefix% &9You unequipped %gadgetname%'
-  Countdown-Message: '%prefix% &c&lYou can''t use %gadgetname% &c&lfor %time%s!'
-  PaintballGun:
-    name: '&b&lPaintball Gun'
-  BatBlaster:
-    name: '&7&lBat Blaster'
-  MelonThrower:
-    name: '&a&lMelon Thrower'
-    Wait-For-Finish: '%prefix% &c&lWait for your previous melon to finish exploding!'
-  EtherealPearl:
-    name: '&5&lEthereal Pearl'
-  FleshHook:
-    name: '&7&lFlesh Hook'
-  DiscoBall:
-    name: '&d&lDisco Ball'
-    Already-Active: '&c&lThere is already a disco ball active!'
-    Not-Space-Above: '&c&lThere is not enough space above you!'
-  ColorBomb:
-    name: '&d&lColor Bomb'
-  Chickenator:
-    name: '&f&lChickenator'
-  PortalGun:
-    name: '&c&lPortal &9&lGun'
-    No-Block-Range: '%prefix% &c&lNo BLOCKS in range!'
-    Different-Worlds: '%prefix% &c&lPortals must be in the same world!'
-  BlizzardBlaster:
-    name: '&b&lBlizzard Blaster'
-  ThorHammer:
-    name: '&f&lThor''s Hammer'
-  SmashDown:
-    name: '&c&lSmashDown'
-  ExplosiveSheep:
-    name: '&4&lExplosive Sheep'
-    Already-Active: '&c&lThere is already a an explosive sheep active!'
-  AntiGravity:
-    name: '&d&lAnti Gravity'
-  Tsunami:
-    name: '&9&lTsunami'
-  Rocket:
-    name: '&4&lRocket'
-    Not-Enough-Space: '%prefix% &c&lNot enough space around and above you!'
-    Not-On-Ground: '%prefix% &c&lYou must be on the ground!'
-    Takeoff: '&4&lTAKEOFF!!'
-  BlackHole:
-    name: '&1&lBlack Hole'
-  TNT:
-    name: '&4&lT&f&lN&4&lT'
-  FunGun:
-    name: '&6&lFun Gun'
-  Parachute:
-    name: '&f&lParachute'
-  QuakeGun:
-    name: '&5&lQuake &d&lGun'
-  GhostParty:
-    name: '&f&lGhost Party'
-  Firework:
-    name: '&c&lFirework'
-  ChristmasTree:
-    name: '&2&lChristmas Tree'
-    Click-On-Block: '%prefix% &c&lPlease click on a block!'
-  FreezeCannon:
-    name: '&b&lFreeze Cannon'
-  Snowball:
-    name: '&f&lSnowball'
-  PartyPopper:
-    name: '&e&lParty Popper'
-  Trampoline:
-    name: '&9&lTrampoline'
-  Gadget-Ready-ActionBar: '%gadgetname% &f&lis ready!'
-  Lore: '&9Gadget'
-Mounts:
-  DruggedHorse:
-    menu-name: '&2&lDrugged Horse'
-    entity-displayname: '&l%playername%''s drugged horse'
-  InfernalHorror:
-    menu-name: '&4&lInfernal Horror'
-    entity-displayname: '&l%playername%''s infernal horror'
-  GlacialSteed:
-    menu-name: '&b&lGlacial Steed'
-    entity-displayname: '&l%playername%''s glacial steed'
-  WalkingDead:
-    menu-name: '&2&lWalking Dead'
-    entity-displayname: '&l%playername%''s walking dead'
-  MountOfFire:
-    menu-name: '&c&lMount of Fire'
-    entity-displayname: '&l%playername%''s mount of fire'
-  MountOfWater:
-    menu-name: '&9&lMount of Water'
-    entity-displayname: '&l%playername%''s mount of water'
-  EcologistHorse:
-    menu-name: '&a&lEcologist Horse'
-    entity-displayname: '&l%playername%''s ecologist horse'
-  NyanSheep:
-    menu-name: '&4&lNy&6&la&e&ln &a&lSh&b&lee&d&lp'
-    entity-displayname: '&l%playername%''s nyan sheep'
-  Snake:
-    menu-name: '&6&lSnake'
-    entity-displayname: '&l%playername%''s snake'
-  Dragon:
-    menu-name: '&5&lDragon'
-    entity-displayname: '&l%playername%''s dragon'
-  SkySquid:
-    menu-name: '&9&lSky Squid'
-    entity-displayname: '&l%playername%''s sky squid'
-  HypeCart:
-    menu-name: '&7&lHypeCart'
-    entity-displayname: '&l%playername%''s hypecart'
-  Slime:
-    menu-name: '&a&lSlime'
-    entity-displayname: '&l%playername%''s slime'
-  Spider:
-    menu-name: '&8&lSpider'
-    entity-displayname: '&l%playername%''s spider'
-  Rudolph:
-    menu-name: '&f&lRudolp&4&lh'
-    entity-displayname: '&l%playername%''s rudolph'
-  MoltenSnake:
-    menu-name: '&c&lMolten Snake'
-    entity-displayname: '&l%playername%''s Molten Snake'
-  FlyingShip:
-    menu-name: '&a&lFlying Ship'
-    entity-displayname: '&l%playername%''s Flying Ship'
-  Spawn: '%prefix% &9You spawned %mountname%'
-  Despawn: '%prefix% &9You despawned %mountname%'
-Particle-Effects:
-  Summon: '%prefix% &9You summoned %effectname%'
-  Unsummon: '%prefix% &9You unsummoned %effectname%'
-  RainCloud:
-    name: '&9&lRain Cloud'
-  SnowCloud:
-    name: '&f&lSnow Cloud'
-  BloodHelix:
-    name: '&4&lBlood Helix'
-  FrostLord:
-    name: '&b&lFrost Lord'
-  FlameRings:
-    name: '&c&lFlame Rings'
-  GreenSparks:
-    name: '&a&lGreen Sparks'
-  InLove:
-    name: '&c&lIn Love'
-  FrozenWalk:
-    name: '&b&lFrozen Walk'
-  Enchanted:
-    name: '&7&lEnchanted'
-  Music:
-    name: '&9&lMusic'
-  Inferno:
-    name: '&4&lInferno'
-  AngelWings:
-    name: '&f&lAngel Wings'
-  SuperHero:
-    name: '&4&lSuper Hero'
-  SantaHat:
-    name: '&4&lSanta &f&lHat'
-  CrushedCandyCane:
-    name: '&4&lCrushed &f&lCandy &4&lCane'
-  EnderAura:
-    name: '&d&lEnder Aura'
-  FlameFairy:
-    name: '&6&lFlame Fairy'
-Pets:
-  Piggy:
-    menu-name: '&d&lPiggy'
-    entity-displayname: '&l%playername%''s piggy'
-  Sheep:
-    menu-name: '&f&lSheep'
-    entity-displayname: '&l%playername%''s sheep'
-  EasterBunny:
-    menu-name: '&6&lEaster Bunny'
-    entity-displayname: '&l%playername%''s easter bunny'
-  Cow:
-    menu-name: '&c&lCow'
-    entity-displayname: '&l%playername%''s cow'
-  Kitty:
-    menu-name: '&9&lKitty'
-    entity-displayname: '&l%playername%''s kitty'
-  Dog:
-    menu-name: '&7&lDog'
-    entity-displayname: '&l%playername%''s dog'
-  Chick:
-    menu-name: '&e&lChick'
-    entity-displayname: '&l%playername%''s chick'
-  Wither:
-    menu-name: '&8&lWither'
-    entity-displayname: '&l%playername%''s wither'
-  Pumpling:
-    menu-name: '&6&lPumpling'
-    entity-displayname: '&l%playername%''s pumpling'
-  CompanionCube:
-    menu-name: '&d&lCompanion Cube'
-    entity-displayname: '&l%playername%''s cube'
-  ChristmasElf:
-    menu-name: '&a&lChristmas Elf'
-    entity-displayname: '&l%playername%''s Christmas elf'
-  Mooshroom:
-    menu-name: '&4&lMooshroom'
-    entity-displayname: '&l%playername%''s Mooshroom'
-  IronGolem:
-    menu-name: '&7&lIronGolem'
-    entity-displayname: '&l%playername%''s IronGolem'
-  Snowman:
-    menu-name: '&f&lSnowman'
-    entity-displayname: '&l%playername%''s Snowman'
-  Villager:
-    menu-name: '&a&lVillager'
-    entity-displayname: '&l%playername%''s Villager'
-  Bat:
-    menu-name: '&8&lBat'
-    entity-displayname: '&l%playername%''s Bat'
-  PolarBear:
-    menu-name: '&b&lPolarBear'
-    entity-displayname: '&l%playername%''s PolarBear'
-  Llama:
-    menu-name: '&7&lLlama'
-    entity-displayname: '&l%playername%''s Llama'
-  Parrot:
-    menu-name: '&a&lParrot'
-    entity-displayname: '&l%playername%''s Parrot'
-  Spawn: '%prefix% &9You spawned %petname%'
-  Despawn: '%prefix% &9You despawned %petname%'
-Morphs:
-  Blaze:
-    name: '&6&lBlaze'
-    skill: '&eCrouch&7 to: &aFly'
-  Chicken:
-    name: '&f&lChicken'
-    skill: '&eCrouch&7 to: &aLay eggs'
-  Slime:
-    name: '&a&lSlime'
-    skill: '&eCrouch&7 to: &aBounce'
-  Pig:
-    name: '&d&lPig'
-    skill: '&eCollide&7 to: &aBounce Players'
-  Enderman:
-    name: '&5&lEnderman'
-    skill: '&eDouble Jump&7 to: &aTeleport'
-  Bat:
-    name: '&8&lBat'
-    skill: '&eDouble Jump&7 to: &aFlap'
-  Creeper:
-    name: '&a&lCreeper'
-    skill: '&eCrouch&7 to: &aDetonate'
-    charging: '&a&lCharging: %chargelevel%/100'
-    release-to-explode: '&f&lRelease to explode!'
-  Snowman:
-    name: '&f&lSnowman'
-    skill: '&eLeft Click&7 to: &aThrow Snowball'
-  Morph: '%prefix% &9You morphed into %morphname%'
-  Unmorph: '%prefix% &9You unmorphed from %morphname%'
-  WitherSkeleton:
-    name: '&8&lWither Skeleton'
-    skill: '&eSneak&7 to: &aBone Bomb'
-  ElderGuardian:
-    name: '&8&lElder Guardian'
-    skill: '&eLeft-Click&7 to: &aLaser'
-  Cow:
-    name: '&8&lCow'
-    skill: '&eLeft-Click&7 to: &aMoo'
-  Sheep:
-    name: '&f&lSheep'
-    skill: '&eLeft-Click&7 to: &aChange Colors'
-  Mooshroom:
-    name: '&c&lMooshroom'
-    skill: '&eCrouch&7 to: &aSoup Throw'
-  Villager:
-    name: '&a&lVillager'
-    skill: '&eLeft-Click&7 to: &aEmerald Throw'
-  Witch:
-    name: '&5&lWitch'
-    skill: '&eLEft-Click&7 to: &aPotion Throw'
-  PolarBear:
-    name: '&f&lPolarBear'
-    skill: '&eLeft-Click&7 to: &aBlizzard'
-  Llama:
-    name: '&3&lLlama'
-    skill: '&eLeft-Click&7 to: &aSpit'
-  Parrot:
-    name: '&a&lParrot'
-    skill: '&eDouble Jump&7 to: &aFlap'
-Hats:
-  Equip: '%prefix% &9You equipped %hatname% &9hat!'
-  Unequip: '%prefix% &9You unequipped %hatname% &9hat!'
-  Astronaut:
-    Name: '&7&lAstronaut'
-  Scared:
-    Name: '&4&lScared'
-  Angel:
-    Name: '&f&lAngel'
-  Embarassed:
-    Name: '&7&lEmbarassed'
-  Kissy:
-    Name: '&c&lKissy'
-  Sad:
-    Name: '&9&lSad'
-  Cool:
-    Name: '&6&lCool'
-  Surprised:
-    Name: '&4&lSurprised'
-  Dead:
-    Name: '&8&lDead'
-  Crying:
-    Name: '&9&lCrying'
-  BigSmile:
-    Name: '&6&lBigSmile'
-  Wink:
-    Name: '&e&lWink'
-  Derp:
-    Name: '&3&lDerp'
-  Smile:
-    Name: '&e&lSmile'
-  Iron:
-    Name: '&7&lIron'
-  Gold:
-    Name: '&e&lGold'
-  Diamond:
-    Name: '&b&lDiamond'
-  CommandBlock:
-    Name: '&7&lCommand Block'
-  Music:
-    Name: '&9&lMusic'
-  Squid:
-    Name: '&3&lSquid'
-  Chicken:
-    Name: '&f&lChicken'
-  Blaze:
-    Name: '&6&lBlaze'
-  Piston:
-    Name: '&7&lPiston'
-  Sheep:
-    Name: '&f&lSheep'
-  Pig:
-    Name: '&d&lPig'
-  Golem:
-    Name: '&7&lGolem'
-  Enderman:
-    Name: '&5&lEnderman'
-  Mario:
-    Name: '&4&lMario'
-  Luigi:
-    Name: '&2&lLuigi'
-  Batman:
-    Name: '&8&lBatman'
-  Chest:
-    Name: '&6&lChest'
-  Skull:
-    Name: '&f&lSkull'
-  JackOLantern:
-    Name: '&6&lJack-O''-Lantern'
-  Ghost:
-    Name: '&f&lGhost'
-  ScaryClown:
-    Name: '&4&lScary Clown'
-  Santa:
-    Name: '&4&lSanta'
-  Snowman:
-    Name: '&f&lSnowman'
-  Present:
-    Name: '&c&lPresent'
-  Elf:
-    Name: '&a&lElf'
-  Bedrock:
-    Name: '&8&lBedrock'
-  Bread:
-    Name: '&f&lBread'
-  Cheese:
-    Name: '&e&lCheese'
-  Pancakes:
-    Name: '&f&lPancakes'
-  Cake:
-    Name: '&c&lCake'
-  Cookie:
-    Name: '&6&lCookie'
-  CandyCane:
-    Name: '&c&lCandy &f&lCane'
-  Chocolate:
-    Name: '&a&lChocolate'
-  WhiteChocolate:
-    Name: '&f&lWhite Chocolate'
-  Apple:
-    Name: '&4&lApple'
-  Melon:
-    Name: '&a&lMelon'
-  CarvedPumpkin:
-    Name: '&6&lCarved Pumpkin'
-  Strawberry:
-    Name: '&c&lStrawberry'
-  Coconut:
-    Name: '&f&lCoconut'
-  Taco:
-    Name: '&e&lTaco'
-  Bacon:
-    Name: '&f&lBacon'
-  Fries:
-    Name: '&6&lFries'
-  Hamburger:
-    Name: '&6&lHamburger'
-  Popcorn:
-    Name: '&6&lPopcorn'
-  WhiteDonut:
-    Name: '&f&lWhite Donut'
-  PinkDonut:
-    Name: '&d&lPink Donut'
-  ChocolateDonut:
-    Name: '&a&lChocolate Donut'
-  Pie:
-    Name: '&4&lPie'
-  A:
-    Name: '&6&lA'
-  B:
-    Name: '&4&lB'
-  C:
-    Name: '&2&lC'
-  D:
-    Name: '&b&lD'
-  E:
-    Name: '&e&lE'
-  F:
-    Name: '&5&lF'
-  G:
-    Name: '&d&lG'
-  H:
-    Name: '&a&lH'
-  I:
-    Name: '&6&lI'
-  J:
-    Name: '&4&lJ'
-  K:
-    Name: '&2&lK'
-  L:
-    Name: '&b&lL'
-  M:
-    Name: '&e&lM'
-  N:
-    Name: '&5&lN'
-  O:
-    Name: '&d&lO'
-  P:
-    Name: '&a&lP'
-  Q:
-    Name: '&6&lQ'
-  R:
-    Name: '&4&lR'
-  S:
-    Name: '&2&lS'
-  T:
-    Name: '&b&lT'
-  U:
-    Name: '&e&lU'
-  V:
-    Name: '&5&lV'
-  W:
-    Name: '&d&lW'
-  X:
-    Name: '&a&lX'
-  Y:
-    Name: '&6&lY'
-  Z:
-    Name: '&4&lZ'
-  Must-Remove-Hat: '%prefix% &c&lYou must remove your helmet to equip a hat!'
-Suits:
-  Rave:
-    helmet-name: '&b&lR&a&la&e&lv&6&le &f&lHelmet'
-    chestplate-name: '&b&lR&a&la&e&lv&6&le &f&lChestplate'
-    leggings-name: '&b&lR&a&la&e&lv&6&le &f&lLeggings'
-    boots-name: '&b&lR&a&la&e&lv&6&le &f&lBoots'
-  Astronaut:
-    helmet-name: '&f&lAstronaut &f&lHelmet'
-    chestplate-name: '&f&lAstronaut &f&lChestplate'
-    leggings-name: '&f&lAstronaut &f&lLeggings'
-    boots-name: '&f&lAstronaut &f&lBoots'
-  Diamond:
-    helmet-name: '&b&lDiamond &f&lHelmet'
-    chestplate-name: '&b&lDiamond &f&lChestplate'
-    leggings-name: '&b&lDiamond &f&lLeggings'
-    boots-name: '&b&lDiamond &f&lBoots'
-  Santa:
-    helmet-name: '&4&lSanta &f&lHelmet'
-    chestplate-name: '&4&lSanta &f&lChestplate'
-    leggings-name: '&4&lSanta &f&lLeggings'
-    boots-name: '&4&lSanta &f&lBoots'
-  Equip: '%prefix% &9You equipped %suitname%!'
-  Unequip: '%prefix% &9You unequipped %suitname%!'
-  Suit-Part-Lore: '&9Suits Part'
-Emotes:
-  Equip: '%prefix% &9You equipped %emotename%'
-  Unequip: '%prefix% &9You unequipped %emotename%'
-  Cry:
-    Name: '&9&lCry'
-  Angry:
-    Name: '&c&lAngry'
-  Happy:
-    Name: '&e&lHappy'
-  Cheeky:
-    Name: '&6&lCheeky'
-  Love:
-    Name: '&4&lLove'
-  DealWithIt:
-    Name: '&7&lDeal With it'
-  Cool:
-    Name: '&9&lCool'
-  Surprised:
-    Name: '&6&lSurprised'
-  Wink:
-    Name: '&a&lWink'
-  Must-Remove-Helmet: '%prefix% &c&lYou must remove your helmet to equip an emote!'
-Menu:
-  Gadgets: '&9&lGadgets'
-  Particle-Effects: '&b&lParticle Effects'
-  Mounts: '&6&lMounts'
-  Pets: '&a&lPets'
-  Morphs: '&2&lMorphs'
-  Hats: '&b&lHats'
-  Suits: '&c&lSuits'
-  Emotes: '&e&lEmotes'
-  Main-Menu: '&c&lMain Menu'
-  Activate: '&b&lActivate'
-  Deactivate: '&c&lDeactivate'
-  Spawn: '&b&lSpawn'
-  Despawn: '&c&lDespawn'
-  Summon: '&b&lSummon'
-  Unsummon: '&c&lUnsummon'
-  Equip: '&b&lEquip'
-  Unequip: '&c&lUnequip'
-  Morph: '&b&lMorph into'
-  Unmorph: '&c&lUnmorph from'
-  Previous-Page: '&c&lPrevious Page'
-  Next-Page: '&a&lNext Page'
-Enabled-SelfMorphView: '%prefix% &9you enabled self view for morphs!'
-Disabled-SelfMorphView: '%prefix% &9you disabled self view for morphs!'
-Enabled-Gadgets: '%prefix% &9you enabled gadgets!'
-Disabled-Gadgets: '%prefix% &9you disabled gadgets!'
-Not-Allowed-From-Console: '&c&lThis can''t be executed from console!'
-World-Disabled: '%prefix% &c&lCosmetics are disabled in this world!'
-Disabled-Command-Holding-Message: '%prefix% &c&lYou can''t use this command while
-  holding cosmetics!'
-Disabled-Command-Wearing-Message: '%prefix% &c&lYou can''t use this command while
-  wearing cosmetics!'
diff --git a/plugins/Updater/config.yml b/plugins/Updater/config.yml
deleted file mode 100644
index a628123..0000000
--- a/plugins/Updater/config.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-# This configuration file affects all plugins using the Updater system (version 2+ - http://forums.bukkit.org/threads/96681/ )
-# If you wish to use your API key, read http://wiki.bukkit.org/ServerMods_API and place it below.
-# Some updating systems will not adhere to the disabled value, but these may be turned off in their plugin's configuration.
-disable: true
diff --git a/plugins/ViaBackwards.jar b/plugins/ViaBackwards.jar
deleted file mode 100644
index ab71192..0000000
Binary files a/plugins/ViaBackwards.jar and /dev/null differ
diff --git a/plugins/ViaVersion.jar b/plugins/ViaVersion.jar
index eb49165..ea79aac 100644
Binary files a/plugins/ViaVersion.jar and b/plugins/ViaVersion.jar differ
diff --git a/plugins/ViaVersion/config.yml b/plugins/ViaVersion/config.yml
index 63154a7..d1be907 100644
--- a/plugins/ViaVersion/config.yml
+++ b/plugins/ViaVersion/config.yml
@@ -12,7 +12,7 @@
 # Should ViaVersion check for updates?
 checkforupdates: false
 # Send the supported versions with the Status (Ping) response packet
-send-supported-versions: false
+send-supported-versions: true
 # Block specific Minecraft protocols that ViaVersion allows
 # List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers
 block-protocols: []
@@ -33,14 +33,14 @@ reload-disconnect-msg: Server reload, please rejoin!
 # 
 # What is the maximum per second a client can send (Use %pps to display their pps)
 # Use -1 to disable.
-max-pps: 800
+max-pps: -1
 max-pps-kick-msg: You are sending too many packets!
 # 
 # We can also kick them if over a period they send over a threshold a certain amount of times.
 # 
 # Period to track (in seconds)
 # Use -1 to disable.
-tracking-period: 6
+tracking-period: -1
 # How many packets per second counts as a warning
 tracking-warning-pps: 120
 # How many warnings over the interval can we have
diff --git a/plugins/WorldEdit.jar b/plugins/WorldEdit.jar
index 6c95c97..fd5d003 100644
Binary files a/plugins/WorldEdit.jar and b/plugins/WorldEdit.jar differ
diff --git a/plugins/iControlU.jar b/plugins/iControlU.jar
index afb86fb..5b8458f 100644
Binary files a/plugins/iControlU.jar and b/plugins/iControlU.jar differ
diff --git a/server.properties b/server.properties
index 389d8d8..16e6686 100644
--- a/server.properties
+++ b/server.properties
@@ -6,9 +6,8 @@ broadcast-rcon-to-ops=true
 debug=false
 difficulty=1
 enable-command-block=true
-enable-query=true
+enable-query=false
 enable-rcon=false
-enforce-whitelist=false
 force-gamemode=false
 gamemode=1
 generate-structures=true
@@ -18,7 +17,7 @@ level-name=world
 level-seed=0
 level-type=DEFAULT
 max-build-height=256
-max-players=20
+max-players=2147483647
 max-world-size=29999984
 motd=\u00A78\u00A7l Welcome to Kaboom.pw\!\n   > \u00A77Free OP - Anarchy - Creative
 network-compression-threshold=256
@@ -27,7 +26,7 @@ op-permission-level=4
 player-idle-timeout=0
 prevent-proxy-connections=false
 pvp=true
-query.port=25565
+query.port=
 rcon.password=
 rcon.port=
 resource-pack=