
* Added some trim() calls into mapflag code (followup to r12238) * Fixed mvp exp reward packet not working right for big values * Added dbghelpplug plugin entry to the plugins configuration file * Added conf setting for auction table name (see r12287) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12300 54d463be-8e91-2dee-dedb-b68131a5f0ec
33 lines
614 B
Plaintext
33 lines
614 B
Plaintext
// Athena Plugins Configuration file
|
|
|
|
// Should we auto search for plugin files and load them?
|
|
// If set to 'yes' you will not need to set 'plugin:' commands
|
|
// in this conf file to load them
|
|
auto_search: no
|
|
|
|
//------Plugins List -----------
|
|
|
|
// Just a sample plugin
|
|
//plugin: sample
|
|
|
|
// UPnP core plugin
|
|
plugin: upnp
|
|
|
|
// GUI core plugin
|
|
//plugin: gui
|
|
|
|
// Crash and Uptime reporting for CygWin/Linux
|
|
//plugin: sig
|
|
|
|
// Crash reporting for Windows
|
|
//plugin: exchndl
|
|
|
|
// Alternative, improved crash reporting for Windows
|
|
//plugin: dbghelpplug
|
|
|
|
// Process id logging
|
|
//plugin: pid
|
|
|
|
// Console parser
|
|
//plugin: console
|