Skip to content

Little Effects

Aurora Lahtela edited this page Sep 2, 2022 · 3 revisions

Little Effects

Links:

Config format

Effects:
  Your_Effect_Name:
    Length: 4
    Strength: 2
    Permission: 'permission.node'
    Show_particles: false
    Effects:
      - SPEED
    Blocks:
      - GRAVEL
  Your_Second_Effect:
    ...

Optional variables have a default value if they are not specified.

Variable Required Default value Description
Length No 7 How many seconds the effect should last. Some potion effects require longer duration for some reason.
Strength No 1 Level of the potion effect.
Permission No none Permission required to be affected by this effect, can be any permission
Show_particles No true Should the potion effect display particles? (true/false)
Effects Yes List of names of the Potion Effects to apply. See names here
Blocks Yes List of names of the Block materials to apply the effect nearby. See names here

If an effect has invalid Effect or Block names a warning is displayed on the console and the effect is not loaded.

Commands & Permissions

Command Permission Description
littlefx reload littlefx.reload Reloads the plugin config

Clone this wiki locally