Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Nov 6, 2016
1 parent de24394 commit d6eff06
Show file tree
Hide file tree
Showing 5 changed files with 1,224 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
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/>.
Binary file added media/helper-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/helper.alt-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions plugin.yml
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

Loading

0 comments on commit d6eff06

Please sign in to comment.