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

Checks whether a given player has a paid minecraft.net account.

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

Syntax

   
 C# 
public static AccountType CheckPaidStatus(
	string name
)

Parameters

name
String

Return Value

True if the account is paid. False if it is not paid, or if information is unavailable.

See Also