Server
showNotification
Shows a notification on the laptop
data:
table
playerId:
number
title:
string
message:
string
type:
'inform'
'success'
'error'
addEmail
Sends an email from given address to given address (this is not a temporary email)
data:
table
subject:
string
body:
string
from:
string
to:
string
getPlayerEmailAddress
Returns player's current email address
identifier:
string
number
Return:
emailAddress?:
string
Last updated