The /cracked command allows players or administrators to toggle the premium (Online Mode) status for a player. This is used to switch a player between a premium account and a cracked (offline mode) account within FastLogin.
Usage
Toggle status for yourself:
Run the command without arguments. If you are currently a premium player, it will attempt to switch you to cracked mode. Depending on your server configuration, you may be kicked to apply the changes.
/cracked
Toggle status for another player:
Administrators can use this command to change the status of a specific player. This requires appropriate permissions.
/cracked <player>
Behavior
- Switching to Cracked: If a player is currently set to
onlinemodePreferred: true, running this command sets it to false and clears their UUID (id set to null). - Kicking: If the server configuration
kick-toggle is set to true, the player will be kicked from the server when their premium status is removed to ensure the change takes effect. - BungeeCord Support: If FastLogin is running in a BungeeCord/Velocity network, the command is forwarded to the proxy to ensure consistency across the network.
# No direct CLI code snippet provided in source, but usage is:
/cracked
/cracked <player>