| Total Plugins | {{ plugins|length }} |
| Loaded | {{ plugins|selectattr('loaded')|list|length }} |
| Python Scripts | {{ scripts|length }} |
{% extends "base.html" %} {% block title %}Plugins - {{ hub_name }}{% endblock %} {% block content %}
| Name | Version | Status | Auto-load | Actions |
|---|---|---|---|---|
|
{{ plugin.nick }}
{% if plugin.desc %}
{{ plugin.desc }} {% endif %} |
{{ plugin.version or 'N/A' }} | {% if plugin.loaded %} Loaded {% else %} Not Loaded {% endif %} | {% if plugin.autoload %} Yes {% else %} No {% endif %} | {% if plugin.loaded %} {% else %} {% endif %} |
| No plugins found | ||||
| Script | Path | Status | Actions |
|---|---|---|---|
| {{ script.name }} | {{ script.path }} |
{% if script.loaded %} Loaded {% else %} Not Loaded {% endif %} | {% if script.loaded %} {% else %} {% endif %} |
| No Python scripts found | |||
| Script | Status | Actions |
|---|---|---|
|
{{ lua_script.name }}
{% if lua_script.name == 'ledokol.lua' %}
70+ features — security, chat, entertainment {% endif %} |
{% if lua_script.loaded %} Loaded {% else %} Not Loaded {% endif %} | {% if lua_script.loaded %} {% else %} {% endif %} |
| No Lua scripts found | ||
| Total Plugins | {{ plugins|length }} |
| Loaded | {{ plugins|selectattr('loaded')|list|length }} |
| Python Scripts | {{ scripts|length }} |
Load Python Script
Enter the full path to the Python script