Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Latest commit

 

History

History
55 lines (31 loc) · 1.88 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.88 KB

Heads Up! This project has moved to version 2 available here.

BZFlag Plugin Starter

This plugin starter is a tool that will generate the skeleton of a BZFlag plugin for someone to simply fill in the blanks with their own code. The official website is located here and if you would like to host your own version, simply clone the repo and upload it to your own web server.

This tool will not write the functionality for a plugin, it will only generate the skeleton of the plugin so the developer does not have to waste time setting up all the events or slash commands.

Author

Vladimir "allejo" Jimenez

Features

  • Supports registering slash commands

  • Handles all the useful BZFlag 2.4 API events

  • Includes links to API documentation for each API event

  • Automatically adds documentation for all the supported API events

  • Allows for different coding styles as options when generating code

How to Use

  1. Enter a plugin name, this name will appear when a player does /listplugins so it should have spaces

  2. Enter your name so you can be listed as the copyright holder

  3. Choose a license

  4. Select the events your plugin will be using

  5. Added any slash commands that your plugin will use. Each slash command should be on a separate line

  6. Select your coding style preferences

  7. Hit “generate"

Privacy

The official website and this repository do not store any information about what is generated, including the author name, so there should be no concerns about privacy.

This message may not apply to any mirror websites or forks of this project.

License

GNU General Public License v3