Skip to content

Configuration

rarala-chansan edited this page Jul 12, 2026 · 2 revisions

Configuration

The configuration file is generated at:

plugins/NewsFlash/config.yml

Main configuration sections:

Section Description
translation Display language
storage Player settings storage
broadcast Chat, action bar, and boss bar display
mofa MOFA overseas safety information
p2pquake Earthquake, tsunami, and EEW alerts
rss RSS / Atom feeds
discord Discord-to-Minecraft relay

Notification Display

broadcast:
  chat:
    enabled: false
  actionbar:
    enabled: false
  bossbar:
    enabled: true
  ticker:
    width: 48
    speed-ticks: 2
    duration-seconds: 18

speed-ticks controls the ticker speed. Smaller values are faster. 20 ticks is approximately one second.

Language

translation:
  language: "ja"

Supported languages are ja, en, zh_CN, zh_TW, ko, de, fr, es, pt_BR, and ru.

Run /newsflash reload after changing the configuration.

Clone this wiki locally