Flashing Lights
Lights can now blink.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Flashing Lights
About
Periodically checks for lanterns within a given radius around each player and causes random lanterns to blink, creating a flickering effect.
Permissions
| Permission | Description | |---------------------|:---------------------:| | ```flashinglights.reload``` | Allows you to use the /fl reload command | | ```flashinglights.config``` | Allows you to use the /fl config command
Plugin configuration
config.yml
```yaml
Leave the quotes empty to remove the prefix.
prefix: "&b[Flashing Lights] "
Number of lights that will flash.
blink_lamp_count: 10
Number of players with flashing lights
affected_players_count: 10
Search radius for lamps around the player in blocks.
lamp_search_radius: 16
Lamp blinking time in ticks.
lamp_blink_duration_ticks: 10
Interval between blinks in seconds.
lamp_blink_interval_seconds: 30
disabled_worlds: - world_nether - world_the_end
messages: no_permission: "&cYou do not have permission to execute this command." usage_set: "&fUsage: &b/%label% set <parameter> <value>" config_reloaded: "&fThe plugin configuration has been successfully reloaded." param_not_found: "&cParameter "%param%" not found." param_set_success: "&aParameter "%param%" changed to %value%." value_not_number: "&cValue must be a number." unknown_command: "&cUnknown command. Use /%label% set or reload" ```
