Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lullaby6/auth-data-pack
MC Data-Pack - Login and Register Authorization
https://github.com/lullaby6/auth-data-pack
data-pack data-packs datapack datapacks mc mcfunction mcfunctions minecraft minecraft-data-pack minecraft-data-packs minecraft-datapack minecraft-datapacks
Last synced: 15 days ago
JSON representation
MC Data-Pack - Login and Register Authorization
- Host: GitHub
- URL: https://github.com/lullaby6/auth-data-pack
- Owner: lullaby6
- Created: 2023-01-06T04:35:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T15:45:37.000Z (22 days ago)
- Last Synced: 2025-01-10T15:50:28.338Z (22 days ago)
- Topics: data-pack, data-packs, datapack, datapacks, mc, mcfunction, mcfunctions, minecraft, minecraft-data-pack, minecraft-data-packs, minecraft-datapack, minecraft-datapacks
- Language: mcfunction
- Homepage: https://modrinth.com/datapack/auth
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth
Login and Register Authorization
Version: 1.21.X
## Commands
Register with:
```mcfunction
/trigger register set
```Login with:
```mcfunction
/trigger login set
```Change password with (need to be logged):
```mcfunction
/trigger change_password set
```### Admin:
Reset player:
```mcfunction
/execute as run function auth:auth/reset
```Reset all player:
```mcfunction
/function auth:auth/reset_all_players
```Disable the Data-Pack:
```mcfunction
/function auth:disable
```And enable it:
```mcfunction
/datapack enable "file/auth-data-pack"
```### Settings
To see te settings menu use te command:
```mcfunction
/function auth:settings
```### Bypass
To give a authentication bypass to a player use te command:
```mcfunction
/tag add auth.bypass
```and to remove it, use:
```mcfunction
/tag remove auth.bypass
```## License
MIT