FileConfig

The main config.yml — particle and sound settings for the effect played when an item lands in a despawn container.

Constructors

Link copied to clipboard
constructor(plugin: PaperMcDespawnedItems)

Properties

Link copied to clipboard
Link copied to clipboard

Extra data required by some particles (e.g. DUST needs a Particle.DustOptions). Null when the configured particle needs no data. Resolved at load time so the effect never calls spawnParticle without data a particle requires (which threw).

Link copied to clipboard
var particleFX: Particle
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A Minecraft sound key, e.g. block.fire.extinguish.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun load()