#When do you need to use OfflinePlayer object?

1 messages · Page 1 of 1 (latest)

wanton dust
#

I just wanna understand when its correct using the Player and OfflinePlayer object

radiant moth
#

when you need access to the methods of a player, use Player?

hidden field
#

A player must be online

#

An offlineplayer just wraps any uuid basically

wanton dust
#

I explain why i create the thread. Im using a system for loading-saving custom player data based on a custom Object, them saved on MongoDB.

glad yarrow
#

will you ever need to use it when the player is offline?

#

if yes, use offlineplayer

#

if no, dont