I would like to have possibility (ingame by admin) to change characters limit per account.

Code:
[CommandProperty(AccessLevel.Administrator)]
public int Limit { get { return 5; } }

How to change this?
 
Back