reload command
This commit is contained in:
parent
8bb3f05d17
commit
2406415923
@ -49,6 +49,12 @@ message_formatting: "ampersand" # Изменить тип форматирова
|
|||||||
# json: {"text": "Сообщение", "color": "red"}
|
# json: {"text": "Сообщение", "color": "red"}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Права
|
||||||
|
|
||||||
|
```
|
||||||
|
froggy_monitor_reward.command.reload - Право на команду /reload
|
||||||
|
```
|
||||||
|
|
||||||
## Как это работает
|
## Как это работает
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
|
@ -6,3 +6,11 @@ authors: [ FroggyMonitor ]
|
|||||||
description: FroggyMonitor plugin that rewards votes and comments
|
description: FroggyMonitor plugin that rewards votes and comments
|
||||||
website: https://froggymonitor.ru
|
website: https://froggymonitor.ru
|
||||||
softdepend: [ PlaceholderAPI, Vault ]
|
softdepend: [ PlaceholderAPI, Vault ]
|
||||||
|
|
||||||
|
commands:
|
||||||
|
reload:
|
||||||
|
description: Перезагрузка плагина
|
||||||
|
permission: froggy_monitor_reward.command.reload
|
||||||
|
permissions:
|
||||||
|
froggy_monitor_reward.command.reload:
|
||||||
|
default: op
|
Loading…
Reference in New Issue
Block a user