Modules

Commands Configuration Permissions Frequently Asked Questions Developer API

Flags can be created by 3rd party plugins that you have installed or stand alone plugins called Modules. Below are the modules included with Flags. It is only necessary to install the modules you think you will use.

Developers

The source code is available for each module. I am willing to take pull requests for new flags provided:

  1. These modules are for Bukkit only and require no commands so do not modify plugin.yml.
  2. Place your flag in a module that is appropriate for the flag function you are adding.
  3. Do not interfere with existing flags (unless your suggesting a bug fix). These operate the way people expect and I don't want to change that.
  4. Keep it backward compatible. If a flag can't operate on older versions supported by Flags, nest it in a version check.
  5. If your code isn't obvious, make sure you document it. If I can't understand it, I won't bother trying it.