This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
de24394
commit d6eff06
Showing
5 changed files
with
1,224 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,52 @@ | ||
# SimpleAuthHelper | ||
Simplifies the SimpleAuth login process | ||
|
||
* Summary: Simplifies the SimpleAuth login process | ||
* Dependency Plugins: n/a | ||
* PocketMine-MP version: 1.4 - API 1.10.0 | ||
* DependencyPlugins: SimpleAuth | ||
* OptionalPlugins: - | ||
* Categories: General | ||
* Plugin Access: Commands | ||
|
||
## Overview | ||
|
||
Very simple plugin that simplifies the login process... Instead of | ||
asking for commands, users simply chat away... | ||
|
||
### Register process | ||
|
||
Player connects for the first time. They are prompted to enter a | ||
*NEW* password. They enter their password directly, without having to | ||
enter */register*. | ||
|
||
They are asked for the password again to confirm. They re-enter their | ||
password (again without */register*). | ||
|
||
### Login process | ||
|
||
Player connects agian. They are prompted to enter their login | ||
password. They type their login password directly (without | ||
*/login*). And they are in. | ||
|
||
## Changes | ||
|
||
* 1.0.0: First release | ||
|
||
## Copyright | ||
|
||
SimpleAuthHelper | ||
Copyright (C) 2015 Alejandro Liu | ||
All Rights Reserved. | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 2 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,9 @@ | ||
main: aliuly\helper\Main | ||
api: 1.10.0 | ||
load: POSTWORLD | ||
|
||
name: SimpleAuthHelper | ||
description: Simplifies the way people authenticate to servers | ||
version: 1.0.0 | ||
author: aliuly | ||
|
Oops, something went wrong.