Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lullaby6 committed Jan 6, 2023
1 parent 09c3f68 commit 3458007
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
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
```

0 comments on commit 3458007

Please sign in to comment.