Skip to content

Bucket Server ​

Utilities to manage routing buckets (instances) and list the players they contain.

JO Functions ​

jo.bucket.getPlayersInBucket() ​

Returns the list of players in a bucket

Syntax ​

lua
jo.bucket.getPlayersInBucket(bucketId)

Parameters ​

bucketId : number

The bucket id

Return Value ​

Type : table

Return the list of player sources in the bucket, or an empty table if the bucket doesn't exist

Last updated: