mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Success message on /spawner
Switch to use mob class.
This commit is contained in:
parent
2b48045a8f
commit
a2f727bebc
10 changed files with 34 additions and 16 deletions
|
@ -483,4 +483,9 @@ public class Util
|
|||
}
|
||||
return buf.toString();
|
||||
}
|
||||
|
||||
public static String capitalCase(String s)
|
||||
{
|
||||
return s.toUpperCase().charAt(0) + s.toLowerCase().substring(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue