From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- conf/plugins.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 conf/plugins.conf (limited to 'conf/plugins.conf') diff --git a/conf/plugins.conf b/conf/plugins.conf new file mode 100644 index 000000000..9084cfbb6 --- /dev/null +++ b/conf/plugins.conf @@ -0,0 +1,41 @@ +//==================================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//= +//= http://herc.ws/board/ +//==================================================== +//== Topic Discussion ================================ +//== http://herc.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 of it as a /conf/import/ for 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: [ + /* Enable HPMHooking when plugins in use rely on Hooking */ + "HPMHooking", + //"db2sql", + "libevol_char", + "libevol_login", + "libevol_map", + //"other", +] -- cgit v1.2.3-60-g2f50