-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
156 additions
and
3 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,5 +1,16 @@ | ||
# JSPlugins | ||
|
||
Easy plugin system libray. | ||
Простая система плагинов, которая может быть как встроенной библиотекой, так и самостоятельным приложением. | ||
|
||
**[JavaDoc](https://intervi.github.io/JSPlugins/)** | ||
**[JavaDoc](https://intervi.github.io/jsplugins/)** | ||
|
||
## Команды | ||
|
||
* **exit** - выгрузить все плагины и выйти | ||
* **load** *[path to jar]* - загрузить плагин | ||
* **unload** *[plugin name]* - выгрузить плагин | ||
* **reload** *[plugin name]* - перезагрузить плагин | ||
* **plugins** - список плагинов | ||
* **info** *[plugin name]* - информация о плагине | ||
* **cmds** *[plugin name]* - команды плагина | ||
* **help** - вывод справки |
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
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