summaryrefslogtreecommitdiff
path: root/conf/plugins.conf
diff options
context:
space:
mode:
authorMysteries <mysteriousragnarok@hotmail.com>2013-06-07 15:18:42 -0400
committerEuphy <euphy@rathena.org>2013-06-15 15:41:34 -0400
commit627155201c386f34e37ad6c1ee12b0a6db8cb6d4 (patch)
treeae936146968ef3e54f15cb46d7dbe4a5f918bd07 /conf/plugins.conf
parent0ea143ce6224679d084e543e6e7f24983867734b (diff)
downloadhercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.gz
hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.bz2
hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.xz
hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.zip
Fixed bug 7016 & 7322
- http://hercules.ws/board/tracker/issue-7322-about-pluginsconf/ - http://hercules.ws/board/tracker/issue-7016-skill-db-not-behaving-as-des cribed-in-discription/ - Made /conf/plugins.conf a little bit more better to understand.
Diffstat (limited to 'conf/plugins.conf')
-rw-r--r--conf/plugins.conf26
1 files changed, 24 insertions, 2 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf
index 5233c4ed4..9c2f5af02 100644
--- a/conf/plugins.conf
+++ b/conf/plugins.conf
@@ -8,8 +8,30 @@
//=
//= http://hercules.ws/board/
//====================================================
-// == http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/
+//== 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"
+ //"sample",
//"other"
] \ No newline at end of file