mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into enums
This commit is contained in:
commit
5f9ba208de
@ -900,6 +900,7 @@ public class AuthMe extends JavaPlugin {
|
||||
*
|
||||
* @return The real IP of the player.
|
||||
*/
|
||||
// TODO: Cache the result
|
||||
@Deprecated
|
||||
public String getVeryGamesIp(Player player) {
|
||||
String realIP = player.getAddress().getAddress().getHostAddress();
|
||||
|
@ -48,9 +48,7 @@ public final class Settings extends YamlConfiguration {
|
||||
public static Pattern nickPattern;
|
||||
public static boolean useLogging = false;
|
||||
public static int purgeDelay = 60;
|
||||
// Due to compatibility issues with plugins like FactionsChat
|
||||
public static Boolean isChatAllowed;
|
||||
public static boolean isPermissionCheckEnabled, isRegistrationEnabled,
|
||||
public static boolean isChatAllowed, isPermissionCheckEnabled, isRegistrationEnabled,
|
||||
isForcedRegistrationEnabled, isTeleportToSpawnEnabled,
|
||||
isSessionsEnabled, isAllowRestrictedIp,
|
||||
isMovementAllowed, isKickNonRegisteredEnabled,
|
||||
|
Loading…
Reference in New Issue
Block a user