Flashing Lights
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9
平台: bukkit paper purpur spigot
标签: game-mechanics utility
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 " 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" ```Other projects
请登录后举报

暂无评论,抢个沙发吧~