Class ServerConfiguration
java.lang.Object
com.gamersafer.minecraft.auth.common.configuration.SharedConfiguration
com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration
com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
Fields inherited from class com.gamersafer.minecraft.auth.common.configuration.SharedConfiguration
authenticationSaveTimer, dbAddress, dbDatabase, dbPassword, dbType, dbUser, forcePlayerLookUp, gsRequiredAllowChat, gsRequiredAllowCommands, ipBasedPunishments, language, notAuthenticatedBlockingGroup, onboardAllPlayers, onboardingRoom, registerAliases, verboseLog, verboseLogHideReminders, webHookCert, webHookKey, webHookUrl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
protected void
loadValues
(org.spongepowered.configurate.CommentedConfigurationNode root) Load values from a Configration load.Methods inherited from class com.gamersafer.minecraft.auth.common.configuration.SharedConfiguration
forceOnboardAllPlayers, getAuthenticationSaveTimer, getDbAddress, getDbDatabase, getDbPassword, getDbType, getDbUser, getLanguage, getNotAuthenticatedBlockingGroup, getVerboseLogging, getVerboseLoggingHideReminders, getWebHookCert, getWebHookKey, getWebHookUrl, isForcePlayerLookUp, isGsRequiredAllowChat, isGsRequiredAllowCommands, isIpBasedPunishments, isOnboardingRoomEnabled, isRegisterAliases, loadConfig
-
Field Details
-
gsRequiredAllowMovement
protected boolean gsRequiredAllowMovement -
gsRequiredAllowBlockPlace
protected boolean gsRequiredAllowBlockPlace -
gsRequiredAllowBlockBreak
protected boolean gsRequiredAllowBlockBreak -
gsRequiredAllowInteract
protected boolean gsRequiredAllowInteract -
gsRequiredAllowInteractEntity
protected boolean gsRequiredAllowInteractEntity -
gsRequiredAllowItemPickupAndDrop
protected boolean gsRequiredAllowItemPickupAndDrop -
gsRequiredInvincible
protected boolean gsRequiredInvincible -
gsRequiredAllowInventoryClick
protected boolean gsRequiredAllowInventoryClick -
blockedCommandsOnMute
-
blockBooksSignsOnMute
protected boolean blockBooksSignsOnMute -
singleServer
protected boolean singleServer -
deopOnLogout
protected boolean deopOnLogout
-
-
Constructor Details
-
ServerConfiguration
-
-
Method Details
-
loadValues
protected void loadValues(org.spongepowered.configurate.CommentedConfigurationNode root) Description copied from class:SharedConfiguration
Load values from a Configration load. Override this method to read extra values.- Overrides:
loadValues
in classSharedConfiguration
- Parameters:
root
- the root level node of the configuration
-
isGsRequiredAllowMovement
public boolean isGsRequiredAllowMovement() -
isGsRequiredAllowBlockPlace
public boolean isGsRequiredAllowBlockPlace() -
isGsRequiredAllowBlockBreak
public boolean isGsRequiredAllowBlockBreak() -
isGsRequiredAllowInteract
public boolean isGsRequiredAllowInteract() -
isGsRequiredAllowInteractEntity
public boolean isGsRequiredAllowInteractEntity() -
isGsRequiredAllowItemPickupAndDrop
public boolean isGsRequiredAllowItemPickupAndDrop() -
isGsRequiredInvincible
public boolean isGsRequiredInvincible() -
isGsRequiredAllowInventoryClick
public boolean isGsRequiredAllowInventoryClick() -
getBlockedCommandsOnMute
-
isBlockBooksSignsOnMute
public boolean isBlockBooksSignsOnMute() -
isSingleServer
public boolean isSingleServer() -
isDeopOnLogout
public boolean isDeopOnLogout()
-