mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
49 lines
1.9 KiB
Markdown
49 lines
1.9 KiB
Markdown
![Player Analytics](https://puu.sh/t8vin.png)
|
|
# Commands & Permissions
|
|
|
|
- [Plugin.yml](/Plan/src/main/resources/plugin.yml)
|
|
- [Permissions Enum](/Plan/src/main/java/com/djrapitops/plan/Permissions.java)
|
|
|
|
This page is an in depth documentation of all permissions & commands.
|
|
|
|
# Commands
|
|
|
|
Command | Permission | Default | Description
|
|
--- | ---- | ------ | ---------------------------------
|
|
/plan | plan.? | true | Base command, Shows help. Alias for /plan inspect [player] when used like /plan [player]
|
|
/plan inspect | plan.inspect | true | Gives the link to player page of the player who issued the command.
|
|
/plan inspect [player] | plan.inspect.other | OP | Gives link to player page of the given playername, CaSe-SenSiTiVe.
|
|
/plan qinspect | plan.qinspect | OP | Displays information about the issuing player in the chatbox.
|
|
/plan qinspect [player] | plan.qinspect.other | OP | Displays information about the player in the chatbox, CaSe-SenSiTiVe.
|
|
/plan analyze | plan.analyze | OP | Gives a link to the Analysis page of the server.
|
|
/plan qanalyze | plan.qanalyze | OP | Displays analysis information in the chatbox.
|
|
/plan search [argument] | plan.search | OP | Searches for matching playernames & gives the link to matching player's pages.
|
|
/plan reload | plan.reload | OP | Reloads the plugin. (All active play-sessions will be ended & started.)
|
|
/plan info | plan.info | OP | View version, update availability & active database
|
|
/plan manage | plan.manage | OP | Manage the database of the plugin.
|
|
none | plan.ignore.commanduse | false | Commands issued by players with this permission will be ignored.
|
|
|
|
## Permission Groups:
|
|
|
|
### plan.basic:
|
|
- plan.?
|
|
- plan.inspect
|
|
- plan.qinspect
|
|
|
|
### plan.advanced
|
|
- plan.basic
|
|
- plan.info
|
|
- plan.qanalyze
|
|
|
|
### plan.staff
|
|
- plan.advanced
|
|
- plan.search
|
|
- plan analyze
|
|
- plan.inspect.other
|
|
- plan.qinspect.other
|
|
- plan.reload
|
|
|
|
### plan.*
|
|
- plan.staff
|
|
- plan.manage
|