Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Jun 21, 2023
1 parent 85dc89d commit e25e771
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ problem.
1. Download the PluginControl plugin from [here](https:/SrBedrock/PluginControl/releases/).
2. Place the downloaded plugin file in the `plugins` folder of your server.
3. Restart the server to load the PluginControl plugin.
4. Use the command `/plugincontrol action <action>` to set the action to be taken if any of the listed plugins are not
4. Use the command `/plugincontrol action <action-type>` to set the action to be taken if any of the listed plugins are not
enabled. See the [Actions](#actions) section for available actions.
5. Add plugins to the list using the command `/plugincontrol add <plugin-name>`.
6. Enable the PluginControl plugin by running the command `/plugincontrol enable`.
7. Reload the PluginControl plugin configuration and language files with the command `/plugincontrol reload`.

Please note that the `<action>` and `<plugin-name>` placeholders should be replaced with the specific action and plugin
Please note that the `<action-type>` and `<plugin-name>` placeholders should be replaced with the specific action and plugin
names as needed.

## Configuration
Expand Down Expand Up @@ -91,8 +91,8 @@ Main Command `/plugincontrol` - Aliases: `/pc` and `/pcontrol`

| Command | Sub Command | Description |
|------------------|--------------------------|----------------------------------------------|
| `/plugincontrol` | `add <plugin>` | Add a plugin to the list. |
| `/plugincontrol` | `remove <plugin>` | Remove a plugin from the list. |
| `/plugincontrol` | `add <plugin-name>` | Add a plugin to the list. |
| `/plugincontrol` | `remove <plugin-name>` | Remove a plugin from the list. |
| `/plugincontrol` | `action` | Check the current action. |
| `/plugincontrol` | `action <action-type>` | [Set the action to take.](#actions) |
| `/plugincontrol` | `kick-message` | Check the current kick message. |
Expand All @@ -103,7 +103,7 @@ Main Command `/plugincontrol` - Aliases: `/pc` and `/pcontrol`
| `/plugincontrol` | `list` | List all plugins in the list. |
| `/plugincontrol` | `reload` | Reload the configuration and language files. |

Please note that the `<plugin>`, `<action-type>` and `<message>` placeholders should be replaced with the specific
Please note that the `<plugin-name>`, `<action-type>` and `<message>` placeholders should be replaced with the specific
plugin name and kick message, respectively, as required.

## Permissions
Expand Down

0 comments on commit e25e771

Please sign in to comment.