Property | Type | Description | |
---|---|---|---|
GroupList | List |
||
Permission | LevelPermission | ||
color | string | ||
commands | |||
fileName | string | ||
maxBlocks | int | ||
name | string | ||
playerList | |||
standard | |||
trueName | string |
Method | Description | |
---|---|---|
CanExecute ( |
||
Exists ( string name ) : bool | ||
Find ( string name ) : |
||
Group ( ) : System | ||
Group ( LevelPermission Perm, int maxB, string fullName, char newColor, string file ) : System | ||
InitAll ( ) : void | ||
concatList ( bool includeColor = true, bool skipExtra = false, bool permissions = false ) : string | ||
fillCommands ( ) : void | ||
findPerm ( LevelPermission Perm ) : |
||
findPermInt ( int Perm ) : |
||
findPlayer ( string playerName ) : string | ||
findPlayerGroup ( string playerName ) : |
||
saveGroups ( List |
public Group ( LevelPermission Perm, int maxB, string fullName, char newColor, string file ) : System | ||
Perm | LevelPermission | |
maxB | int | |
fullName | string | |
newColor | char | |
file | string | |
return | System |
public static concatList ( bool includeColor = true, bool skipExtra = false, bool permissions = false ) : string | ||
includeColor | bool | |
skipExtra | bool | |
permissions | bool | |
return | string |
public static findPerm ( LevelPermission Perm ) : |
||
Perm | LevelPermission | |
return |
public static findPermInt ( int Perm ) : |
||
Perm | int | |
return |
public static findPlayer ( string playerName ) : string | ||
playerName | string | |
return | string |
public static findPlayerGroup ( string playerName ) : |
||
playerName | string | |
return |
public static saveGroups ( List |
||
givenList | List |
|
return | void |