public class PluginOptions extends Object
int options = PluginOptions.GET_MAPS | PluginOptions.RECOGNIZE_BOTS;
Modifier and Type | Field and Description |
---|---|
static int |
GET_MAPS
Indicates if the plugin is able to gather the mapname.
|
static int |
GET_PASSWORD
Indicates if the plugin supports passwords.
|
static int |
GET_PLAYERS
Indicates if the plugin is able to receive a playerlist.
|
static int |
NO_OPTIONS
All options disabled.
|
static int |
RECOGNIZE_BOTS
Indicates if the plugin is able to recognize bots.
|
Constructor and Description |
---|
PluginOptions() |
public static final int NO_OPTIONS
public static final int GET_MAPS
public static final int RECOGNIZE_BOTS
public static final int GET_PASSWORD
public static final int GET_PLAYERS