rw_buckets Admin Commands
Administrative commands for managing player and entity routing buckets.
setpb <id> <bucket>
Description: Sets a player's bucket.
setpb 12 mission_alpha
- id:
playerId
— Player ID. - bucket:
string
— Bucket name.
Restricted to: group.developer
resetpb <id>
Description: Removes a player from their bucket.
resetpb 12
- id:
playerId
— Player ID.
Restricted to: group.developer
resetb <id>
Description: Resets a player's bucket.
resetb 12
- id:
playerId
— Player ID.
Restricted to:
group.developer
group.admin
group.superadmin
group.owner
listb
Description: Lists all active buckets.
listb
- Parameters: None
Restricted to: group.developer
getpb <id>
Description: Gets a player's current bucket.
getpb 12
- id:
playerId
— Player ID.
Restricted to: group.developer
showb <bucket>
Description: Shows the contents of a specific bucket (players and entities).
showb mission_alpha
- bucket:
string
— Bucket name.
Restricted to: group.developer
killb <bucket>
Description: Kills a specific bucket.
killb mission_alpha
- bucket:
string
— Bucket name.
Restricted to: group.developer