An automated announcement plugin for your Pocketmine-MP server
Features • Installation • Configuration • Commands •
- Automatically broadcasts customizable messages at regular intervals to keep your players engaged.
- Supports message prefixes to add a distinct identity to your announcements.
- Configurable interval between each message, allowing you to fine-tune the frequency.
- Easy-to-use configuration file for managing messages and settings.
- Download the latest plugin release from the Releases page.
- Place the downloaded
AutoAnnouncer.phar
file into your server'splugins
directory. - Restart your server.
- Customize the plugin's settings and messages in the
config.yml
file.
The plugin configuration file config.yml
allows you to customize various aspects of the AutoAnnouncer plugin:
# Configuration for AutoAnnouncer plugin
# The prefix message
# Use '&' for colors
prefix: "&r&8[&aAA&8] "
# Enable/disable the use of prefixes.
# true = on, false = off
use-prefix: true
# Interval between each message in ticks (20 ticks per second) (Default: 1200 ticks = 1 minute)
interval: 1200
# List of messages to be broadcasted
# Use '&' for colors, Use `\n` to break the line
messages:
- "&r&aWelcome to the server! \n&r&7Read /rules!"
- "&r&7Enjoy your stay!"
- "&r&6Visit our website at example.com"