mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-03-13 14:00:16 +03:00
Updated Settings (markdown)
parent
689a71dda1
commit
27d150c07a
40
Settings.md
40
Settings.md
@ -25,28 +25,28 @@ _You can check plugin performance via `meta list` command in the server console
|
||||
|
||||
in case of negative result,
|
||||

|
||||
apply to [руководству по устранению неполадок](https://github.com/theAsmodai/metamod-r/wiki/Troubbleshouting).
|
||||
apply to [Troubbleshouting](https://github.com/theAsmodai/metamod-r/wiki/Troubbleshouting).
|
||||
|
||||
# Список консольных команд
|
||||
Команда пишется в связке с приставкой `meta`. _Например, `meta version`_.
|
||||
# List of console commands
|
||||
Write command with `meta` word. _For example, `meta version`_.
|
||||
|
||||
version - отобразить информацию о версии metamod
|
||||
list - отобразить список загруженных плагинов
|
||||
game - отобразить информацию о gamedll (список зарегистрированных msg, их id и размер)
|
||||
cmds - список консольных команд, добавленных сторонними плагинами
|
||||
cvars - список cvar, добавленных сторонними плагинами
|
||||
refresh - перезагрузить metamod-r
|
||||
config - конфигурация из config.ini
|
||||
load <name> - найти и загрузить плагин по указанному пути
|
||||
unload <plugin> - выгрузить указанный плагин
|
||||
reload <plugin> - перезагрузить указанный плагин
|
||||
info <plugin> - отобразить подробную информацию об указанном плагине
|
||||
pause <plugin> - приостановить работу плагина
|
||||
unpause <plugin> - возобновить работу всех остановленных плагинлв
|
||||
retry <plugin> - повторить попытку неудачной загрузки плагина
|
||||
clear <plugin> - выгрузить из памяти неудачно загруженный плагин
|
||||
force_unload <plugin> - принудительная выгрузка плагина
|
||||
require <plugin> - выключить сервер, если указанный плагин не запущен
|
||||
version - information of metamod version
|
||||
list - list of uploaded plugins
|
||||
game - information about gamedll (list of registered msg, id and size)
|
||||
cmds - list of console commands, added from third-party plugins
|
||||
cvars - cvar list, added from third-party plugins
|
||||
refresh - reloading of metamod-r
|
||||
config - configuration from config.ini
|
||||
load <name> - find and upload plugin on specified path
|
||||
unload <plugin> - upload the plugin
|
||||
reload <plugin> - reload the plugin
|
||||
info <plugin> - information about the plugin
|
||||
pause <plugin> - pause the plugin
|
||||
unpause <plugin> - resume the operation of all installed plugins
|
||||
retry <plugin> - retry download of a failed plugins
|
||||
clear <plugin> - upload failed plugins from the memory
|
||||
force_unload <plugin> - forced unloading of plugin
|
||||
require <plugin> - turn off the server if the specified plugin doesn't work
|
||||
|
||||
### debuglevel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user