First-join Verification Code
A datapack that requires new players to enter a verification code before gaining access to your Minecraft world. Perfect for servers without whitelist.
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.
First-join Verification Code
Configuration
Changing the Verification Code
###### Remember that you must unzip the file to be able to change the password. - To change the verification code, edit verify_process.mcfunction. Modify lines 4 and 7 as needed. The current code is `7326742`.
Changing the Spawn Point
- To change the spawn point, edit grant_access.mcfunction. Update the coordinates on line 16. The current spawn point is at `0 100 0`.
Resetting a Player’s Verification Status
- To manually reset a player’s verification status, run the following command:
``` /scoreboard players reset <username> verified ``` and restart the server. - Or the pro tips move is ban them by run the following command: ``` /ban <username> ```
Useless Details
* Pack format: 48 (Minecraft 1.21.10) * Uses scoreboards: `verified`, `verify`, `join_time` * Functions are tagged with `load` and `tick` for automatic execution
---