Status Plugin

The Status Plugin will write an XML file with player information and server settings periodically.

Configuration

<configuration plugin="status">
	<settings name="settings">
		<set name="interval">60</set>
		<set name="output_file">~/status.xml</set>
	</settings>
</configuration>
  • interval: defines the delay in seconds between two writes.
  • output_file: defines where to write the file on the filesystem.

If you are using Microsoft Windows operating system, your config file shoud look like :

<configuration plugin="status">
	<settings name="settings">
		<set name="interval">60</set>
		<set name="output_file">c:/wamp/www/status.xml</set>
	</settings>
</configuration>


 
 
usage/status_plugin.txt · Last modified: 2010/05/23 19:22 by xlr8or
ODT Export
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki