[This is preliminary documentation and is subject to change.]

Gets or sets the currently selected copy slot number. Should be between 0 and (MaxCopySlots-1). Note that fCraft adds 1 to CopySlot number when presenting it to players. So 0th slot is shown as "1st" by /CopySlot and related commands; 1st is shown as "2nd", etc.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public int CopySlot { get; set; }

See Also