Config

class Config(val plugin: PaperMcDespawnedItems)

Top-level configuration holder. Owns the effect settings (fileConfig) and the storage settings (storage). Despawn locations themselves live in the plugin's io.fairyfox.papermc.despawneditems.location.LocationManager, not here. Call load to re-read config.yml from disk and rebuild both.

Constructors

Link copied to clipboard
constructor(plugin: PaperMcDespawnedItems)

Properties

Link copied to clipboard
Link copied to clipboard
lateinit var fileConfig: FileConfig
Link copied to clipboard
lateinit var limits: LimitSettings
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
lateinit var storage: StorageSettings

Functions

Link copied to clipboard
fun load()