Skip to main content

Overview

The Player Droplet provides centralized player data management across your entire network. It tracks player connections, maintains player history, and provides APIs for player-related operations. Key features:
  • Cross-server player tracking
  • Player data persistence
  • Connection history
  • First/last login tracking
  • Online player queries

Installation

The Player Droplet is typically installed during the SimpleCloud setup process. If you need to install it manually:
simplecloud install droplet player

Player Data

The Player Droplet tracks the following information:
FieldDescription
UUIDPlayer’s unique identifier
NameCurrent player username
First LoginTimestamp of first connection
Last LoginTimestamp of most recent login
Connected ServerCurrent server (if online)
Online StatusWhether the player is online

API Integration

Developers can interact with the Player Droplet through the Player API. See the Developer Documentation for implementation details.
The Player Droplet must be running for player-related API calls to work. Ensure it’s started when your cloud initializes.