Skip to content

ecstsylove/AutoAnnouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoAnnouncer Logo

AutoAnnouncer Plugin

An automated announcement plugin for your Pocketmine-MP server

FeaturesInstallationConfigurationCommands

Features

  • 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.

Installation

  1. Download the latest plugin release from the Releases page.
  2. Place the downloaded AutoAnnouncer.phar file into your server's plugins directory.
  3. Restart your server.
  4. Customize the plugin's settings and messages in the config.yml file.

Configuration

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"

Icon

Bullhorn icons created by Freepik - Flaticon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages