xAuth/src/main/resources/plugin.yml

31 lines
1.0 KiB
YAML
Raw Normal View History

2011-06-18 03:55:26 -04:00
name: xAuth
main: com.cypherx.xauth.xAuth
version: 2.0b3
2011-06-18 03:55:26 -04:00
description: Offline-Mode Security Suite
author: CypherX
commands:
register:
description: Create an account linked to your player name
usage: /<command> <password> [email]
login:
aliases: [l]
description: Authenticate yourself as the account owner
usage: /<command> <password>
changepw:
aliases: [changepassword, changepass, cpw]
description: Change your password
usage: /<command> <old password> <new password>
logout:
description: Terminate your session early
usage: /<command>
xauth:
aliases: [x]
description: All of the xAuth Admin commands
usage: |
/<command> register <player> <password> [email]
/<command> changepw <player> <new password>
/<command> logout <player>
/<command> unregister <player>
/<command> location set|remove
2011-06-18 18:33:30 -04:00
/<command> config <setting> [value]
2011-06-18 03:55:26 -04:00
/<command> reload