
AutoMessage Rotator Lite
A simple and lightweight plugin that allows automatic rotation of chat messages with per-world intervals and PlaceholderAPI support.
640
0
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();
Совместимость
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 месяц назад
