|
1 |
| -name: ServerAuth |
2 |
| -main: ServerAuth\ServerAuth |
3 |
| -version: "2.13" |
4 |
| -api: [1.14.0] |
5 |
| -load: STARTUP |
6 |
| -author: EvolSoft |
7 |
| -description: The most advanced authentication plugin for PocketMine-MP |
8 |
| -website: http://www.evolsoft.tk |
9 |
| - |
10 |
| -commands: |
11 |
| - serverauth: |
12 |
| - aliases: [sa, sauth, auth] |
13 |
| - description: ServerAuth Commands. |
14 |
| - register: |
15 |
| - aliases: [reg] |
16 |
| - description: Allows registering an account |
17 |
| - permission: serverauth.register |
18 |
| - login: |
19 |
| - description: Allows logging into an account |
20 |
| - permission: serverauth.login |
21 |
| - changepassword: |
22 |
| - aliases: [ch, chp, chpass] |
23 |
| - description: Allows changing account password |
24 |
| - permission: serverauth.changepassword |
25 |
| - unregister: |
26 |
| - description: Allows unregistering an account |
27 |
| - permission: serverauth.unregister |
28 |
| - logout: |
29 |
| - description: Allows to do the log out |
30 |
| - permission: serverauth.logout |
31 |
| - |
32 |
| -permissions: |
33 |
| - serverauth: |
34 |
| - default: op |
35 |
| - description: ServerAuth commands permissions. |
36 |
| - children: |
37 |
| - serverauth.help: |
38 |
| - default: true |
39 |
| - description: Allows player to show ServerAuth help. |
40 |
| - serverauth.info: |
41 |
| - default: op |
42 |
| - description: Allows player to read info about ServerAuth. |
43 |
| - serverauth.reload: |
44 |
| - default: op |
45 |
| - description: Allows player to reload ServerAuth. |
46 |
| - serverauth.register: |
47 |
| - default: true |
48 |
| - description: Allows registering an account. |
49 |
| - serverauth.login: |
50 |
| - default: true |
51 |
| - description: Allows logging into an account. |
52 |
| - serverauth.changepassword: |
53 |
| - default: true |
54 |
| - description: Allows changing account password. |
55 |
| - serverauth.unregister: |
56 |
| - default: true |
57 |
| - description: Allows unregistering an account. |
58 |
| - serverauth.logout: |
59 |
| - default: true |
60 |
| - description: Allows logging out an account. |
| 1 | +name: ServerAuth |
| 2 | +main: ServerAuth\ServerAuth |
| 3 | +version: "2.13" |
| 4 | +api: [2.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4] |
| 5 | +load: STARTUP |
| 6 | +author: EvolSoft |
| 7 | +description: The most advanced authentication plugin for PocketMine-MP. |
| 8 | +website: http://www.evolsoft.tk |
| 9 | +commands: |
| 10 | + serverauth: |
| 11 | + aliases: [sa, sauth, auth] |
| 12 | + description: ServerAuth Commands. |
| 13 | + register: |
| 14 | + aliases: [reg] |
| 15 | + description: Allows registering an account |
| 16 | + permission: serverauth.register |
| 17 | + login: |
| 18 | + description: Allows logging into an account |
| 19 | + permission: serverauth.login |
| 20 | + changepassword: |
| 21 | + aliases: [ch, chp, chpass] |
| 22 | + description: Allows changing account password |
| 23 | + permission: serverauth.changepassword |
| 24 | + unregister: |
| 25 | + description: Allows unregistering an account |
| 26 | + permission: serverauth.unregister |
| 27 | + logout: |
| 28 | + description: Allows to do the log out |
| 29 | + permission: serverauth.logout |
| 30 | +permissions: |
| 31 | + serverauth: |
| 32 | + default: op |
| 33 | + description: ServerAuth commands permissions. |
| 34 | + children: |
| 35 | + serverauth.help: |
| 36 | + default: true |
| 37 | + description: Allows player to show ServerAuth help. |
| 38 | + serverauth.info: |
| 39 | + default: op |
| 40 | + description: Allows player to read info about ServerAuth. |
| 41 | + serverauth.reload: |
| 42 | + default: op |
| 43 | + description: Allows player to reload ServerAuth. |
| 44 | + serverauth.register: |
| 45 | + default: true |
| 46 | + description: Allows registering an account. |
| 47 | + serverauth.login: |
| 48 | + default: true |
| 49 | + description: Allows logging into an account. |
| 50 | + serverauth.changepassword: |
| 51 | + default: true |
| 52 | + description: Allows changing account password. |
| 53 | + serverauth.unregister: |
| 54 | + default: true |
| 55 | + description: Allows unregistering an account. |
| 56 | + serverauth.logout: |
| 57 | + default: true |
| 58 | + description: Allows logging out an account. |
0 commit comments