Skip to content

Commit

Permalink
Update configuration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakubson authored Dec 29, 2024
1 parent dc2eea9 commit d19ae92
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions resources/bungee/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ registerOnWebsite: false
# When it is enabled, cracked players with premium nickname cannot join to your server unless you enable the 'secondLoginCracked' option.
registerPremiumUsers: true

# Since Minecraft 1.19.1, premium players send their online UUID in the handshake. Non-premium player don't sent it or send offline one.
# This frature works only on Velocity! Since Minecraft 1.19.1, premium players send their online UUID in the handshake. Non-premium player don't sent it or send offline one.
# Using that data, JPremium can distinguish (on the first join) premium players and non-premium players who only use premium nicknames (they won't get 'Invalid session', etc.).
# In other words: When a non-premium player uses a premium username which isn't taken on the server, they will be able to join without 'Invalid session' message and real premium players will be automatically registered.
# This feature is in beta and works only on Velocity and for players who use Minecraft 1.19.1 or above! If a player use old version, then fallback to other method detection like 'secondLoginCracked'.
Expand Down Expand Up @@ -96,15 +96,16 @@ confirmPassword: false
# Should JPremium require to execute /confirm command when a player executes a risky command (/unregister, /premium, /cracked).
riskyCommandsConfirmation: true

# Should JPremium use https://api.minecraftservices.com instead of https://api.mojang.com
useMinecraftServicesApi: false

# !!! THIS FEATURE IS DEPRECATED DUE TO ITS UNRELIABILITY !!!
# !!! YOU USE IT AT YOUR OW RISK !!!
# Should JPremium use an external API server when the API server cannot process requests to verify players nicknames.
# The external API sometimes may return wrong responses!
# The legacy resolver needs to be activated to use the backup server.
useBackupServer: false

# Should JPremium use the old resolver which uses only api.mojang.com?
useLegacyResolver: false

# The email subject which is sent when a player requests password recovery.
passwordRecoverySubject: The password recovery

Expand Down Expand Up @@ -157,6 +158,11 @@ safePasswordPattern: '[\S]{6,25}'
# It is very important not to add the Floodgate prefix to the pattern!
allowedUsernamePattern: '[a-zA-Z0-9_]{2,16}'

# List of account UUIDs which cannot be managed by staff commands.
# These accounts can be only managed by themselves or from the console.
# UUIDs have to be in the full format (with dashes) like: 5ea61e81-30c1-4c2e-84c8-776010fb95c0.
protectedAccounts: []

# The commands which not logged cracked players can execute.
logoutUserCommands: [login, register, requestpasswordrecovery, confirmpasswordrecovery, l]

Expand Down

0 comments on commit d19ae92

Please sign in to comment.