public interface LPConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LPConfiguration.Unsafe |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getApplyGlobalGroups()
Gets if the platform is applying global groups
|
boolean |
getApplyGlobalWorldGroups()
Gets if the platform is applying global world groups
|
boolean |
getIncludeGlobalPerms()
Gets if the users on this server will have their global permissions applied
|
boolean |
getIncludeGlobalWorldPerms()
Gets if the users on this server will have their global world permissions applied
|
@NonNull String |
getServer()
Gets the name of this server
|
boolean |
getSplitStorage()
Gets true if split storage is enabled
|
@NonNull Map<String,String> |
getSplitStorageOptions()
Gets a map of split storage options
|
@NonNull String |
getStorageMethod()
Gets the storage method string from the configuration
|
@NonNull LPConfiguration.Unsafe |
unsafe() |
@NonNull String getServer()
boolean getIncludeGlobalPerms()
boolean getIncludeGlobalWorldPerms()
boolean getApplyGlobalGroups()
boolean getApplyGlobalWorldGroups()
@NonNull String getStorageMethod()
boolean getSplitStorage()
@NonNull Map<String,String> getSplitStorageOptions()
@NonNull LPConfiguration.Unsafe unsafe()