|
| 1 | +SimpleAuthHelper |
| 2 | +======= |
| 3 | + |
| 4 | +* Summary: Simplifies the SimpleAuth login process |
| 5 | +* Dependency Plugins: n/a |
| 6 | +* PocketMine-MP version: 1.4 - API 1.10.0 |
| 7 | +* DependencyPlugins: SimpleAuth |
| 8 | +* OptionalPlugins: - |
| 9 | +* Categories: General |
| 10 | +* Plugin Access: Commands |
| 11 | +* WebSite: [github](https://github.com/alejandroliu/bad-plugins/tree/master/SimpleAuthHelper) |
| 12 | + |
| 13 | +Overview |
| 14 | +-------- |
| 15 | + |
| 16 | +Very simple plugin that simplifies the login process... Instead of |
| 17 | +asking for commands, users simply chat away... |
| 18 | + |
| 19 | +### Register process |
| 20 | + |
| 21 | +Player connects for the first time. They are prompted to enter a |
| 22 | +*NEW* password. They enter their password directly, without having to |
| 23 | +enter */register*. |
| 24 | + |
| 25 | +They are asked for the password again to confirm. They re-enter their |
| 26 | +password (again without */register*). |
| 27 | + |
| 28 | +### Login process |
| 29 | + |
| 30 | +Player connects agian. They are prompted to enter their login |
| 31 | +password. They type their login password directly (without |
| 32 | +*/login*). And they are in. |
| 33 | + |
| 34 | +Changes |
| 35 | +------- |
| 36 | + |
| 37 | +* 1.0.0: First release |
| 38 | + |
| 39 | +Copyright |
| 40 | +--------- |
| 41 | + |
| 42 | + SimpleAuthHelper |
| 43 | + Copyright (C) 2015 Alejandro Liu |
| 44 | + All Rights Reserved. |
| 45 | + |
| 46 | + This program is free software: you can redistribute it and/or modify |
| 47 | + it under the terms of the GNU General Public License as published by |
| 48 | + the Free Software Foundation, either version 2 of the License, or |
| 49 | + (at your option) any later version. |
| 50 | + |
| 51 | + This program is distributed in the hope that it will be useful, |
| 52 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 53 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 54 | + GNU General Public License for more details. |
| 55 | + |
| 56 | + You should have received a copy of the GNU General Public License |
| 57 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
0 commit comments