2017-05-15 11:24:58 +02:00
|
|
|
![Player Analytics](https://puu.sh/t8vin.png)
|
|
|
|
# Commands & Permissions
|
|
|
|
|
2017-05-15 12:18:39 +02:00
|
|
|
- [Plugin.yml](/Plan/src/main/resources/plugin.yml)
|
|
|
|
- [Permissions Enum](/Plan/src/main/java/com/djrapitops/plan/Permissions.java)
|
2017-05-15 11:24:58 +02:00
|
|
|
|
2017-07-22 15:59:06 +02:00
|
|
|
This page is an in depth documentation of all permissions & commands.
|
2017-08-01 08:04:56 +02:00
|
|
|
Page version: **3.6.0**
|
2017-05-15 11:24:58 +02:00
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
|
|
|
Command | Permission | Default | Description
|
|
|
|
--- | ---- | ------ | ---------------------------------
|
2017-05-22 20:40:47 +02:00
|
|
|
/plan | plan.? | true | Base command, Shows help. Alias for /plan inspect [player] when used like /plan [player]
|
2017-05-15 11:24:58 +02:00
|
|
|
/plan inspect | plan.inspect | true | Gives the link to player page of the player who issued the command.
|
2017-05-15 22:48:25 +02:00
|
|
|
/plan inspect [player] | plan.inspect.other | OP | Gives link to player page of the given playername, CaSe-SenSiTiVe.
|
2017-05-15 11:24:58 +02:00
|
|
|
/plan qinspect | plan.qinspect | OP | Displays information about the issuing player in the chatbox.
|
2017-05-15 22:48:25 +02:00
|
|
|
/plan qinspect [player] | plan.qinspect.other | OP | Displays information about the player in the chatbox, CaSe-SenSiTiVe.
|
2017-05-15 11:24:58 +02:00
|
|
|
/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.
|
2017-05-15 22:48:25 +02:00
|
|
|
/plan search [argument] | plan.search | OP | Searches for matching playernames & gives the link to matching player's pages.
|
2017-05-15 11:24:58 +02:00
|
|
|
/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.
|
2017-07-22 15:59:06 +02:00
|
|
|
/plan register | none / plan.webmanage | true | Register the sender / another user (requires the perm)
|
|
|
|
/plan webuser | plan.webmanage | OP | Manage web users.
|
2017-05-15 11:24:58 +02:00
|
|
|
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
|
2017-07-22 15:59:06 +02:00
|
|
|
- plan.webmanage
|
2017-05-15 11:24:58 +02:00
|
|
|
|
|
|
|
### plan.*
|
|
|
|
- plan.staff
|
|
|
|
- plan.manage
|
2017-08-01 08:04:56 +02:00
|
|
|
- apf.notify
|