mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 07:36:42 +00:00
freezing, yml messages, and a funny lil command
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user