Auth
Login and Register Authorization
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Auth
Auth

📖 Description
Login and Register Authorization
⚠️ Warning
In vanilla we cannot use /kick, so I use many particles to kick (game crash) a malicious player, but you can disable it by disabling kick in `/function auth:settings`.
⌨️ Commands
Player
Register with:
```mcfunction /trigger register set <password> ```
Login with:
```mcfunction /trigger login set <your password> ```
Change password with (need to be logged):
```mcfunction /trigger change_password set <new password> ```
Admin
Reset player:
```mcfunction /execute as <player> run function auth:auth/reset ```
Reset all player:
```mcfunction /function auth:auth/reset_all_players ```
Show/get player password:
```mcfunction /gamerule sendCommandFeedback true /scoreboard players get <player> register /gamerule sendCommandFeedback false ```
Disable:
```mcfunction /function auth:disable ```
Enable:
```mcfunction /datapack enable "file/auth.zip" ```
Settings
To see the settings menu use the command:
```mcfunction /function auth:settings ```
Bypass
To give a authentication bypass to a player use the command:
```mcfunction /tag <player> add auth.bypass ```
and to remove it, use:
```mcfunction /tag <player> remove auth.bypass ```
🪪 License
👾 Bugs/Issues
Please report any problem/bug/issues in the Discord Server.
💌 Donate
- Donate on Ko-Fi - Donate on PayPal
🎁 Server Hosting
Creating your own server can be a very lengthy, tedious and costly process.
But with BisectHosting, you get your own server in just a couple of clicks! With their 24/7 support and fast-response time, no issues shall stand in your way! Interested? Then we've got a deal for you!
https://bisecthosting.com/lullaby
