mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-12 08:08:34 +00:00
begin notes system
store task id
This commit is contained in:
@ -78,6 +78,10 @@ public class PlayerListener extends PlexListener
|
||||
{
|
||||
PlexUtils.broadcast(MiniMessage.miniMessage().deserialize("<aqua>" + player.getName() + " is " + loginMessage));
|
||||
}
|
||||
|
||||
plexPlayer.loadNotes().whenComplete((notes, throwable) -> {
|
||||
//TODO: Send note messages to admins
|
||||
});
|
||||
}
|
||||
|
||||
// saving the player's data
|
||||
|
Reference in New Issue
Block a user