MyGit

0.2.0

jagrosh/MusicBot

版本发布时间: 2018-11-22 08:35:23

jagrosh/MusicBot最新发布版本:0.4.3(2024-08-06 06:08:33)

This update is an update to the bot's internals (performance and code quality) as well as the usage of a new configuration format.

What's fixed?

What's new?


The new configuration

The new JMusicBot configuration is now in the HOCON format.

Migrating your config.txt

For the most part, migrating your existing config.txt file is easy; putting the prefix and emojis in double quotes should be sufficient. See the example config for a template. For example, if you previously had

prefix=!!

you will need to change this to

prefix="!!"

More configuration power!

Now you can specify an alternative location to look for your config file (and it can be named whatever you want). Simply include a -Dconfig=/path/to/config/file flag before the -jar flag. You can also set any configuration option (instead of put it in the config file) in a similar format. For example, to set the prefix from the command line instead of the config file, add a -Dprefix=!! flag before the -jar flag. Ex:

java -Dconfig=myconfig.txt -Dprefix=! -jar JMusicBot-0.2.0.jar

would look for a file called 'myconfig.txt' instead of 'config.txt', and the bot would use the prefix ! (the command line takes precedence over the config file if you set something in both).


New flags

As noted in the above configuration section, the latest release implements a change in how flags are provided.

Previously...

The only available flag was -nogui which was placed after the name of the jar and would start the bot without starting a separate window.

Now...

All flags must come before the -jar flag (after the java) and begin with -D. Notable flags include:


Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download one of the following:

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look like this (except use the correct version number):
View

Remember, please do not put these files on your desktop or anywhere restricted. Putting them together in a folder in your "My Documents" folder is the best option.

DO NOT DOWNLOAD THE SOURCE CODE .zip/.tar.gz. DO NOT DOWNLOAD ANY .java FILES. PLEASE READ ABOVE WHAT YOU NEED TO DOWNLOAD.

相关地址:原始地址 下载(tar) 下载(zip)

1、 config.txt 4.1KB

2、 example_playlist.txt 788B

3、 JMusicBot-0.2.0-Linux.jar 18.21MB

4、 JMusicBot-0.2.0-Mac.jar 13.33MB

5、 JMusicBot-0.2.0-Windows.jar 15.85MB

6、 JMusicBot-0.2.0.jar 24.84MB

查看:2018-11-22发行的版本