Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
/ Lucy Public archive

A Javacord music bot that utilizes LavaPlayer with TrackScheduler and YouTube search implementation.

License

Notifications You must be signed in to change notification settings

ShindouMihou/Lucy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lucy, a Music Bot.

An example of how to implement LavaPlayer with Javacord (including TrackScheduler).

Information

What differs this from the example on Javacord wiki is the usage of a TrackScheduler which queues tracks, etc.

As you may know, there is already an example of how to use LavaPlayer with Javacord on the official wiki of Javacord but there is one that isn't included in their example, and that is the usage of TrackScheduler.

TrackScheduler, to simplify things is a highly-customizable class that allows queueing of music, looping of music and some other stuff like notifying the server that the next track will start or some other stuff.

It is a very handy implementation to have, and as the ability to use Music is still brand-new in Javacord, there isn't much who knows how to use the function which is why I decided to create this example, or demonstration to be exact.

You may copy it, edit it and improve it to your liking, this will merely serve as a demonstration on how to implement it, please note that this isn't developed by an member, or contributor of Javacord but an external entity.

This is merely an example bot, you are to utilize your own mind and creativity to create something better. This is also the very basic of the basics, and won't contain stuff like repeating music, etc.

What are demonstrated.

  • The usage of YouTube search which is provided by LavaPlayer.
  • Track Queue.
  • Track Skipping.
  • Leaving voice channels.
  • Track stop.

Requirements

  • Java (JDK 11 or above).
  • A server, or your home computer that can run the bot.

Notice

As YouTube despises Discord Bots, or any application that scrapes their videos, or website, using the YouTube source can be the cause of your home network being banned from YouTube, as such, I don't recommend running ANY Music bot, or hosting on your homeserver.

There are ways to bypass this, for example, YouTube IPv6 Rotator but that requires an IPv6 /64 block which is still bannable by YouTube, according to my hosting provider, an IPv6 block costs 4.99 EUR a month (they do provide one for free).

You may find more information about the IPv6 rotator on JDA's official server, whilst for anything related to Javacord, you may head to the official Javacord server and ask there.

JDA guild Javacord Server

About

A Javacord music bot that utilizes LavaPlayer with TrackScheduler and YouTube search implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages