ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.modules.power
/
PowerRaidsModule
Power
Raids
Module
object
PowerRaidsModule
:
Module
Members
Properties
config
Link copied to clipboard
val
config
:
PowerManagementConfig
is
Enabled
Link copied to clipboard
open
override
var
isEnabled
:
Boolean
MODULE_
NAME
Link copied to clipboard
const
val
MODULE_NAME
:
String
module
Name
Link copied to clipboard
open
override
val
moduleName
:
String
power
Module
Handle
Link copied to clipboard
var
powerModuleHandle
:
FactionPowerRaidModuleHandle
Functions
get
Command
Processors
Link copied to clipboard
open
override
fun
getCommandProcessors
(
plugin
:
ImprovedFactionsPlugin
)
:
List
<
CommandProcessor
>
on
Disable
Link copied to clipboard
open
fun
onDisable
(
plugin
:
ImprovedFactionsPlugin
)
on
Enable
Link copied to clipboard
open
override
fun
onEnable
(
plugin
:
ImprovedFactionsPlugin
)
on
Everything
Enabled
Link copied to clipboard
open
fun
onEverythingEnabled
(
plugin
:
ImprovedFactionsPlugin
)
on
Load
Database
Link copied to clipboard
open
fun
onLoadDatabase
(
plugin
:
ImprovedFactionsPlugin
)
on
Placeholder
Link copied to clipboard
open
override
fun
onPlaceholder
(
placeholders
:
HashMap
<
String
,
(
player
:
OfflinePlayer
)
->
String
?
>
)
power
Raid
Module
Link copied to clipboard
fun
powerRaidModule
(
)
:
PowerRaidsModule
power
Raids
Pair
Link copied to clipboard
fun
powerRaidsPair
(
)
:
Pair
<
String
,
PowerRaidsModule
>
reload
Config
Link copied to clipboard
open
override
fun
reloadConfig
(
plugin
:
ImprovedFactionsPlugin
)
should
Enable
Link copied to clipboard
open
fun
shouldEnable
(
plugin
:
ImprovedFactionsPlugin
)
:
Boolean
warn
Link copied to clipboard
open
fun
warn
(
message
:
String
)