diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 4adca81e..414e2599 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib - 2.4.2-SNAPSHOT + 2.4.3 jar Provides read/write access to the Minecraft protocol. diff --git a/ProtocolLib/src/main/resources/config.yml b/ProtocolLib/src/main/resources/config.yml index 1de87503..02c7dd23 100644 --- a/ProtocolLib/src/main/resources/config.yml +++ b/ProtocolLib/src/main/resources/config.yml @@ -6,8 +6,6 @@ global: # Number of seconds to wait until a new update is downloaded delay: 43200 # 12 hours - # Last update time - last: 0 metrics: true diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index 09c2c107..423ece96 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: 2.4.2-SNAPSHOT +version: 2.4.3 description: Provides read/write access to the Minecraft protocol. author: Comphenix website: http://www.comphenix.net/ProtocolLib