📄️ Overview
This section contains information about APIs only available to server scripts.
📄️ ACL
Access Control List is a feature that allows you to control the access to features on your server for specific players.
📄️ Chat
Chat-related APIs.
📄️ Events
📄️ NetPlayer
This is the server-side class for NetPlayer. It has all the same methods and properties as the shared class, plus the following on this page.
📄️ Network
These network APIs allow you to send data to players and receive data from players.
📄️ PlayerClient
A player's client instance. Inherits from the shared PlayerClient class.
📄️ Players
These APIs allow you to interface with Players in the game. This inherits from the shared Players class.
📄️ Resources
These APIs allow you to manage and control resources on the server. Resources are individual packages or modules that contain game logic, scripts, and assets.
📄️ Server
Server-related APIs.
📄️ SQL
Persist information and state in a database using SQLite. The server automatically creates and manages a database.db file in the server directory.
📄️ Weather
Manipulate weather events and properties. The "sync" functions are used to sync weather events and properties to all clients.
📄️ World
World-related APIs.