{% extends "base.html" %} {% block title %}Plugins - {{ hub_name }}{% endblock %} {% block content %}

Plugin Management

Loaded Plugins

{% for plugin in plugins %} {% else %} {% endfor %}
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

Python Scripts

{% for script in scripts %} {% else %} {% endfor %}
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

Lua Scripts

{% for lua_script in lua_scripts %} {% else %} {% endfor %}
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

Ledokol — Hub Management Script GitHub

Ledokol by RoLex — 70+ features for hub security, chat management, entertainment, and administration.

Status

Checking...

Quick Actions

Chat

Content

Security

Users

Hub

Summary

Total Plugins {{ plugins|length }}
Loaded {{ plugins|selectattr('loaded')|list|length }}
Python Scripts {{ scripts|length }}

Available Plugins

  • plugman - Plugin Manager
  • python - Python Scripting Engine
  • lua - Lua Scripting Engine
  • replacer - Text Replacement
  • floodprot - Flood Protection
  • messenger - Offline Messages
  • stats - Hub Statistics
  • pisg - Statistics Generator
{% endblock %} {% block scripts %} {% endblock %}