-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
31 lines (31 loc) · 1.23 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="LGSL" lan="" version="6.2.1" date="2023-01-06" compatibility="2.3.3" installRequired="true" >
<author name="Jimako" url="https://www.e107sk.com/" />
<summary lan="">Live Game Server List by Richard Perry, tltneon version 6.2.0 </summary>
<description lan="">Live Game Server List Richard Perry, tltneon version 6.2.0</description>
<keywords>
<word>information</word>
<word>content</word>
<word>gaming</word>
</keywords>
<category>content</category>
<copyright></copyright>
<siteLinks>
<link url="{e_PLUGIN}lgsl/index.php" perm='everyone' sef='index'>LGSL</link>
</siteLinks>
<adminLinks>
<link url="admin_config.php" description="" icon="images/icon_lgsl_32x32.png" iconSmall="images/icon_lgsl_16x16.png"
icon128="images/icon_lgsl_32x32.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name="feed_method">0</pref>
<pref name="feed_url"></pref>
<pref name="style">darken_style.css</pref>
<pref name="scripts"></pref>
<pref name="sort_servers_by">id</pref>
<pref name="sort_players_by">name</pref>
<pref name="image_mod">0</pref>
<pref name="list_totals">0</pref>
<pref name="list_totals">0</pref>
</pluginPrefs>
</e107Plugin>