xAuth/src/main/resources/plugin.yml

29 lines
988 B
YAML
Raw Normal View History

2011-03-25 20:41:16 -04:00
name: xAuth
main: com.cypherx.xauth.xAuth
version: 1.2.2
description: Allows players to register and maintain an account while the server is in offline-mode.
authors:
- CypherX
2011-03-25 20:41:16 -04:00
commands:
register:
description: Register your player name
usage: /register <password>
2011-03-25 20:41:16 -04:00
login:
description: Authenticate yourself
usage: /login <password>
2011-03-25 20:41:16 -04:00
changepw:
description: Change your or another players password
usage: /changepw [player] <password>
2011-03-25 20:41:16 -04:00
unregister:
description: Remove a players registration
usage: /unregister <player>
2011-03-25 20:41:16 -04:00
authreload:
description: Reload the account, configuration, and string files
usage: /authreload
2011-03-25 20:41:16 -04:00
toggle:
description: Toggle various commands on/off
usage: /toggle <reg|changepw|autosave|filter|blankname|verifyip|strike|forcereg>
logout:
description: End a players session and force them to re-authenticate
usage: /logout [player]