- Для версий
- 1.16.✘
- 1.17.✘
- 1.18.✘
- 1.19.✘
- 1.20.✘
- 1.21.✘
- Исходный код
- https://github.com/jFrostyBoy/jLive
📺 jLive
Плагин для серверов Minecraft, позволяющий игрокам оповещать других о своих стримах.
📝 Требования
📜 Команды
Плагин для серверов Minecraft, позволяющий игрокам оповещать других о своих стримах.
📝 Требования
- Ядро сервера: Paper
- Версия: 1.16.5-1.21.10
- Java: 16-21
📜 Команды
- /live - Отправляет уведомление о стриме | jlivestream.live
- /livestop - Отправляет уведомление о завершении стрима | jlivestream.stop
- /jlivestreamreload - Перезагружает конфигурацию плагина | jlivestream.reload
⚙ Конфигурация
Полная настройка и работа плагина осуществляется через файл конфигурацииconfig.ymlКод:# Configuration plugin settings # Live Stream Announcements Plugin # Fully customizable messages and configurations # Prefix for all messages related to live streams prefix: "&b[jLiveStream] " # Cooldown time in seconds between live stream announcements cooldown: 60 sound: start: name: "ENTITY_PLAYER_LEVELUP" volume: 1.0 pitch: 2.0 stop: name: "BLOCK_ANVIL_DESTROY" volume: 1.0 pitch: 1.5 # Messages related to live stream broadcast: live: # Message displayed when a player starts a live stream started: - " " - " &b%player% &fis now &blive!" - " &fWatch the stream here: &b%link%" - " " # Message displayed when a player ends a live stream stopped: - " " - " &b%player% &fhas &cended &ftheir &blive stream." - " &fThank you for watching! &bSee later!" - " " # Messages displayed to players messages: only-player: "&fOnly &cplayers &fcan use this command." no-permission: "&fYou &cdon't have &fpermission to use this command." live-usage: "&fUsage: &b/live <url>" livestop-usage: "&fUsage: &b/livestop" invalid-link: "&fLink must start with &chttp:// &for &chttps://" live-started: "&fYou have &astarted &fyour live stream! Use &c/livestop &fwhen you end." already-live: "&fYou are &calready &flive! Use &c/livestop &fto end." live-stopped: "&fYou have &cstopped &fyour live stream! &aThank you &ffor you streaming of us!" not-live: "&fYou are &cnot currently &flive!" cooldown-message: "&fYou must wait &c%cooldown% sec. &fbefore using this command again." reload: "&fConfiguration has been successfully &areloaded!"
