Configuration
Commands
- /announcement broadcast (broadcastname) âš Force broadcasts a specific announcement
- /announcement list âš Lists all current announcements
- /announcements reload âš Reloads the announcement module
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/Announcements
|- config.yml
|- messages.yml
settings:
enabled: true # Should announcements be enabled
mode: sequential
# sequential: shows announcements in order
# random: shows random announcements not in order
interval-seconds: 180 # announcement cooldown period
required-player-count: 1 # required players to show announcement
prefix: "" # prefix before the announcement (leave empty if nothing)
default-sound:
enabled: false
name: entity.experience_orb.pickup
volume: 1.0
pitch: 1.0
announcements:
example: # announcement #1, you can add more announcements if you want.
enabled: true
messages:
- "&7Welcome to the server!" # you can use <center>text</center>
- "&7Use /help to get started."
sound: # sound when announcement shows
enabled: false
name: entity.experience_orb.pickup
volume: 1.0
pitch: 1.0
| Permission | Description | Default |
|---|---|---|
smp.announcements.admin | Allows the use of announcement commands | op |