public static class AuthConfig.ExperimentalConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowBlockPunch
Allows mining or punching blocks.
|
boolean |
allowBlockUse
Allows block "use" - right clicking (e.g.
|
boolean |
allowChat
Allows chat (but not commands, except for /login and /register).
|
boolean |
allowEntityPunch
Allows attacking mobs.
|
boolean |
allowItemDrop
Allows dropping items from inventory.
|
boolean |
allowItemMoving
Allows moving item through inventory.
|
boolean |
allowItemUse
Allows item "use" - right click function (e.g.
|
boolean |
allowMovement
Allows player movement.
|
boolean |
debugMode
Debug mode.
|
boolean |
forceoOfflineUuids
Whether to modify player uuids to offline style.
|
boolean |
playerInvisible
If player should be invisible to mobs before authentication.
|
boolean |
playerInvulnerable
If player should be invulnerable before authentication.
|
boolean |
preventAnotherLocationKick
Prevents player being kicked because another player with the same name has joined the server.
|
boolean |
useBCryptLibrary
Whether to use BCrypt instead of Argon2 (GLIBC_2.25 error).
|
Constructor and Description |
---|
ExperimentalConfig() |
public boolean preventAnotherLocationKick
public boolean playerInvulnerable
public boolean playerInvisible
public boolean allowChat
public boolean allowMovement
public boolean allowBlockUse
public boolean allowBlockPunch
public boolean allowItemDrop
public boolean allowItemMoving
public boolean allowItemUse
public boolean allowEntityPunch
public boolean debugMode
public boolean useBCryptLibrary
public boolean forceoOfflineUuids