Plugin Question!!

2020 Ragnarok

New member
Messages
19
Points
0
Github
2020Ragnarok
I haven't seen any guides on how to remove the plugin.
I want to remove a certain plugin. I tried using my backup emulator ( Doing this every step so that if it get fucked up i still have a backup anyway.... ) before the Plugin Experiment but the plugin or @costume command to be exact is still there even though I've used the backup emulator without the plugins. Deleted it Couple of times same same. 
default_sob.gif
 ​
Thanks in advance!~​
 ​
default_lv.gif
 
just remove it from conf/plugins.conf

 
just remove it from conf/plugins.conf
Hi Dastgir. Sorry to say but my conf/plugins.conf is perfectly clean. As mentioned above i have deleted my "emulator with plugin" replaced with my "emulator without plugin modifications"
 ​
Code:
//====================================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=
//=            [URL="http://herc.ws/board/"]http://herc.ws/board/[/URL]
//====================================================
//== Topic Discussion ================================
//== [URL="http://herc.ws/board/"]http://herc.ws/board/[/URL]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",
	//"sample",
	//"other",
]
 
Last edited by a moderator:
then you might have it installed on source and not by plugin

 
Back
Top