Список изменений
2026-06-23
New Features
Multi-Language Support (i18n)
- Auto-detect server language
- Detected by reading
settings.languagefield fromserver.properties - Supports language code normalization (e.g.
zh_cn→zh_CN,en-us→en_US) - Built-in English (en_US) and Simplified Chinese (zh_CN) languages
- Language files generated to
plugins/PluralBackup/lang/directory, user-editable - All command messages and log messages support multi-language
- Supports variable replacement (e.g.
{time},{error},{count}) - Auto-fallback to English if language file not found
- Detected by reading
New Notification Platforms
- Discord Notification
- Send alerts via Discord Webhook
- Uses Embed format with title and description
- Suitable for international servers
- Telegram Notification
- Send alerts via Telegram Bot API
- Supports Markdown format
- Create Bot via @BotFather to get Token
- Suitable for international servers
Configuration Changes
New Configuration Items
notification:
discord:
enabled: false
webhook: ""
telegram:
enabled: false
bot-token: ""
chat-id: ""
Modified Files
src/main/java/cn/plural/backup/i18n/LanguageManager.java- Newsrc/main/java/cn/plural/backup/notify/DiscordNotifier.java- Newsrc/main/java/cn/plural/backup/notify/TelegramNotifier.java- Newsrc/main/java/cn/plural/backup/notify/NotificationManager.java- Added Discord and Telegramsrc/main/java/cn/plural/backup/config/PluginConfig.java- Added config fieldssrc/main/java/cn/plural/backup/PluralBackup.java- Initialize LanguageManagersrc/main/java/cn/plural/backup/command/BackupCommand.java- Replaced hardcoded messagessrc/main/resources/lang/en_US.yml- Newsrc/main/resources/lang/zh_CN.yml- Newsrc/main/resources/config.yml- Added discord and telegram config section
Файлы
PluralBackupJava-1.0.0.jar(977.20 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.0.3
Загрузчики
BukkitPaperSpigot
Версии игры
1.18–26.2
Загрузок
5
Дата публикации
23.06.2026

