mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 02:09:50 +01:00
Create CommandsAndPermissions.md
This commit is contained in:
parent
346d4ea809
commit
28a65bcd15
48
documentation/CommandsAndPermissions.md
Normal file
48
documentation/CommandsAndPermissions.md
Normal file
@ -0,0 +1,48 @@
|
||||
![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.? | OP | 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
|
Loading…
Reference in New Issue
Block a user