Beacon Effects
In this page you will learn how to add custom beacon effects
You can add beacon effects inside effects.yml
Effect Config Structure
For effect display item, please see
Effect Upgrades Config Structure
Economy Types
PlayerPoints
Vault
Level
<Item> (see config.yml)
Effects Config Structure
EXP_BOOST
FLY
FURNACE_BOOST
For list of blocks, please see
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
CROPS_BOOST
For list of blocks, please see
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
MAGNET
POTION_EFFECT
For list of potion effect types, please see
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
POTION_DURATION_BOOST
For list of potion effect types, please see
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
STUPID_AI
SPAWNER_BOOST
FIRE_CONTROL
If the fire tick is positive, the entity will be burned, otherwise, it will extinguish it
SATURATION
COMMAND_EXECUTOR
Placeholders:
{player}
The entity name{uuid}
The entity UUID{world}
The entity world name{x}
The entity x coordinate{y}
The entity y coordinate{z}
The entity z coordinate{yaw}
The entity yaw{pitch}
The entity pitch{beacon_x}
The beacon x coordinate{beacon_y}
The beacon y coordinate{beacon_world}
The beacon world name
Last updated