<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.gsp-panel.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.gsp-panel.com/feed.php">
        <title>GSP-Panel plugins</title>
        <description></description>
        <link>https://wiki.gsp-panel.com/</link>
        <image rdf:resource="https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico" />
       <dc:date>2026-04-29T11:56:15+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/plugins:about_plugins?rev=1722701027&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/plugins:addons?rev=1419818737&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gsp-panel.com/plugins:hooks?rev=1659282148&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico">
        <title>GSP-Panel</title>
        <link>https://wiki.gsp-panel.com/</link>
        <url>https://wiki.gsp-panel.com/lib/tpl/bootstrap/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.gsp-panel.com/plugins:about_plugins?rev=1722701027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-03T16:03:47+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Plugin System</title>
        <link>https://wiki.gsp-panel.com/plugins:about_plugins?rev=1722701027&amp;do=diff</link>
        <description>Plugin System

The plugin system allows other developers to interact with or override certain functions in GSP-Panel. With plugins you can bind to events or override the addon management system for individual games. In the future this will be expanded to game updates, backups, and queries.</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/plugins:addons?rev=1419818737&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-29T02:05:37+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Addon Manager</title>
        <link>https://wiki.gsp-panel.com/plugins:addons?rev=1419818737&amp;do=diff</link>
        <description>Addon Manager

With the plugin system you can code your own addon management system. The methods required for this system can be found in the addon skeleton located at includes\classes\plugins\skeletons\addons.php

We have also included the Bukget addon manager as a working example, you can find this code in includes\plugins\bukget\bukget.php.</description>
    </item>
    <item rdf:about="https://wiki.gsp-panel.com/plugins:hooks?rev=1659282148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-31T15:42:28+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Event Hooks</title>
        <link>https://wiki.gsp-panel.com/plugins:hooks?rev=1659282148&amp;do=diff</link>
        <description>Event Hooks

GSP-Panel has a hook system that allows developers to bind to core events. In order to use hooks you will need to create a plugin and place it in includes\plugins\plugin_name\plugin_name.php. A skeleton hook plugin can be found in includes\plugins\skeletons\hooks.php.</description>
    </item>
</rdf:RDF>
