Skip to content
forked from Zehra/RadarBU

Radar settings per Burrow flag (Linux only BZFS plug-in)

License

Notifications You must be signed in to change notification settings

planet-mofo/RadarBU

 
 

Repository files navigation

Plugin Name

GitHub release Minimum BZFlag Version License

A brief description about what the plugin does should go here

Requirements

  • List any requirements
  • this plug-in will require

This plug-in follows my standard instructions for compiling plug-ins.

Usage

Loading the plug-in

You should specify any command line arguments that are needed or lack thereof

-loadplugin pluginName...

Configuration File

If the plugin requires a custom configuration file, describe it here and all of its special values

Custom BZDB Variables

These custom BZDB variables can be configured with -set in configuration files and may be changed at any time in-game by using the /set command.

-set <name> <value>
Name Type Default Description
_myBZBD int 60 A description of what this value does

Custom Slash Commands

Command Permission Description
/command <param> vote A description of what this command does, the required parameters, and permission required

Custom Flags

Abbreviation Name Type Description
FA Flag Name Good A description of what the flag does

Custom Map Objects

This plug-in introduces the OBJECT map object which supports the traditional position, size, and rotation attributes for rectangular objects and position, height, and radius for cylindrical objects.

object
  position 0 0 0
  size 5 5 5
  rotation 0
  <custom parameters>
end

License

LICENSE

About

Radar settings per Burrow flag (Linux only BZFS plug-in)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Makefile 6.6%