RealRadio| Create your own radios | GUI related | 1.9 - 1.16 | Added NoteBlockAPI support!
SpigotMCListen to your favourite music stations with RealRadio!
6.5k загрузок 3.7 рейтинг
последняя v3.2.0 SpigotMC
Description
RealRadio is a radio plugin that plays custom created radios using the links set in the config. You can create languages, sections in the languages, and radios. This plugin is GUI based, but you can also start the radios by using a command.
Please know that a user has to manually click the link in order to start a radio. Radios are just official radio stations like iHeart, 538, and more.
Config explanation
RealRadio is a radio plugin that plays custom created radios using the links set in the config. You can create languages, sections in the languages, and radios. This plugin is GUI based, but you can also start the radios by using a command.
Please know that a user has to manually click the link in order to start a radio. Radios are just official radio stations like iHeart, 538, and more.
Config explanation
Code (Text):
#Just copy the configuration below if you want to use it as an example.[/SIZE][/LEFT]
[SIZE=4]
[LEFT]dutch: # This is the language
languageMaterialItem: WOOL # The item in the languages GUI
languageMaterialAmount: 1 # The item amount in the languages GUI
languageMaterialData: 1 # The data of the item in the languages GUI
languageDisplayName: '&6&lDutch' # The display name of the language in the language GUI
languageMaterialLore: # The lore of the item in the languages GUI
- ' '
- '&7Click to open the Dutch radios'
skyradio: # This is a (sub)section
sectionMaterialItem: WOOL # The item in the sections GUI
sectionMaterialAmount: 1 # The item amount in the sections GUI
sectionMaterialData: 0 # The item data in the sections GUI
sectionDisplayName: '&b&lSkyRadio' # The display name of the item in the sections GUI
sectionMaterialLore: # The item lore in the sections GUI
- ' '
- '&7Click to open the SkyRadio stations'
radios: # Don't change this
mainStation: # The name of the station
radioMaterialItem: WOOL # The item in the stations GUI
radioMaterialAmount: 1 # The item amount in the stations GUI
radioMaterialData: 3 # The item data in the stations GUI
radioDisplayName: '&fMain station' # The display name of the item in the stations GUI
radioMaterialLore: # The item lore in the stations GUI
- ' '
- '&7Listen to SkyRadio''s Main station'
- '&7Right click to play'
radioLink: https://player.talparadio.nl/brand/sky-radio/sky-radio # The link of the radio
[SIZE=4]
[LEFT]dutch: # This is the language
languageMaterialItem: WOOL # The item in the languages GUI
languageMaterialAmount: 1 # The item amount in the languages GUI
languageMaterialData: 1 # The data of the item in the languages GUI
languageDisplayName: '&6&lDutch' # The display name of the language in the language GUI
languageMaterialLore: # The lore of the item in the languages GUI
- ' '
- '&7Click to open the Dutch radios'
skyradio: # This is a (sub)section
sectionMaterialItem: WOOL # The item in the sections GUI
sectionMaterialAmount: 1 # The item amount in the sections GUI
sectionMaterialData: 0 # The item data in the sections GUI
sectionDisplayName: '&b&lSkyRadio' # The display name of the item in the sections GUI
sectionMaterialLore: # The item lore in the sections GUI
- ' '
- '&7Click to open the SkyRadio stations'
radios: # Don't change this
mainStation: # The name of the station
radioMaterialItem: WOOL # The item in the stations GUI
radioMaterialAmount: 1 # The item amount in the stations GUI
radioMaterialData: 3 # The item data in the stations GUI
radioDisplayName: '&fMain station' # The display name of the item in the stations GUI
radioMaterialLore: # The item lore in the stations GUI
- ' '
- '&7Listen to SkyRadio''s Main station'
- '&7Right click to play'
radioLink: https://player.talparadio.nl/brand/sky-radio/sky-radio # The link of the radio
v2.4 has added a new option for the sections. v2.4 is unstable; Download v2.5 instead!
When using v2.4, you can add the radioLink option to the sections.
If you add the radioLink option to a section, the plugin will ignore the created radios for that section. That means that when clicking the section in the RadioGUI, the plugin will open the link set in the section>radioLink instead of opening the radioSelectGUI for that section.
You can still use the command to listen to radios created that section.
This options is mostly for radios who only have one station.
This time most radios have other stations like Non-Stop, Top50 etc. In some countries these 'other stations' are also hosted on DAB+ (digital radio).
That means you can listen these stations online. Mostly by going to the radio's website or some radioListen site of your country.
You can copy that link and paste it to the config section/radio's radioLink option.
v2.8 adds the ability to set the language/section/radio materialItem to a HeadDatabase head. The HeadDatabase plugin is not free! You have to buy it first! You can set a HeadDatabase head by setting the materialItem option to: hdb-<ID>. Replace the <ID> with the ID of the head you want as item. You can find these IDs in the HeadDatabase head select menu. If you set a HeadDatabase head as item, the plugin will ignore the materialAmount and materialData options.
We now support NoteBlockAPI. Please notice that it's a dependency now! If you want to play a song (with NBAPI), you will have to ADD the type property to your radio and set it to song. Then it will play the song that is set in the songName property. Drop your NMS file in the songs folder.
It's also possible to play a playlist. Create a folder inside the songs folder and drop all the NMS files (songs) in that folder. Then set the type property to playlist and the songName property to the folder name.
For a list of songs, check this list: https://www.mediafire.com/?k7g95g4psade8
There also is a setNew property now. You can add this property to the configuration of a section, radio or language and set it to true to let the item glow. A line that says "NEW" will also be added to the lore.
When using v2.4, you can add the radioLink option to the sections.
If you add the radioLink option to a section, the plugin will ignore the created radios for that section. That means that when clicking the section in the RadioGUI, the plugin will open the link set in the section>radioLink instead of opening the radioSelectGUI for that section.
You can still use the command to listen to radios created that section.
This options is mostly for radios who only have one station.
This time most radios have other stations like Non-Stop, Top50 etc. In some countries these 'other stations' are also hosted on DAB+ (digital radio).
That means you can listen these stations online. Mostly by going to the radio's website or some radioListen site of your country.
You can copy that link and paste it to the config section/radio's radioLink option.
v2.8 adds the ability to set the language/section/radio materialItem to a HeadDatabase head. The HeadDatabase plugin is not free! You have to buy it first! You can set a HeadDatabase head by setting the materialItem option to: hdb-<ID>. Replace the <ID> with the ID of the head you want as item. You can find these IDs in the HeadDatabase head select menu. If you set a HeadDatabase head as item, the plugin will ignore the materialAmount and materialData options.
We now support NoteBlockAPI. Please notice that it's a dependency now! If you want to play a song (with NBAPI), you will have to ADD the type property to your radio and set it to song. Then it will play the song that is set in the songName property. Drop your NMS file in the songs folder.
It's also possible to play a playlist. Create a folder inside the songs folder and drop all the NMS files (songs) in that folder. Then set the type property to playlist and the songName property to the folder name.
For a list of songs, check this list: https://www.mediafire.com/?k7g95g4psade8
There also is a setNew property now. You can add this property to the configuration of a section, radio or language and set it to true to let the item glow. A line that says "NEW" will also be added to the lore.
Pictures:
Commands:
/radio - Opens the DutchRadio main menu.
/radio play <language> <section> <radio> - Plays the selected radio
/radio <language> [section] - Open the languages/languages>section GUI.
/realradioadmin - Modify the languages, sections and radios
/songcontrol - Pause, skip, replay songs
Permissions:
realradio.command - Open the main menu (/radio)
realradio.updatemessage - Allow a player to see the update message
realradio.admin - Allow a player to use the /rra command
realradio.radiocontrol - Allow a player to use the /radiocontrol command
Pre-designed radios:
If you want pre-designed radios you can download the official extension for this plugin: RealRadio-Extension. It adds pre-designed radio stations to the radios.yml file. It will NOT override your own created radios or languages.
Версии
FAQ
Как установить RealRadio| Create your own radios | GUI related | 1.9 - 1.16 | Added NoteBlockAPI support!?
Скачайте файл под свою версию Minecraft и загрузчик с этой страницы, затем положите .jar в папку mods (или plugins) и запустите игру.
RealRadio| Create your own radios | GUI related | 1.9 - 1.16 | Added NoteBlockAPI support! бесплатный?
RealRadio| Create your own radios | GUI related | 1.9 - 1.16 | Added NoteBlockAPI support! можно скачать бесплатно на Modgrid — мы ведём прямо к официальному источнику, без paywall и лишних установщиков.
Какие версии Minecraft поддерживает RealRadio| Create your own radios | GUI related | 1.9 - 1.16 | Added NoteBlockAPI support!?
Поддерживаются версии 1.9–1.16. Список поддерживаемых версий и загрузчиков — в блоке загрузки на этой странице.
Комментарии 0
Пока нет комментариев. Будь первым, кто поделится мнением.