bukkure.config
Provides a thin wrapper for bukkit config
config-defaults
(config-defaults plugin)
Loads the bukkit config file for the given plugin and sets defaults, returns a configuration object
defcn
(defcn type)
Defines the config methods for a type
get-boolean
(get-boolean plugin path)
Get a boolean from a config path
get-boolean-list
(get-boolean-list plugin path)
Get a boolean-list from a config path
get-byte-list
(get-byte-list plugin path)
Get a byte-list from a config path
get-character-list
(get-character-list plugin path)
Get a character-list from a config path
get-configuration-section
(get-configuration-section plugin path)
Get a configuration-section from a config path
get-double
(get-double plugin path)
Get a double from a config path
get-double-list
(get-double-list plugin path)
Get a double-list from a config path
get-float-list
(get-float-list plugin path)
Get a float-list from a config path
get-int
(get-int plugin path)
Get a int from a config path
get-integer-list
(get-integer-list plugin path)
Get a integer-list from a config path
get-item-stack
(get-item-stack plugin path)
Get a item-stack from a config path
get-list
(get-list plugin path)
Get a list from a config path
get-long
(get-long plugin path)
Get a long from a config path
get-long-list
(get-long-list plugin path)
Get a long-list from a config path
get-map-list
(get-map-list plugin path)
Get a map-list from a config path
get-offline-player
(get-offline-player plugin path)
Get a offline-player from a config path
get-short-list
(get-short-list plugin path)
Get a short-list from a config path
get-string
(get-string plugin path)
Get a string from a config path
get-string-list
(get-string-list plugin path)
Get a string-list from a config path
get-vector
(get-vector plugin path)
Get a vector from a config path