public
Description: Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more.
Home | Edit | New

Plugin - Status

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>
Last edited by courgette, Mon Jul 20 12:29:56 -0700 2009
Home | Edit | New
Versions: