This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

ServerSidePlayerSample: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Alezakos (talk | contribs)
Alezakos (talk | contribs)
the plugin's been renamed
Line 1: Line 1:
ServerSideBotSample is a work-in-progress example [[Plug-ins|plug-in]] that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new [[BZFS API]] in [[BZFlag 2.4|v2.4]]. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.
ServerSidePlayerSample is a work-in-progress example [[Plug-ins|plug-in]] that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new [[BZFS API]] in [[BZFlag 2.4|v2.4]]. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.




==Notes==
==Notes==
As server support for players with out network connections, the ServerSideBotSample is rather unstable, and may crash the server on unforeseen events.
As server support for players with out network connections, the ServerSidePlayerSample is rather unstable, and may crash the server on unforeseen events.


[[Category:Development]]
[[Category:Development]]
[[Category:Plug-Ins]]
[[Category:Plug-Ins]]

Revision as of 13:40, 4 March 2013

ServerSidePlayerSample is a work-in-progress example plug-in that creates a server side player. The plug-in is used to test and develop the new server side player API that is part of the new BZFS API in v2.4. At present the plug-in can cause a player to spawn, and will verbally taunt any user who joins the server.


Notes

As server support for players with out network connections, the ServerSidePlayerSample is rather unstable, and may crash the server on unforeseen events.