freezing, yml messages, and a funny lil command

This commit is contained in:
Super_
2020-11-01 19:06:08 -05:00
parent 2aba16cff2
commit 668488dfd1
21 changed files with 391 additions and 111 deletions

View File

@ -20,5 +20,14 @@ public class PlayerCache
{
return plexPlayerMap;
}
public static PunishedPlayer getPunishedPlayer(UUID uuid)
{
return getPunishedPlayerMap().get(uuid);
}
public static PlexPlayer getPlexPlayer(UUID uuid)
{
return getPlexPlayerMap().get(uuid);
}
}