# Commands

* `/plugincontroller` (`/pc`, `/plc`)
  * `enable <plugin>` (`e`) - enables a plugin
  * `disable <plugin>` (`d`) - disables a plugin
  * `load <jar>` (`l`) - loads plugin from given .jar file
  * `unload <plugin>` (`u`) - unloads a plugin from a server
  * `reload <plugin>` (`r`, `rl`) - unloads and loads a plugin
  * `sreload <plugin>` (`s`, `srl`, `softreload`) - disables and enables a plugin
  * `details <plugin>` (`info`, `show`, `i`) - shows detailed information about a plugin
  * `list [options]` (`ls`) - shows list of plugins with given options
    * `-v`, `-version` - shows plugins with versions
    * `-o`, `-options` - lists options
    * `-a`, `-alphabetical` - lists plugins in alphabetical order
    * `-s:name`, `-search:name` - lists plugins containig the given name
  * `configreload [plugin]` (`cr`) - reloads a plugins's config file
  * `search <query> [page]` - looks for a plugin in the Spigot repository
  * `more <id or name>` - shows information about a plugin from the Spigot repository
  * `download <id or name>` - downloads plugin from Spigot repository

`[argument]` is optional, `<argument>` is required argument. Terms in `()` are aliases.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://plugincontroller.f4dev.me/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
