//====================================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//=
//= 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",
"@arealoot",
"afk",
"auraset",
"autoattack",
"costumeitem",
"Critical-Magic",
"ExtendedVending",
"market",
"mapmoblist",
"restock",
"storeit",
"storeequip",
"whosell",
]
Just to confirm, here is me checking that I have all of the required packages installed on my dedi:
apt-get install git make gcc mysql-server libmysqlclient-dev zlib1g-dev libpcre3-dev screen
Hey everyone,
Some background:
Debian 8. Fresh install, self managed dedi. Proceeded to install LAMP. RO Server works properly, website works properly.
Decided to add plugins, went to compile. make clean && make sql work fine. make plugins, on the other hand, throws an error. See attached screenshots:
Just to clarify - it has nothing to do with AFK. It's simply whichever plugin is first in my makefile.in.
Make clean:
Make SQL:
Make plugins:
Makefile.in:
Plugins.conf:
Just to confirm, here is me checking that I have all of the required packages installed on my dedi:
returns:
Thanks in advance.
Edited by cxxShare this post
Link to post
Share on other sites