-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #1
- Loading branch information
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
# PluginsControl | ||
# PluginsControl | ||
|
||
## Description | ||
|
||
This plugin allows you to control which plugins have to be enabled for the server continues running. | ||
|
||
## Installation | ||
|
||
1. Download the plugin from [here](<toggle|on|off|list> | ||
2. Put the plugin in the `plugins` folder of your server. | ||
3. Restart the server. | ||
4. Add plugins to the list with `/pluginscontrol add <plugin>`. | ||
5. Enable the plugin with `/pluginscontrol enable`. | ||
|
||
## Configuration | ||
|
||
| Option | Description | | ||
|-----------|-------------------------------------------------------| | ||
| `enabled` | Whether the plugin is enabled or not. | | ||
| `plugins` | List of plugins to be enabled when the server starts. | | ||
|
||
## Commands | ||
|
||
| Command | Sub Command | Description | | ||
|--------------------------------|-------------------|----------------------------------| | ||
| `/pluginscontrol \| plcontrol` | `add <plugin>` | Add a plugin to the list. | | ||
| `/pluginscontrol \| plcontrol` | `remove <plugin>` | Remove a plugin from the list. | | ||
| `/pluginscontrol \| plcontrol` | `enable \| on` | Enable PluginControl. | | ||
| `/pluginscontrol \| plcontrol` | `disable \| off` | Disable PluginControl. | | ||
| `/pluginscontrol \| plcontrol` | `toggle` | Enable or disable PluginControl. | | ||
| `/pluginscontrol \| plcontrol` | `list` | List all plugins in the list. | | ||
|
||
## Permissions | ||
|
||
| Permissions | Description | | ||
|----------------------|------------------------------------| | ||
| `pluginscontrol.use` | Permission to use all [[commands]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters