Commands
Administrator Commands
All admin commands use the base permission al.documents.admin
or specific sub-permissions.
Reload:
/documentsadmin reload
Reloads plugin configuration
Permission:
al.documents.admin.reload
Set Register Location:
/documentsadmin set-register-location
Sets the document registration location
Permission:
al.documents.admin.setregisterlocation
Show Documents:
/documentsadmin showDocuments <playerName>
Displays a player's documents
Permission:
al.documents.admin.showdocuments
Unregister:
/documentsadmin unregister <playerName>
Removes a player's document data
Permission:
al.documents.admin.unregister
Register:
/documentsadmin register <userName> <name> <surname> <age> <gender>
Registers a new document for a player
Permission:
al.documents.admin.register
Edit:
/documentsadmin edit <userName> <newName> <newSurname>
Edits a player's document
Permission:
al.documents.admin.edit
Bug Report:
/documentsadmin bugreport
Generates a plugin bug report
Permission:
al.documents.admin.bugreport
Give Documents Item:
/documentsadmin give-documents-item <playerName>
Gives a documents item to a player
Permission:
al.documents.admin.givedocumentsitem
Player Commands
Give:
/documents give <player>
Transfers document to another player
Permission:
documents.give
Show:
/documents show
Displays player's own document
Permission:
documents.show
Register:
/documents register
Opens document registration menu
Permission:
documents.register
Customization
Edit config.yml
to customize commands and aliases:
Remember to reload the plugin after changes.
Last updated