ImprovedFactionsPlugin

open class ImprovedFactionsPlugin : JavaPlugin

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:NotNull
open val config: FileConfiguration
Link copied to clipboard
@get:NotNull
val dataFolder: File
Link copied to clipboard
@get:NotNull
val description: PluginDescriptionFile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:NotNull
open val logger: Logger
Link copied to clipboard
Link copied to clipboard
@get:NotNull
val name: String
Link copied to clipboard
@get:NotNull
val pluginLoader: PluginLoader
Link copied to clipboard
@get:NotNull
val server: Server

Functions

Link copied to clipboard
@Nullable
open fun getCommand(@NotNull name: String): PluginCommand?
Link copied to clipboard
@Nullable
open fun getDefaultBiomeProvider(@NotNull worldName: String, @Nullable id: String?): BiomeProvider?
Link copied to clipboard
@Nullable
open fun getDefaultWorldGenerator(@NotNull worldName: String, @Nullable id: String?): ChunkGenerator?
Link copied to clipboard
@Nullable
open fun getResource(@NotNull filename: String): InputStream?
Link copied to clipboard
open fun onCommand(@NotNull sender: CommandSender, @NotNull command: Command, @NotNull label: String, @NotNull args: Array<out String?>?): Boolean
Link copied to clipboard
open override fun onDisable()
Link copied to clipboard
open override fun onEnable()
Link copied to clipboard
open fun onLoad()
Link copied to clipboard
@Nullable
open fun onTabComplete(@NotNull sender: CommandSender, @NotNull command: Command, @NotNull alias: String, @NotNull args: Array<out String?>?): List<String?>??
Link copied to clipboard
fun registerListeners(vararg listeners: Listener)
Link copied to clipboard
open fun reloadConfig()
Link copied to clipboard
open fun saveConfig()
Link copied to clipboard
Link copied to clipboard
open fun saveResource(@NotNull resourcePath: String, replace: Boolean)