Initial commit of plugin files
This commit is contained in:
53
target/classes/plugin.yml
Normal file
53
target/classes/plugin.yml
Normal file
@ -0,0 +1,53 @@
|
||||
name: AddyAuthReborn
|
||||
version: 0.1-pre
|
||||
main: com.adzel.addyauthreborn.AddyAuthReborn
|
||||
api-version: 1.20
|
||||
author: AdzelFirestar
|
||||
description: >
|
||||
A secure authentication system for staff accounts, requiring a password before access to movement, interaction, and chat.
|
||||
|
||||
commands:
|
||||
register:
|
||||
description: Register your staff password for the first time.
|
||||
usage: /register <password>
|
||||
permission: addyauth.register
|
||||
|
||||
login:
|
||||
description: Login using your staff password to unlock yourself.
|
||||
usage: /login <password>
|
||||
permission: addyauth.login
|
||||
|
||||
lock:
|
||||
description: Lock your own account until you login again.
|
||||
usage: /lock
|
||||
permission: addyauth.lock
|
||||
|
||||
addyauth:
|
||||
description: Admin command for AddyAuth (reload, future diagnostics, etc.)
|
||||
usage: /addyauth reload
|
||||
permission: addyauth.admin
|
||||
|
||||
permissions:
|
||||
addyauth.*:
|
||||
description: Gives access to all AddyAuth commands.
|
||||
children:
|
||||
addyauth.register: true
|
||||
addyauth.login: true
|
||||
addyauth.lock: true
|
||||
addyauth.admin: true
|
||||
|
||||
addyauth.register:
|
||||
description: Allows staff to register their password.
|
||||
default: op
|
||||
|
||||
addyauth.login:
|
||||
description: Allows staff to login to unlock themselves.
|
||||
default: op
|
||||
|
||||
addyauth.lock:
|
||||
description: Allows staff to lock their account.
|
||||
default: op
|
||||
|
||||
addyauth.admin:
|
||||
description: Grants access to admin commands and update notifications.
|
||||
default: op
|
Reference in New Issue
Block a user