-
Notifications
You must be signed in to change notification settings - Fork 3
Little Effects
Aurora Lahtela edited this page Sep 2, 2022
·
3 revisions
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.
| Command | Permission | Description |
|---|---|---|
| littlefx reload | littlefx.reload | Reloads the plugin config |
