mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Added horse armor /spawnmob horse:armor<iron|gold|diamond>
This commit is contained in:
parent
3aca9f793b
commit
8aac502ab6
3 changed files with 20 additions and 2 deletions
|
@ -1106,7 +1106,7 @@ public class Settings implements net.ess3.api.ISettings
|
|||
return config.getInt("max-nick-length", 30);
|
||||
}
|
||||
|
||||
|
||||
// #easteregg
|
||||
public int getMaxUserCacheCount()
|
||||
{
|
||||
long count = Runtime.getRuntime().maxMemory() / 1024 / 96;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue