diff --git a/labyrinth-bukkit/pom.xml b/labyrinth-bukkit/pom.xml
index c995645..930826a 100644
--- a/labyrinth-bukkit/pom.xml
+++ b/labyrinth-bukkit/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-common/pom.xml b/labyrinth-common/pom.xml
index 6c910ab..da44294 100644
--- a/labyrinth-common/pom.xml
+++ b/labyrinth-common/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-gui/pom.xml b/labyrinth-gui/pom.xml
index fd15e44..28d6a29 100644
--- a/labyrinth-gui/pom.xml
+++ b/labyrinth-gui/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-loci/pom.xml b/labyrinth-loci/pom.xml
index 67363a7..98ef6e1 100644
--- a/labyrinth-loci/pom.xml
+++ b/labyrinth-loci/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-perms/pom.xml b/labyrinth-perms/pom.xml
index e2485b9..d21271d 100644
--- a/labyrinth-perms/pom.xml
+++ b/labyrinth-perms/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-plugin/pom.xml b/labyrinth-plugin/pom.xml
index 5893545..d71d443 100644
--- a/labyrinth-plugin/pom.xml
+++ b/labyrinth-plugin/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-plugin/src/main/resources/lib/1_20_R2.jar b/labyrinth-plugin/src/main/resources/lib/1_20_R2.jar
new file mode 100644
index 0000000..a2beac1
Binary files /dev/null and b/labyrinth-plugin/src/main/resources/lib/1_20_R2.jar differ
diff --git a/labyrinth-plugin/src/main/resources/lib/1_20_R3.jar b/labyrinth-plugin/src/main/resources/lib/1_20_R3.jar
new file mode 100644
index 0000000..0550702
Binary files /dev/null and b/labyrinth-plugin/src/main/resources/lib/1_20_R3.jar differ
diff --git a/labyrinth-regions/pom.xml b/labyrinth-regions/pom.xml
index ba2c833..60200ed 100644
--- a/labyrinth-regions/pom.xml
+++ b/labyrinth-regions/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-skulls/pom.xml b/labyrinth-skulls/pom.xml
index 4f9322f..97a378a 100644
--- a/labyrinth-skulls/pom.xml
+++ b/labyrinth-skulls/pom.xml
@@ -5,7 +5,7 @@
labyrinth
com.github.the-h-team
- 1.9.4-SNAPSHOT
+ 1.9.4
4.0.0
diff --git a/labyrinth-skulls/src/main/java/com/github/sanctum/skulls/CustomHeadLoader.java b/labyrinth-skulls/src/main/java/com/github/sanctum/skulls/CustomHeadLoader.java
index 541d402..62f92da 100644
--- a/labyrinth-skulls/src/main/java/com/github/sanctum/skulls/CustomHeadLoader.java
+++ b/labyrinth-skulls/src/main/java/com/github/sanctum/skulls/CustomHeadLoader.java
@@ -4,6 +4,7 @@
import com.github.sanctum.labyrinth.data.FileList;
import com.github.sanctum.panther.file.MemorySpace;
import com.github.sanctum.panther.file.Node;
+import com.github.sanctum.panther.util.HUID;
import com.google.common.base.Preconditions;
import com.mojang.authlib.GameProfile;
import com.mojang.authlib.properties.Property;
@@ -146,7 +147,7 @@ public static ItemStack provide(String headValue) {
if (headValue != null) {
SkullMeta skullMeta = (SkullMeta) skull.getItemMeta();
- GameProfile profile = new GameProfile(UUID.randomUUID(), null);
+ GameProfile profile = new GameProfile(UUID.randomUUID(), HUID.randomID().toString());
profile.getProperties().put("textures", new Property("textures", headValue));
diff --git a/pom.xml b/pom.xml
index 1d60810..792e9da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.the-h-team
labyrinth
- 1.9.4-SNAPSHOT
+ 1.9.4
labyrinth-common
labyrinth-gui