🔑Slot Actions

How to turn on/off character slots of players or slots of a specific player by command. Or set the number of slots to be open by Default


Default Slot Value

To determine the number of slots that will be open by default, follow the path below

Open the config file and find the Variable below and change the number according to yourself.

Config.DefaultSlotValue = 3 -- Number of slots available for use by default. You can change it here. After the change, if any user is not using the new slot, it will be deleted or opened.

The Default Slot number is valid for first time users.


How do Open slot with Command

This command has 2 different usage types.

Use to activate slots using a license only for Offline players

Usage: /open playerid slotnumber

The command will activate slot 5 of player 1.

/open


How do Close slot with Command

This command has 2 different usage types.

Use to activate slots using a license only for Offline players

Usage: /close playerid slotnumber

The command will deactivate slot 5 of player 1.

/close

Last updated