forked from BattloXX/loxberry-habridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.cfg
36 lines (32 loc) · 1.58 KB
/
plugin.cfg
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
32
33
34
35
36
[AUTHOR]
# You can also use a Team/Projekt Name here and a generic email address
# like info@..., BUT NEVER CHANGE this information in future updates! It
# will be used to identify your Plugin, handle updates etc. If you change
# this information, LoxBerry could not identify your plugin and handle it as
# a different one - therefore updates will fail.
NAME=Patrik Pfaffenbauer
[PLUGIN]
# The version of your plugin - important if you would like to write an
# upgrade script.
VERSION=0.3.3
# Short name and prefered subfolder of your Plugin (do not use blanks - they
# will be filtered - and use lowercase only)! Used for script names in
# daemon or cron (NAME) and as unique installation folder. If these names
# already exist on the installation system, we will add 01, 02, 03 and so
# on. Therefore your script should check THESE TWO VARIABLES for figuring
# out subfolder and scriptnames! You will find this information in
# /data/system/plugindatabase.dat after installation! BUT NEVER CHANGE this
# information in future updates! It will be used to identify your Plugin,
# handle updates etc. If you change this information, Loxberry could not
# identify your plugin and will handle it as a different one - therefore
# updates will definetely fail.
NAME=p3_lox_habridge
FOLDER=p3_lox_habridge
# Friendly Long Name of your Plugin - 25 Characters maximum! All others maybe
# replaced by "...". You can use blanks, uppercase/lowercase etc.
TITLE=Loxberry Habridge
[SYSTEM]
# Plugin Interface
# Do not change this if you are not knowing what you are doing!
INTERFACE=1.0