mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
Compare commits
1 Commits
2023.07-LE
...
FS-308
Author | SHA1 | Date | |
---|---|---|---|
618d5c5ecb |
@ -67,6 +67,11 @@ public class Command_cage extends FreedomCommand
|
||||
outerMaterial = Material.PLAYER_HEAD;
|
||||
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];
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user