summaryrefslogtreecommitdiff
path: root/conf/plugins.conf
blob: 9c2f5af02ed08c5e7d30c02542dd5992249a7b1f (plain) (blame)
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
37
//====================================================
//=       _   _                     _           
//=      | | | |                   | |          
//=      | |_| | ___ _ __ ___ _   _| | ___  ___ 
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=                                                  
//=            http://hercules.ws/board/                        
//====================================================
//== Topic Discussion ================================
//== http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/
//====================================================
//== Description =====================================
The plugin system allows you to create customized scripts 
outside of the source. These scripts won't conflict with any 
future source updates - think about it as a /conf/import/ version of the source. 
//====================================================

/* --------------- Format ---------------
After you have listed your  plugin(s) in "quotations", 
you need to put in a comma, to separate the plugins.
-----------------------------------------
plugins_list: [
	"example",
	"other"
]
-----------------------------------------
Please note that your scripts need to be saved
in the .c (source code) extension and placed in the /src/plugin/ folder.
-----------------------------------------
*/

plugins_list:[
	//"sample",
	//"other"
]