-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<div align="center"> | ||
|
||
# Auth | ||
|
||
Login and Register Authorization | ||
|
||
</div> | ||
|
||
## Installation (Windows) | ||
|
||
[Download](https://github.com/LucianoBrumer/GitPush/releases/download/v1.0.0/gitpush.exe) | ||
|
||
## Usage | ||
Register with: | ||
|
||
``` | ||
/trigger register set <password> | ||
``` | ||
|
||
Login with: | ||
|
||
``` | ||
/trigger login set <your password> | ||
``` | ||
|
||
Change password with (you need to be logged): | ||
|
||
``` | ||
/trigger changepassword set <new password> | ||
``` | ||
|
||
### Configuration | ||
To see te settigs menu use te command: | ||
``` | ||
/function auth:settings | ||
``` | ||
|
||
### Auth Bypass | ||
To give a bypass to a player use te command: | ||
``` | ||
/tag <player> add auth.bypass | ||
``` | ||
|
||
and to remove it, use: | ||
``` | ||
/tag <player> remove auth.bypass | ||
``` |