Compare commits

..

3 Commits

Author SHA1 Message Date
4a6ad2059a Bump to release version
We're good to go!
2021-08-14 21:17:21 +01:00
ad80011de2 Merge branch 'main' of https://github.com/AtlasMediaGroup/TotalFreedomMod into RELEASE-2021.06
# Conflicts:
#	pom.xml
2021-07-17 13:14:39 +01:00
c732b40203 Bump release to 2021.06-RC01 2021-07-17 13:10:35 +01:00
2 changed files with 1 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<groupId>me.totalfreedom</groupId> <groupId>me.totalfreedom</groupId>
<artifactId>TotalFreedomMod</artifactId> <artifactId>TotalFreedomMod</artifactId>
<version>2021.05</version> <version>2021.06</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

View File

@ -67,11 +67,6 @@ public class Command_cage extends FreedomCommand
outerMaterial = Material.PLAYER_HEAD; outerMaterial = Material.PLAYER_HEAD;
if (args.length >= 3) if (args.length >= 3)
{ {
if (!args[2].matches("([A-z]*)") || args[2].length() < 3 || args[2].length() > 16)
{
msg("Invalid name!", ChatColor.RED);
return true;
}
skullName = args[2]; skullName = args[2];
} }
else else