Compatibility
Minecraft: Java Edition
1.21ā1.21.8
Platforms
Tags
Creators
Details
Licensed ARR
Published 9 months ago
AutoMessage Rotator Lite
A simple and lightweight plugin that allows automatic rotation of chat messages with per-world intervals and PlaceholderAPI support.
⨠Features
- š Per-World messages - Custom messages for each world
- ā° Custom intervals - Custom intervals for each world
- šØ Color support - Standard color code formatting
- š PlaceholderAPI - Optional PlaceholderAPI support
- š Automatic rotation - Messages are being automatically rotated
- š„ Smart sending - Messages are only being sent with players online
š® Commands
/automessage reload/automessage status/automessage info/automessage help
š Permissions
automessage.admin- Admin access to all comamnds (default: op)
š PlaceholderAPI support
messages:
- "&Hello &e%player_name%&6!"
- "&7Online players: &a%server_online%"
- "&bTime: &f%server_time_HH:mm:ss%"
- "&dTPS: &e%server_tps_1%"
API Hooks
Easy API access for other plugins to use:
AutoMessageRotatorLite plugin = (AutoMessageRotatorLite) Bukkit.getPluginManager().getPlugin("AutoMessageRotatorLite");
// Get world messages
Map<String, List<String>> worldMessages = plugin.getWorldMessages();
// Get world intervals
Map<String, Integer> intervals = plugin.getWorldIntervals();
// Check PAPI support
boolean papiEnabled = plugin.isPapiEnabled();
// Reload plugin
plugin.reloadPlugin();


